aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/drm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-15drm/tegra: Correct idr_alloc() minimum idDmitry Osipenko1-1/+1
2017-06-15drm/tegra: Fix lockup on a use of staging APIDmitry Osipenko1-16/+4
2017-05-05Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-55/+228
2017-04-05drm/tegra: Add VIC supportArto Merilainen1-0/+3
2017-04-05drm/tegra: Add Tegra DRM allocation APIMikko Perttunen1-7/+104
2017-04-05drm/tegra: Add tiling FB modifiersAlexandre Courbot1-0/+2
2017-04-05drm/tegra: Don't leak kernel pointer to userspaceThierry Reding1-47/+113
2017-04-05drm/tegra: Protect IOMMU operations by mutexThierry Reding1-0/+5
2017-02-09drm: tegra: use vblank hooks in struct drm_crtc_funcsShawn Guo1-38/+0
2017-01-27drm/tegra: Remove tegra_debugfs_cleanup()Noralf Trønnes1-7/+0
2017-01-18drm: tegra: use crtc helper drm_crtc_from_index()Shawn Guo1-16/+3
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-4/+2
2016-12-30drm: Deduplicate driver initialization messageGabriel Krisman Bertazi1-4/+0
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-1/+4
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+2
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-1/+2
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-07-16Merge tag 'drm/tegra/for-4.8-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-1/+1
2016-07-04drm/tegra: dc: Implement runtime PMThierry Reding1-1/+1
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-1/+1
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter1-1/+0
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-10/+10
2016-05-11drm/tegra: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-05-02drm/tegra: Rename async to nonblock.Maarten Lankhorst1-3/+3
2016-04-22drm/mode: introduce wrapper to read framebuffer refcount.Dave Airlie1-1/+1
2016-02-09drm/tegra: drop unused variable.Dave Airlie1-1/+0
2016-02-08drm/tegra: Stop cancelling page flip eventsDaniel Vetter1-3/+0
2015-12-19Merge tag 'topic/drm-misc-2015-12-18' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+0
2015-12-15drm: use dev_name as default unique name in drm_dev_alloc()Nicolas Iooss1-1/+0
2015-12-14drm/tegra: Advertise DRIVER_ATOMICThierry Reding1-1/+2
2015-12-14drm/tegra: Use DRIVER level for IOMMU aperture messageThierry Reding1-2/+2
2015-12-14drm/tegra: Implement subsystem-level suspend/resumeThierry Reding1-0/+12
2015-12-14drm/tegra: Use drm_gem_object_unreference_unlocked()Daniel Vetter1-3/+1
2015-12-14drm/tegra: Use unlocked gem unreferencingDaniel Vetter1-5/+5
2015-12-14drm/tegra: Use new multi-driver module helpersThierry Reding1-44/+12
2015-11-24drm/tegra: Remove local fbdev emulation Kconfig optionArchit Taneja1-2/+2
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter1-14/+14
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-3/+4
2015-09-08drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter1-1/+1
2015-08-13drm/tegra: sor: Add HDMI supportThierry Reding1-0/+1
2015-08-13drm/tegra: sor: Add Tegra210 eDP supportThierry Reding1-0/+1
2015-08-13drm/tegra: dsi: Add Tegra210 supportThierry Reding1-0/+1
2015-08-13drm/tegra: dsi: Add Tegra132 supportThierry Reding1-0/+1
2015-08-13drm/tegra: dsi: Add Tegra124 supportThierry Reding1-0/+1
2015-08-13drm/tegra: dc: Add Tegra210 supportThierry Reding1-0/+1
2015-08-13drm/tegra: dc: Reset VBLANK to offThierry Reding1-2/+2
2015-08-13drm/tegra: Use SIMPLE_DEV_PM_OPSThierry Reding1-3/+2