aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c
AgeCommit message (Expand)Author
2023-09-01drm/debugfs: rework drm_debugfs_create_files implementation v2Christian König
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-04-04drm/tegra: dc: Remove set but unused variable 'state'Lee Jones
2023-04-04drm/tegra: dc: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-04drm/tegra: rgb: Make tegra_dc_rgb_remove() return voidUwe Kleine-König
2023-04-04gpu: host1x: Make host1x_client_unregister() return voidUwe Kleine-König
2022-11-25drm/tegra: Add missing clk_disable_unprepare() in tegra_dc_probe()Zhang Zekun
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-07-12Merge tag 'drm/tegra/for-5.20-rc1' of https://gitlab.freedesktop.org/drm/tegr...Dave Airlie
2022-07-08drm/tegra: Include DMA API header where usedRobin Murphy
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-03-01drm/tegra: Support YVYU, VYUY and YU24 formatsThierry Reding
2022-03-01drm/tegra: Support semi-planar formats on Tegra114+Thierry Reding
2022-02-24drm/tegra: Use dev_err_probe()Dmitry Osipenko
2021-12-16drm/tegra: dc: Support OPP and SoC core voltage scalingDmitry Osipenko
2021-12-16drm/tegra: dc: rgb: Allow changing PLLD rate on Tegra30+Dmitry Osipenko
2021-12-16drm/tegra: dc: rgb: Move PCLK shifter programming to CRTCDmitry Osipenko
2021-12-16drm/tegra: Support asynchronous commits for cursorThierry Reding
2021-12-16drm/tegra: Do not reference tegra_plane_funcs directlyThierry Reding
2021-09-16drm/tegra: dc: Remove unused variablesDmitry Osipenko
2021-08-13drm/tegra: dc: Extend debug stats with total number of eventsDmitry Osipenko
2021-08-13drm/tegra: dc: Support memory bandwidth managementDmitry Osipenko
2021-06-23Merge tag 'drm/tegra/for-5.14-rc1' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie
2021-05-31drm/tegra: hub: Fix YUV supportThierry Reding
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-04-15drm/tegra: Don't set allow_fb_modifiers explicitlyDaniel Vetter
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter
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: 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: 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-01-15drm/tegra: Fix reference leak when pm_runtime_get_sync() failsQinglang Miao
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard