aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linux into drm-nextDave 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-misc into drm-nextDave 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/linux into drm-nextDave 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
2017-03-27drm/tegra: Don't use modeset_lock_crtcDaniel Vetter1-4/+4
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter1-1/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+2
2017-02-09drm: tegra: use vblank hooks in struct drm_crtc_funcsShawn Guo3-44/+12
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-4/+1
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-2/+2
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
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-12drm/tegra: Stop using drm_framebuffer_unregister_privateDaniel Vetter1-5/+2
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-9/+6
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-4/+2
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie4-9/+11
2016-12-30drm: Deduplicate driver initialization messageGabriel Krisman Bertazi1-4/+0
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-1/+4
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä2-2/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä2-2/+3