summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2014-06-06gpu: host1x: Rename internal functions for clarityThierry Reding1-6/+6
2014-06-06drm/tegra: gem - Make tegra_bo_import() staticThierry Reding1-1/+2
2014-06-06drm/tegra: hdmi - Add Tegra124 supportThierry Reding2-0/+89
2014-06-06drm/tegra: sor - Protect CRC debugfs against enable stateThierry Reding1-24/+45
2014-06-06drm/tegra: dsi - Do not needlessly recompute pclkThierry Reding1-1/+0
2014-06-06drm/tegra: dc - Compute shift clock divider in output driversThierry Reding6-41/+82
2014-06-06drm/tegra: dc - Move around shift clock programmingThierry Reding1-9/+10
2014-06-06drm/tegra: dsi - Reset controller on driver unloadThierry Reding1-0/+1
2014-06-06drm/tegra: dsi - Fix typo when disabling controllerThierry Reding1-1/+1
2014-06-06drm/tegra: dsi - Add enable guardThierry Reding1-0/+11
2014-06-06drm/tegra: dsi - Initialize proper packet sequencesThierry Reding1-4/+46
2014-06-06drm/tegra: dsi - Implement VDD supply supportThierry Reding1-0/+17
2014-06-06drm/tegra: dsi - Remove unneeded codeThierry Reding1-85/+0
2014-06-06drm/tegra: dsi - Use internal pixel formatThierry Reding2-1/+43
2014-06-06drm/tegra: hdmi - Fix disable sequenceThierry Reding1-0/+8
2014-06-06drm/tegra: hdmi - Disable LVDS modeThierry Reding2-1/+10
2014-06-06drm/tegra: hdmi - Use proper power-up sequenceThierry Reding1-0/+11
2014-06-06drm/tegra: hdmi - Clean up clock usageThierry Reding1-14/+6
2014-06-06drm/tegra: hdmi - Reverse regulator enable orderingThierry Reding1-12/+12
2014-06-06drm/tegra: hdmi - Remove duplicate codeThierry Reding1-10/+0
2014-06-06drm/tegra: hdmi - Add connector supply supportThierry Reding1-9/+23
2014-06-06drm/tegra: dc - Use proper H/V ref-to-sync valuesThierry Reding1-3/+2
2014-06-06drm/tegra: dc - Do not touch power control registerThierry Reding1-4/+0
2014-06-06drm/tegra: dc - Reshuffle code to get rid of prototypesThierry Reding2-251/+248
2014-06-06drm/tegra: dc - Rename INVERT_V to V_DIRECTIONThierry Reding2-4/+5
2014-06-06drm/tegra: sor - Add CRC debugfs supportThierry Reding2-0/+125
2014-06-06drm/tegra: dc - Add YUYV supportThierry Reding2-6/+22
2014-06-06drm/tegra: Cleanup header fileThierry Reding1-26/+23
2014-06-05drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark9-48/+47
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark17-76/+390
2014-06-05drm/dp: add a hw mutex around the transfer functions. (v2)Dave Airlie5-17/+25
2014-06-04Merge tag 'topic/core-stuff-2014-06-02' of git://anongit.freedesktop.org/drm-...Dave Airlie4-6/+9
2014-06-04Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie27-1419/+1798
2014-06-04Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie16-39/+884
2014-06-04drm: Move plane helpers into drm_kms_helper.koDaniel Vetter2-5/+8
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter13-25/+53
2014-06-04drm: spiff out FB refcnting tracesRob Clark1-3/+3
2014-06-04drm: add signed-range property typeRob Clark1-12/+33
2014-06-04drm: add object property typeRob Clark1-7/+54
2014-06-04drm: add extended property typesRob Clark1-9/+17
2014-06-04drm: helpers to find mode objectsRob Clark1-62/+28
2014-06-04drm: drop drm_get_connector_name() and drm_get_encoder_name()Jani Nikula1-20/+0
2014-06-04drm: replace drm_get_encoder_name() with direct name field useJani Nikula2-2/+2
2014-06-04drm/i915: replace drm_get_encoder_name() with direct name field useJani Nikula3-9/+9
2014-06-04drm: replace drm_get_connector_name() with direct name field useJani Nikula7-28/+28
2014-06-04drm/radeon: replace drm_get_connector_name() with direct name field useJani Nikula3-14/+19
2014-06-04drm/nouveau: replace drm_get_connector_name() with direct name field useJani Nikula7-11/+11
2014-06-04drm/i915: replace drm_get_connector_name() with direct name field useJani Nikula12-31/+31
2014-06-04drm/qxl: use surface_id 0 for primary surface on all monitorsDavid Mansfield1-0/+4
2014-06-04drm/radeon: rework page flip handling v4Christian König3-112/+147