summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra
AgeCommit message (Expand)AuthorLines
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang-1/+2
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson-2/+2
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi-1/+1
2017-01-27drm/tegra: Remove tegra_debugfs_cleanup()Noralf Trønnes-7/+0
2017-01-18drm: tegra: use crtc helper drm_crtc_from_index()Shawn Guo-16/+3
2017-01-12drm/tegra: Stop using drm_framebuffer_unregister_privateDaniel Vetter-5/+2
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie-9/+6
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi-4/+2
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie-9/+11
2016-12-30drm: Deduplicate driver initialization messageGabriel Krisman Bertazi-4/+0
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter-1/+4
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart-0/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä-1/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä-2/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä-2/+3
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä-3/+3
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä-1/+1
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara-2/+2
2016-12-13Merge tag 'drm/tegra/for-4.10-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie-14/+37
2016-11-14drm/tegra: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ-5/+1
2016-11-11drm/tegra: Set sgt pointer in BO pinMikko Perttunen-0/+2
2016-11-11drm/tegra: Support kernel mappings with IOMMUArto Merilainen-3/+31
2016-11-07drm/tegra: gem: Remove some dead codeChristophe JAILLET-5/+0
2016-11-07drm/tegra: sor: No need to free devm_ allocated memoryChristophe Jaillet-2/+0
2016-11-07drm/tegra: Fix error handlingChristophe Jaillet-2/+2
2016-11-07drm/tegra: dpaux: Fix error handlingChristophe Jaillet-2/+2
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula-2/+0
2016-10-19gpu: Remove depends on RESET_CONTROLLER when not a providerStephen Boyd-1/+0
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson-1/+2
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson-1/+1
2016-09-30Merge tag 'drm/tegra/for-4.9-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie-1/+8
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie-7/+36
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen-2/+2
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying-1/+2
2016-08-24drm/tegra: Fix window[0] base address corruptionDmitry Osipenko-1/+8
2016-08-24drm/tegra: dsi: Enhance runtime power managementThierry Reding-7/+36
2016-08-19drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart-17/+0
2016-08-19drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson-2/+2
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter-567/+1351
2016-07-18drm/tegra: Delete an unnecessary check before the function call "vunmap"Markus Elfring-1/+1
2016-07-16Merge tag 'drm/tegra/for-4.8-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie-567/+1351
2016-07-14drm/tegra: sor: Reject HDMI 2.0 modesThierry Reding-0/+4
2016-07-14drm/tegra: sor: Prepare for generic PM domain supportJon Hunter-22/+35
2016-07-14drm/tegra: dsi: Prepare for generic PM domain supportJon Hunter-11/+17
2016-07-14drm/tegra: sor: Make XBAR configurable per SoCThierry Reding-13/+28
2016-07-14drm/tegra: sor: Use sor1_src clock to set parent for HDMIThierry Reding-1/+16
2016-07-14drm/tegra: sor: Implement sor1_brick clockThierry Reding-0/+107
2016-07-04drm/tegra: sor: Implement runtime PMThierry Reding-19/+58
2016-07-04drm/tegra: hdmi: Implement runtime PMThierry Reding-47/+88
2016-07-04drm/tegra: dsi: Implement runtime PMThierry Reding-103/+132