summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek/mtk_drm_plane.c
AgeCommit message (Expand)Author
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ä
2016-08-08drm/mediatek: plane: Use FB's format's cpp to compute x offsetDaniel Kurtz
2016-08-08drm/mediatek: plane: Merge mtk_plane_enable into mtk_plane_atomic_updateDaniel Kurtz
2016-08-08drm/mediatek: Use drm_atomic destroy_state helpersBibby Hsieh
2016-08-08drm/mediatek: Remove mtk_drm_planeDaniel Kurtz
2016-08-08drm/mediatek: plane: Remove plane zpos/indexDaniel Kurtz
2016-08-08drm/mediatek: Use drm_plane_helper_check_state()Ville Syrjälä
2016-06-17drm: Deal with rotation in drm_plane_helper_check_update()Ville Syrjälä
2016-05-17drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter
2016-05-06drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.CK Hu