summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/mdp
Commit message (Expand)AuthorAgeFilesLines
* drm/msm: Delete unnecessary checks before drm_gem_object_unreference_unlocked()Markus Elfring2016-07-161-2/+1
* drm/msm: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-07-161-4/+2
* drm/msm/mdp5: Update compatible strings for MDSS/MDP5Archit Taneja2016-07-161-1/+9
* drm/msm/mdp5: Add missing mdp5_enable/disable callsArchit Taneja2016-07-162-0/+4
* drm/msm: Call pm_runtime_enable/disable for newly created devicesArchit Taneja2016-07-165-0/+30
* drm/msm/mdp5: Update the register offsets of MDP5 sub-blocksArchit Taneja2016-07-161-59/+54
* drm/msm/mdp5: Use updated MDP5 register namesArchit Taneja2016-07-168-160/+143
* drm/msm/mdp5: Remove old kms init/destroy funcsArchit Taneja2016-07-162-234/+3
* drm/msm/mdp5: Use the new hierarchy and drop old irq managementArchit Taneja2016-07-162-116/+6
* drm/msm/mdp5: Prepare new kms_init funcsArchit Taneja2016-07-161-0/+115
* drm/msm/mdp5: Create a separate MDP5 deviceArchit Taneja2016-07-162-3/+184
* drm/msm/mdp5: Add MDSS top level driverArchit Taneja2016-07-161-0/+223
* drm/msm: Get irq number within kms driver itselfArchit Taneja2016-07-162-2/+20
* drm/msm/mdp4: Clean up some MDP4 clocksArchit Taneja2016-07-162-20/+13
* drm/msm/mdp5: Don't get source of MDP core clockArchit Taneja2016-07-162-6/+2
* drm: msm: Rely on the default ->best_encoder() behavior where appropriateBoris Brezillon2016-06-091-9/+0
* drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter2016-06-021-8/+2
* drm/msm: Use for_each_*_in_stateDaniel Vetter2016-06-022-21/+11
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-172-2/+2
* drm/msm: Centralize connector registration/unregistrationArchit Taneja2016-05-081-14/+2
* drm/msm/mdp4: Don't manage DSI PLL regulators in MDP driverArchit Taneja2016-05-082-36/+0
* drm/msm/mdp: Add support for more RGBX formatsRob Herring2016-05-081-0/+6
* drm/msm: use drm_crtc_send_vblank_event()Gustavo Padovan2016-05-022-2/+2
* Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-03-162-16/+0
|\
| * drm/msm/mdp: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-042-16/+0
* | drm/msm: rename hdmi symbolsArnd Bergmann2016-03-032-2/+2
* | drm/msm: update generated headersRob Clark2016-03-033-6/+9
* | drm/msm/mdp: Detach iommu in mdp4_destroySricharan R2016-03-022-4/+14
* | drm/msm/mdp: Use atomic helper to set crtc propertyArchit Taneja2016-03-022-16/+2
|/
* drm/msm/mdp: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-165-41/+0
* drm/msm: Nuke preclose hooksDaniel Vetter2016-02-086-37/+0
* Merge tag 'topic/drm-misc-2015-12-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-12-159-9/+12
|\
| * drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-114-4/+4
| * drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-112-2/+3
| * drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-112-2/+4
* | drm/msm/mdp: fix a problematic usage of WARN_ON()Geliang Tang2015-12-141-1/+1
* | drm/msm: ratelimit error irq msgsRob Clark2015-12-142-2/+2
* | drm/msm/mdp4: Initialize DSI encodersArchit Taneja2015-12-141-1/+36
* | drm/msm/mdp4: Call custom round_pixclk helper only if the encoder type is TMDSArchit Taneja2015-12-141-1/+8
* | drm/msm/dsi: Add a mdp4 encoder for DSIVinay Simha BN2015-12-142-0/+207
* | drm/msm/mdp4: Initialize LCDC encoder even if panel driver isn't availableArchit Taneja2015-12-144-36/+40
* | drm/msm/mdp4: Clean up modeset_initArchit Taneja2015-12-141-83/+109
* | drm/msm/mdp: Remove CONFIG_OF checks from MDP driversArchit Taneja2015-12-142-20/+4
* | drm/msm/mdp5: high precision vblank timestamp supportArchit Taneja2015-12-143-0/+149
|/
* drm/msm/mdp5: Basic support for MDP5 v1.7 (MSM8996)Stephane Viau2015-10-226-14/+133
* drm/msm/mdp: Add Software Pixel Extension supportStephane Viau2015-10-222-31/+128
* drm/msm/mdp5: Use the newly introduced enum mdp_component_typeStephane Viau2015-10-221-12/+13
* drm/msm/mdp5: Avoid printing error messages for optional clocksStephane Viau2015-10-221-11/+16
* drm/msm: Fix IOMMU clean up path in case msm_iommu_new() failsStephane Viau2015-10-221-0/+1
* drm/msm/mdp5: remove the cfg pointer from SMP structStephane Viau2015-10-222-5/+5
OpenPOWER on IntegriCloud