summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek/mtk_drm_plane.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20drm/mediatek: Fix iommu fault by swapping FBs after updating plane stateJason-JH.Lin1-1/+1
2023-11-20drm/mediatek: Fix coverity issue with unintentional integer overflowJason-JH.Lin1-9/+30
2023-08-11drm/mediatek: Fix dereference before null checkJason-JH.Lin1-5/+1
2023-03-12drm/mediatek: Refactor pixel format logicJustin Green1-16/+8
2022-11-23drm/mediatek: Add AFBC support to Mediatek DRM driverJustin Green1-3/+71
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann1-4/+4
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann1-1/+0
2022-07-12Merge tag 'mediatek-drm-next-5.20' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie1-0/+1
2022-06-27drm/mediatek: Add mediatek-drm plane color encoding infoNancy.Lin1-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-04-06drm/mediatek: mtk_drm_plane: Use kmalloc in mtk_plane_duplicate_stateAngeloGioacchino Del Regno1-1/+1
2021-12-14drm/mediatek: Set the default value of rotation to DRM_MODE_ROTATE_0Mark Yacoub1-1/+2
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+0
2021-07-22drm/mediatek: Fix cursor plane no updatejason-jh.lin1-26/+34
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter1-1/+0
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-4/+4
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-15/+14
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-12/+14
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-7/+9
2021-02-24drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard1-11/+15
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-3/+3
2020-06-27drm/mediatek: Check plane visibility in atomic_updateHsin-Yi Wang1-10/+15
2020-02-18drm/mediatek: Add fb swap in async_updateBibby Hsieh1-0/+1
2020-02-18drm/mediatek: Add plane check in async_check functionBibby Hsieh1-0/+6
2020-01-15Merge tag 'mediatek-drm-next-5.6' of https://github.com/ckhu-mediatek/linux.g...Dave Airlie1-0/+47
2020-01-03Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2019-12-20drm/mediatek: update cursors by using async atomic updateBibby Hsieh1-0/+47
2019-12-17drm/mediatek: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+0
2019-11-22drm/mediatek: don't open-code drm_gem_fb_createDaniel Vetter1-1/+0
2019-11-06drm/mediatek: Plumb supported rotation values from components to plane initSean Paul1-1/+11
2019-11-06drm/mediatek: Add plumbing for layer_check hookSean Paul1-0/+6
2019-11-06drm/mediatek: Add RGB[A] variants to published plane formatsSean Paul1-0/+6
2019-07-17drm/mediatek: drop use of drmP.hSam Ravnborg1-1/+1
2019-06-25drm/mediatek: Use drm_atomic_helper_wait_for_fencesDaniel Vetter1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-05-18drm/mtk: Move GEM BO to drm_framebufferDaniel Stone1-1/+1
2018-05-18drm/mtk: Remove impossible internal errorDaniel Stone1-5/+0
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä1-6/+1
2018-01-23drm/mediatek: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-2/+3
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä1-4/+4
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä1-1/+1
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-06-27drm/mediatek: Support UYVY and YUYV format for overlayBibby Hsieh1-0/+2
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-1/+1