summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie13-73/+244
2017-08-17drm/tegra: Prevent BOs from being freed during job submissionDmitry Osipenko1-9/+31
2017-08-17drm/tegra: gem: Implement mmap() for PRIME buffersThierry Reding1-15/+34
2017-08-17drm/tegra: Support render nodeThierry Reding1-15/+29
2017-08-17drm/tegra: sor: Trace register accessesThierry Reding2-1/+14
2017-08-17drm/tegra: dpaux: Trace register accessesThierry Reding2-1/+14
2017-08-17drm/tegra: dsi: Trace register accessesThierry Reding2-1/+14
2017-08-17drm/tegra: hdmi: Trace register accessesThierry Reding2-1/+14
2017-08-17drm/tegra: dc: Trace register accessesThierry Reding4-1/+51
2017-08-17drm/tegra: sor: Use unsigned int for register offsetsThierry Reding1-2/+2
2017-08-17drm/tegra: hdmi: Use unsigned int for register offsetsThierry Reding1-2/+2
2017-08-17drm/tegra: dsi: Use unsigned int for register offsetsThierry Reding1-4/+4
2017-08-17drm/tegra: dpaux: Use unsigned int for register offsetsThierry Reding1-2/+2
2017-08-17drm/tegra: dc: Use unsigned int for register offsetsThierry Reding1-2/+2
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 Akturk3-15/+15
2017-08-17drm/tegra: Set MODULE_FIRMWARE for the VICNicolas Chauvet1-2/+13
2017-08-17drm/tegra: Add CONFIG_OF dependencyArnd Bergmann1-0/+1
2017-08-16drm/tegra: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes3-25/+0
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter4-4/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-6/+6
2017-07-26drm/tegra: Handle drm_atomic_helper_swap_state failureMaarten Lankhorst1-1/+6
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma2-2/+2
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul8-61/+202
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 Airlie8-44/+197
2017-06-15gpu: host1x: Refactor channel allocation codeMikko Perttunen3-6/+6
2017-06-15gpu: host1x: Forbid unrelated SETCLASS opcode in the firewallDmitry Osipenko3-0/+9
2017-06-15drm/tegra: dc: Disable plane if it is invisibleDmitry Osipenko1-12/+21
2017-06-15drm/tegra: dc: Apply clipping to the planeDmitry Osipenko1-8/+21
2017-06-15drm/tegra: dc: Avoid reset asserts on Tegra20Dmitry Osipenko1-9/+21
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 Osipenko3-5/+54
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...Dave Airlie10-62/+1089
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2017-04-05drm/tegra: Add VIC supportArto Merilainen5-1/+433
2017-04-05drm/tegra: Add falcon helper libraryArto Merilainen3-1/+388
2017-04-05drm/tegra: Add Tegra DRM allocation APIMikko Perttunen2-7/+115
2017-04-05drm/tegra: Add tiling FB modifiersAlexandre Courbot2-3/+22
2017-04-05drm/tegra: Don't leak kernel pointer to userspaceThierry Reding2-48/+114
2017-04-05drm/tegra: Protect IOMMU operations by mutexThierry Reding3-2/+16
2017-04-05drm/tegra: Enable IOVA API when IOMMU support is enabledThierry Reding1-0/+1