aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-07-12Merge tag 'drm/tegra/for-5.20-rc1' of https://gitlab.freedesktop.org/drm/tegra into drm-nextDave Airlie1-0/+1
2022-07-08drm/tegra: Include DMA API header where usedRobin Murphy1-0/+1
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-03-01drm/tegra: Support YVYU, VYUY and YU24 formatsThierry Reding1-2/+5
2022-03-01drm/tegra: Support semi-planar formats on Tegra114+Thierry Reding1-6/+24
2022-02-24drm/tegra: Use dev_err_probe()Dmitry Osipenko1-10/+3
2021-12-16drm/tegra: dc: Support OPP and SoC core voltage scalingDmitry Osipenko1-0/+79
2021-12-16drm/tegra: dc: rgb: Allow changing PLLD rate on Tegra30+Dmitry Osipenko1-10/+17
2021-12-16drm/tegra: dc: rgb: Move PCLK shifter programming to CRTCDmitry Osipenko1-0/+6
2021-12-16drm/tegra: Support asynchronous commits for cursorThierry Reding1-4/+76
2021-12-16drm/tegra: Do not reference tegra_plane_funcs directlyThierry Reding1-2/+2
2021-09-16drm/tegra: dc: Remove unused variablesDmitry Osipenko1-3/+0
2021-08-13drm/tegra: dc: Extend debug stats with total number of eventsDmitry Osipenko1-0/+10
2021-08-13drm/tegra: dc: Support memory bandwidth managementDmitry Osipenko1-2/+346
2021-06-23Merge tag 'drm/tegra/for-5.14-rc1' of ssh://git.freedesktop.org/git/tegra/linux into drm-nextDave Airlie1-1/+1
2021-05-31drm/tegra: hub: Fix YUV supportThierry Reding1-1/+1
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-10/+103
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard1-17/+13
2021-04-15drm/tegra: Don't set allow_fb_modifiers explicitlyDaniel Vetter1-2/+8
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter1-17/+13
2021-03-31drm/tegra: Support sector layout on Tegra194Thierry Reding1-0/+7
2021-03-31drm/tegra: Count number of display controllers at runtimeThierry Reding1-0/+22
2021-03-31drm/tegra: dc: Implement hardware cursor on Tegra186 and laterThierry Reding1-8/+53
2021-03-31drm/tegra: dc: Parameterize maximum resolutionThierry Reding1-0/+6
2021-03-31drm/tegra: dc: Inherit DMA maskThierry Reding1-0/+7
2021-03-31gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen1-0/+6
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen1-2/+2
2021-03-30Merge branch 'drm/tegra/fixes' into drm/tegra/for-nextThierry Reding1-17/+13
2021-03-30drm/tegra: dc: Restore coupling of display controllersThierry Reding1-12/+8
2021-03-30drm/tegra: dc: Don't set PLL clock to 0HzDmitry Osipenko1-5/+5
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-52/+64
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-5/+9
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-10/+10
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-20/+22
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-2/+6
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-19/+19
2021-01-15drm/tegra: Fix reference leak when pm_runtime_get_sync() failsQinglang Miao1-1/+1
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-3/+5
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-5/+5
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-24Merge tag 'drm/tegra/for-5.9-rc1' of ssh://git.freedesktop.org/git/tegra/linux into drm-nextDave Airlie1-12/+38
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-0/+1
2020-07-17drm/tegra: plane: Support 180° rotationDmitry Osipenko1-0/+2
2020-07-17drm/tegra: plane: Support horizontal reflectionDmitry Osipenko1-6/+32
2020-07-17drm/tegra: plane: Rename bottom_up to reflect_yDmitry Osipenko1-5/+5
2020-07-17drm/tegra: dc: Omit superfluous error message in tegra_dc_probe()Tang Bin1-3/+1