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