summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/drm.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-12Merge tag 'drm/tegra/for-4.16-rc1-fixes' of git://anongit.freedesktop.org/teg...Dave Airlie1-79/+85
2017-12-21drm/tegra: Correct timeout in tegra_syncpt_waitDmitry Osipenko1-1/+2
2017-12-21drm/tegra: Implement zpos propertyThierry Reding1-1/+24
2017-12-13drm/tegra: sor: Add Tegra186 supportThierry Reding1-0/+2
2017-12-13drm/tegra: dc: Add Tegra186 supportThierry Reding1-0/+1
2017-12-13drm/tegra: Add Tegra186 display hub supportThierry Reding1-3/+64
2017-12-13drm/tegra: Use atomic commit helpersThierry Reding1-90/+9
2017-12-13drm/tegra: Do not wrap lines unnecessarilyThierry Reding1-2/+1
2017-12-08drm/tegra: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes1-11/+2
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-14/+16
2017-10-20drm/tegra: Use u64_to_user_ptr helperMikko Perttunen1-14/+15
2017-10-20drm/tegra: Add Tegra186 support for VICMikko Perttunen1-0/+1
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei1-2/+1
2017-08-21Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-32/+70
2017-08-17drm/tegra: Prevent BOs from being freed during job submissionDmitry Osipenko1-9/+31
2017-08-17drm/tegra: Support render nodeThierry Reding1-15/+29
2017-08-17drm/tegra: Fix NULL deref in debugfs/iovaMichał Mirosław1-3/+5
2017-08-17drm/tegra: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-6/+6
2017-08-16drm/tegra: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-07-26drm/tegra: Handle drm_atomic_helper_swap_state failureMaarten Lankhorst1-1/+6
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-21/+120
2017-06-27Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie1-17/+5
2017-06-20drm/tegra: Drop drm_vblank_cleanupDaniel Vetter1-4/+1
2017-06-20Merge tag 'drm/tegra/for-4.13-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-4/+115
2017-06-15gpu: host1x: Forbid unrelated SETCLASS opcode in the firewallDmitry Osipenko1-0/+1
2017-06-15drm/tegra: Check syncpoint ID in the 'submit' IOCTLDmitry Osipenko1-0/+9
2017-06-15drm/tegra: Correct copying of waitchecks and disable them in the 'submit' IOCTLDmitry Osipenko1-4/+56
2017-06-15drm/tegra: Check for malformed offsets and sizes in the 'submit' IOCTLDmitry Osipenko1-0/+49
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-18Merge tag 'drm-misc-next-2017-05-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-2/+2
2017-05-09drm/tegra: switch to postcloseDaniel Vetter1-2/+2
2017-05-05Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin...drm-forgot-about-tegra-for-v4.12-rc1Dave 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