summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-03drm/msm/dsi: fix definition of msm_dsi_pll_28nm_8960_init()Luis Henriques1-2/+2
2016-03-03drm/msm/dsi: Parse DSI lanes via DTArchit Taneja2-23/+125
2016-03-02drm/msm/dsi: Drop VDD regulator for MSM8916Archit Taneja1-2/+1
2016-03-02drm/msm/dsi: Remove incorrect warning on host attachArchit Taneja1-2/+0
2016-03-02drm/msm: Free fb helper resources in msm_unloadArchit Taneja2-0/+6
2016-03-02drm/msm/mdp: Detach iommu in mdp4_destroySricharan R2-4/+14
2016-03-02drm/msm: make iommu port names const'ierRob Clark2-4/+6
2016-03-02drm/msm/mdp: Use atomic helper to set crtc propertyArchit Taneja2-16/+2
2016-03-02dt-bindings: msm/hdmi: Add HDMI PHY bindingsArchit Taneja1-2/+44
2016-02-29drm/msm/hdmi: HDMI 8996 PHY/PLL supportArchit Taneja4-0/+780
2016-02-29drm/msm/hdmi: Update generated headers for HDMI 8996 PHYArchit Taneja1-2/+498
2016-02-29drm/msm/hdmi: Update generated headers to split PHY/PLL offsetsArchit Taneja1-83/+74
2016-02-29drm/msm/hdmi: Convert PHY files according to new designArchit Taneja6-712/+100
2016-02-29drm/msm/hdmi: Make HDMI core get its PHYArchit Taneja2-0/+42
2016-02-29drm/msm/hdmi: Manage HDMI PLL through PHY driverArchit Taneja4-0/+506
2016-02-29drm/msm/hdmi: Create a separate HDMI PHY driverArchit Taneja7-4/+281
2016-02-29drm/msm/hdmi: Fix connector detect when there is no HPD gpioArchit Taneja1-0/+9
2016-02-29drm/msm/hdmi: Clean up connector gpio usageArchit Taneja3-102/+69
2016-02-19Merge branch 'drm-rockchip-next-2016-02-18' of https://github.com/markyzq/ker...Dave Airlie5-0/+1359
2016-02-19Merge tag 'drm-vc4-next-2016-02-17' of github.com:anholt/linux into drm-nextDave Airlie6-122/+872
2016-02-19Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie86-4365/+5486
2016-02-19Merge tag 'topic/drm-misc-2016-02-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie83-428/+1260
2016-02-18dt-bindings: add document for Innosilicon HDMI on Rockchip platformYakir Yang1-0/+50
2016-02-18drm/rockchip: hdmi: add Innosilicon HDMI supportYakir Yang4-0/+1309
2016-02-17drm/amdgpu: Don't call interval_tree_remove in amdgpu_mn_destroyFelix Kuehling1-1/+0
2016-02-17drm/amdgpu: Fix race condition in amdgpu_mn_unregisterFelix Kuehling1-10/+13
2016-02-17drm/udl: Use module_usb_driverAmitoj Kaur Chawla1-13/+1
2016-02-17Merge branch 'topic/mode_fixup-optional' into topic/drm-miscDaniel Vetter33-244/+0
2016-02-16drm/amdgpu: cleanup gem init/finitChristian König8-58/+23
2016-02-16drm/amdgpu: rework GEM info printingChristian König2-34/+61
2016-02-16drm/amdgpu: print the GPU offset as well in gem_infoChristian König1-2/+3
2016-02-16drm/amdgpu: optionally print the pin count in gem_info as wellChristian König1-1/+7
2016-02-16drm/amdgpu: print the BO size only once in amdgpu_gem_infoChristian König1-3/+2
2016-02-16drm/amdgpu: print pid as integerChristian König1-2/+2
2016-02-16drm/amdgpu: remove page flip work queue v3Christian König5-13/+4
2016-02-16drm/amdgpu: stop blocking for page filp fencesChristian König2-16/+28
2016-02-16drm/amdgpu: stop calling amdgpu_gpu_reset from the flip codeChristian König1-9/+1
2016-02-16drm/amdgpu: remove fence reset detection leftoversChristian König1-10/+4
2016-02-16drm/amdgpu: Fix race condition in MMU notifier releaseFelix Kuehling1-1/+1
2016-02-16drm/vc4: Add support for YUV planes.Eric Anholt2-59/+253
2016-02-16drm/vc4: Add support a few more RGB display plane formats.Eric Anholt1-0/+16
2016-02-16drm/vc4: Add support for scaling of display planes.Eric Anholt4-13/+374
2016-02-16drm/vc4: Fix which value is being used for source image size.Eric Anholt1-9/+14
2016-02-16drm/vc4: Add more display planes to each CRTC.Eric Anholt1-16/+40
2016-02-16drm/vc4: Make the CRTCs cooperate on allocating display lists.Eric Anholt3-52/+84
2016-02-16drm/vc4: Add a proper short-circut path for legacy cursor updates.Eric Anholt2-7/+96
2016-02-16drm/vc4: Move the plane clipping/scaling setup to a separate function.Eric Anholt1-26/+52
2016-02-16drm/vc4: Add missing __iomem annotation to hw_dlist.Eric Anholt1-1/+1
2016-02-16drm/vc4: Improve comments on vc4_plane_state members.Eric Anholt1-3/+6
2016-02-16drm: fixes crct set_mode when crtc mode_fixup is null.Carlos Palminha1-3/+6