summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/debugfs: rework drm_debugfs_create_files implementation v2Christian König2023-09-011-1/+8
* drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+2
* drm/tegra: dc: Remove set but unused variable 'state'Lee Jones2023-04-041-2/+0
* drm/tegra: dc: Convert to platform remove callback returning voidUwe Kleine-König2023-04-041-4/+2
* drm/tegra: rgb: Make tegra_dc_rgb_remove() return voidUwe Kleine-König2023-04-041-6/+1
* gpu: host1x: Make host1x_client_unregister() return voidUwe Kleine-König2023-04-041-6/+1
* drm/tegra: Add missing clk_disable_unprepare() in tegra_dc_probe()Zhang Zekun2022-11-251-1/+3
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* Merge tag 'drm/tegra/for-5.20-rc1' of https://gitlab.freedesktop.org/drm/tegr...Dave Airlie2022-07-121-0/+1
|\
| * drm/tegra: Include DMA API header where usedRobin Murphy2022-07-081-0/+1
* | drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* | drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
|/
* drm/tegra: Support YVYU, VYUY and YU24 formatsThierry Reding2022-03-011-2/+5
* drm/tegra: Support semi-planar formats on Tegra114+Thierry Reding2022-03-011-6/+24
* drm/tegra: Use dev_err_probe()Dmitry Osipenko2022-02-241-10/+3
* drm/tegra: dc: Support OPP and SoC core voltage scalingDmitry Osipenko2021-12-161-0/+79
* drm/tegra: dc: rgb: Allow changing PLLD rate on Tegra30+Dmitry Osipenko2021-12-161-10/+17
* drm/tegra: dc: rgb: Move PCLK shifter programming to CRTCDmitry Osipenko2021-12-161-0/+6
* drm/tegra: Support asynchronous commits for cursorThierry Reding2021-12-161-4/+76
* drm/tegra: Do not reference tegra_plane_funcs directlyThierry Reding2021-12-161-2/+2
* drm/tegra: dc: Remove unused variablesDmitry Osipenko2021-09-161-3/+0
* drm/tegra: dc: Extend debug stats with total number of eventsDmitry Osipenko2021-08-131-0/+10
* drm/tegra: dc: Support memory bandwidth managementDmitry Osipenko2021-08-131-2/+346
* Merge tag 'drm/tegra/for-5.14-rc1' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie2021-06-231-1/+1
|\
| * drm/tegra: hub: Fix YUV supportThierry Reding2021-05-311-1/+1
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-111-10/+103
|\|
| * drm/tegra: Support sector layout on Tegra194Thierry Reding2021-03-311-0/+7
| * drm/tegra: Count number of display controllers at runtimeThierry Reding2021-03-311-0/+22
| * drm/tegra: dc: Implement hardware cursor on Tegra186 and laterThierry Reding2021-03-311-8/+53
| * drm/tegra: dc: Parameterize maximum resolutionThierry Reding2021-03-311-0/+6
| * drm/tegra: dc: Inherit DMA maskThierry Reding2021-03-311-0/+7
| * gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen2021-03-311-0/+6
| * gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen2021-03-311-2/+2
| * Merge branch 'drm/tegra/fixes' into drm/tegra/for-nextThierry Reding2021-03-301-17/+13
| |\
* | \ Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-04-261-17/+13
|\ \ \
| * \ \ Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-131-17/+13
| |\ \ \ | | |/ / | |/| / | | |/
| | * drm/tegra: dc: Restore coupling of display controllersThierry Reding2021-03-301-12/+8
| | * drm/tegra: dc: Don't set PLL clock to 0HzDmitry Osipenko2021-03-301-5/+5
* | | drm/tegra: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-04-151-2/+8
|/ /
* | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-52/+64
|\ \ | |/ |/|
| * drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-2/+4
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-5/+9
| * drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-10/+10
| * drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-20/+22
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-2/+6
| * drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-19/+19
* | drm/tegra: Fix reference leak when pm_runtime_get_sync() failsQinglang Miao2021-01-151-1/+1
|/
* drm: Use state helper instead of CRTC state pointerMaxime Ripard2020-11-101-3/+5
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-5/+5
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-4/+4