aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/plane.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_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-03-01drm/tegra: Support YVYU, VYUY and YU24 formatsThierry Reding1-0/+21
2022-03-01drm/tegra: Support semi-planar formats on Tegra114+Thierry Reding1-7/+45
2021-12-16drm/tegra: Propagate errors from drm_gem_plane_helper_prepare_fb()Thierry Reding1-1/+4
2021-12-16drm/tegra: Implement buffer object cacheThierry Reding1-1/+1
2021-12-16drm/tegra: Implement correct DMA-BUF semanticsThierry Reding1-45/+15
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+117
2021-08-16drm/tegra: Use fourcc_mod_is_vendor() helperThierry Reding1-1/+1
2021-08-13drm/tegra: dc: Support memory bandwidth managementDmitry Osipenko1-0/+117
2021-05-31drm/tegra: hub: Fix YUV supportThierry Reding1-2/+21
2021-03-31drm/tegra: Support sector layout on Tegra194Thierry Reding1-0/+24
2021-03-31drm/tegra: gem: Add a clarifying commentThierry Reding1-0/+8
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2020-09-10drm: tegra: fix common struct sg_table related issuesMarek Szyprowski1-10/+5
2020-07-17drm/tegra: plane: Support horizontal reflectionDmitry Osipenko1-0/+1
2020-07-17drm/tegra: plane: Rename bottom_up to reflect_yDmitry Osipenko1-1/+1
2020-02-06drm/tegra: Reuse IOVA mapping where possibleThierry Reding1-19/+25
2019-12-04drm/tegra: gem: Remove premature import restrictionsThierry Reding1-0/+11
2019-10-29drm/tegra: Support DMA API for display controllersThierry Reding1-0/+104
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-05-18drm/tegra: dc: Support rotation propertyThierry Reding1-0/+1
2018-05-17drm/tegra: plane: Implement zpos plane property for older TegrasDmitry Osipenko1-54/+139
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-3/+6
2018-03-21Merge tag 'drm/tegra/for-4.17-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-2/+18
2018-03-15drm/tegra: plane: Support format modifiersThierry Reding1-0/+16
2018-03-15drm/tegra: plane: Correct legacy blendingDmitry Osipenko1-3/+2
2018-03-15drm/tegra: plane: Make tegra_plane_get_overlap_index() staticDmitry Osipenko1-2/+2
2018-03-15drm/tegra: plane: Fix RGB565 format on older TegraThierry Reding1-0/+4
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä1-6/+1
2018-01-23drm/tegra/dc: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-5/+4
2018-01-08drm/tegra: dc: Restore YUV overlay supportThierry Reding1-0/+5
2017-12-21drm/tegra: dc: Implement legacy blendingThierry Reding1-0/+138
2017-12-21drm/tegra: dc: Support more formatsThierry Reding1-8/+60
2017-12-13drm/tegra: Support ARGB and ABGR formatsThierry Reding1-0/+8
2017-12-13drm/tegra: Move common plane code to separate fileThierry Reding1-0/+180