开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mediatek
/
mtk_drm_plane.c
Age
Commit message (
Expand
)
Author
2017-11-20
drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c
Ville Syrjälä
2017-11-20
drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...
Ville Syrjälä
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
2017-06-27
drm/mediatek: Support UYVY and YUYV format for overlay
Bibby Hsieh
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
2016-12-15
drm: Replace drm_format_plane_cpp() with fb->format->cpp[]
Ville Syrjälä
2016-08-08
drm/mediatek: plane: Use FB's format's cpp to compute x offset
Daniel Kurtz
2016-08-08
drm/mediatek: plane: Merge mtk_plane_enable into mtk_plane_atomic_update
Daniel Kurtz
2016-08-08
drm/mediatek: Use drm_atomic destroy_state helpers
Bibby Hsieh
2016-08-08
drm/mediatek: Remove mtk_drm_plane
Daniel Kurtz
2016-08-08
drm/mediatek: plane: Remove plane zpos/index
Daniel Kurtz
2016-08-08
drm/mediatek: Use drm_plane_helper_check_state()
Ville Syrjälä
2016-06-17
drm: Deal with rotation in drm_plane_helper_check_update()
Ville Syrjälä
2016-05-17
drm: Drop plane argument from __drm_atomic_helper_plane_destroy_state
Daniel Vetter
2016-05-06
drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.
CK Hu