aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2-3/+3
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-2/+2
2016-12-13Merge tag 'drm/tegra/for-4.10-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie4-14/+37
2016-11-14drm/tegra: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-5/+1
2016-11-11drm/tegra: Set sgt pointer in BO pinMikko Perttunen1-0/+2
2016-11-11drm/tegra: Support kernel mappings with IOMMUArto Merilainen1-3/+31
2016-11-07drm/tegra: gem: Remove some dead codeChristophe JAILLET1-5/+0
2016-11-07drm/tegra: sor: No need to free devm_ allocated memoryChristophe Jaillet1-2/+0
2016-11-07drm/tegra: Fix error handlingChristophe Jaillet1-2/+2
2016-11-07drm/tegra: dpaux: Fix error handlingChristophe Jaillet1-2/+2
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-19gpu: Remove depends on RESET_CONTROLLER when not a providerStephen Boyd1-1/+0
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-1/+2
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson1-1/+1
2016-09-30Merge tag 'drm/tegra/for-4.9-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-1/+8
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-7/+36
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+2
2016-08-24drm/tegra: Fix window[0] base address corruptionDmitry Osipenko1-1/+8
2016-08-24drm/tegra: dsi: Enhance runtime power managementThierry Reding1-7/+36
2016-08-19drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart1-17/+0
2016-08-19drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson1-2/+2
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter9-567/+1351
2016-07-18drm/tegra: Delete an unnecessary check before the function call "vunmap"Markus Elfring1-1/+1
2016-07-16Merge tag 'drm/tegra/for-4.8-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie9-567/+1351
2016-07-14drm/tegra: sor: Reject HDMI 2.0 modesThierry Reding1-0/+4
2016-07-14drm/tegra: sor: Prepare for generic PM domain supportJon Hunter1-22/+35
2016-07-14drm/tegra: dsi: Prepare for generic PM domain supportJon Hunter1-11/+17
2016-07-14drm/tegra: sor: Make XBAR configurable per SoCThierry Reding1-13/+28
2016-07-14drm/tegra: sor: Use sor1_src clock to set parent for HDMIThierry Reding1-1/+16
2016-07-14drm/tegra: sor: Implement sor1_brick clockThierry Reding1-0/+107
2016-07-04drm/tegra: sor: Implement runtime PMThierry Reding1-19/+58
2016-07-04drm/tegra: hdmi: Implement runtime PMThierry Reding1-47/+88
2016-07-04drm/tegra: dsi: Implement runtime PMThierry Reding1-103/+132
2016-07-04drm/tegra: dc: Implement runtime PMThierry Reding2-71/+107
2016-07-04drm/tegra: hdmi: Enable audio over HDMIThierry Reding3-105/+361
2016-07-04drm/tegra: sor: Do not support deep color modesThierry Reding2-14/+89
2016-07-04drm/tegra: sor: Extract tegra_sor_mode_set()Thierry Reding1-133/+93
2016-07-01drm/tegra: sor: Split out tegra_sor_apply_config()Thierry Reding1-34/+43
2016-07-01drm/tegra: sor: Rename tegra_sor_calc_config()Thierry Reding1-7/+6
2016-07-01drm/tegra: sor: Factor out tegra_sor_set_parent_clock()Thierry Reding1-7/+28
2016-06-30drm/tegra: dpaux: Add pinctrl supportJon Hunter1-3/+120
2016-06-30drm/tegra: Prepare DPAUX for supporting generic PM domainsJon Hunter1-8/+17
2016-06-30drm/tegra: dpaux: Add helpers for setting up padsJon Hunter1-30/+53
2016-06-30drm/tegra: dpaux: Clean-up on probe failureJon Hunter1-6/+16
2016-06-10drm: tegra: Rely on the default ->best_encoder() behaviorBoris Brezillon6-14/+0
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-1/+1
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-27/+32
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter1-1/+0