summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra
AgeCommit message (Expand)Author
2021-05-31drm/tegra: Correct DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUTDmitry Osipenko
2021-05-27drm/tegra: sor: Fix AUX device reference leakThierry Reding
2021-05-27drm/tegra: Get ref for DP AUX channel, not its ddc adapterLyude Paul
2021-05-17drm/tegra: Fix shift overflow in tegra_shared_plane_atomic_updateNathan Chancellor
2021-05-17drm/tegra: sor: Fully initialize SOR before registrationThierry Reding
2021-05-17drm/tegra: sor: Do not leak runtime PM referencePavel Machek (CIP)
2021-04-30Merge tag 'drm/tegra/for-5.13-rc1' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter
2021-04-08drm/tegra: Don't register DP AUX channels before connectorsLyude Paul
2021-03-31drm/tegra: Support sector layout on Tegra194Thierry Reding
2021-03-31drm/tegra: Count number of display controllers at runtimeThierry Reding
2021-03-31drm/tegra: gem: Add a clarifying commentThierry Reding
2021-03-31drm/tegra: fb: Add diagnostics for framebuffer modifiersThierry Reding
2021-03-31drm/tegra: dc: Implement hardware cursor on Tegra186 and laterThierry Reding
2021-03-31drm/tegra: dc: Parameterize maximum resolutionThierry Reding
2021-03-31drm/tegra: dc: Inherit DMA maskThierry Reding
2021-03-31gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen
2021-03-30Merge branch 'drm/tegra/fixes' into drm/tegra/for-nextThierry Reding
2021-03-30drm/tegra: sor: Grab runtime PM reference across resetThierry Reding
2021-03-30drm/tegra: dc: Restore coupling of display controllersThierry Reding
2021-03-30drm/tegra: dc: Don't set PLL clock to 0HzDmitry Osipenko
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-02-23drm/tegra: Annotate dma-fence critical section in commit pathDaniel Vetter
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann
2021-01-15drm/tegra: Fix reference leak when pm_runtime_get_sync() failsQinglang Miao
2021-01-15drm/tegra: gr2d: Add compatible for Tegra114Dmitry Osipenko
2021-01-15drm/tegra: gr2d: Correct swapped device-tree compatiblesDmitry Osipenko
2021-01-15drm/tegra: dc: Enable display controller driver for Tegra114Dmitry Osipenko
2021-01-15drm/tegra: vic: Add comments on STREAMID registersMikko Perttunen
2021-01-15drm/tegra: falcon: Support newer VIC firmwareMikko Perttunen
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-11-26drm/tegra: sor: Disable clocks on error in tegra_sor_init()Qinglang Miao
2020-11-13drm/tegra: output: Do not put OF node twiceThierry Reding
2020-11-10drm/tegra: replace idr_init() by idr_init_base()Deepak R Varma
2020-11-10drm/tegra: sor: Ensure regulators are disabled on teardownMarc Zyngier
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard
2020-11-09drm/tegra: sor: Don't warn on probe deferralJon Hunter
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann