index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tilcdc
/
tilcdc_plane.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/plane: Remove drm_plane_init()
Thomas Zimmermann
2022-09-20
1
-5
/
+4
*
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
2022-07-26
1
-1
/
+0
*
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+1
*
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
1
-1
/
+2
*
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-25
1
-1
/
+1
*
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
2021-02-24
1
-7
/
+7
*
drm: Use state helper instead of plane state pointer in atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+2
*
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+1
*
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+3
*
drm: Rename plane atomic_check state names
Maxime Ripard
2021-02-24
1
-12
/
+12
*
drm/tilcdc: Use standard drm_atomic_helper_commit
Daniel Vetter
2020-07-14
1
-3
/
+5
*
drm/tilcdc: remove unnecessary state->fb check
Tomi Valkeinen
2020-05-19
1
-2
/
+1
*
drm/tilcdc: plane: Make structure tilcdc_plane_funcs constant
Nishka Dasgupta
2019-10-07
1
-1
/
+1
*
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-22
1
-12
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
|
drm/tilcdc: drop use of drmP.h
Sam Ravnborg
2019-07-17
1
-3
/
+1
|
/
*
drm: Nuke drm_atomic_helper_plane_set_property
Daniel Vetter
2017-08-08
1
-1
/
+0
*
drm: Replace 'format->format' comparisons to just 'format' comparisons
Ville Syrjälä
2016-12-15
1
-1
/
+1
*
drm: Nuke fb->pixel_format
Ville Syrjälä
2016-12-15
1
-1
/
+1
*
drm: Replace drm_format_plane_cpp() with fb->format->cpp[]
Ville Syrjälä
2016-12-15
1
-1
/
+1
*
drm: tilcdc: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2016-10-18
1
-3
/
+4
*
drm/tilcdc: Add blue-and-red-crossed devicetree property
Jyri Sarha
2016-09-01
1
-6
/
+3
*
drm/tilcdc: Change tilcdc_crtc_page_flip() to tilcdc_crtc_update_fb()
Jyri Sarha
2016-08-08
1
-3
/
+2
*
drm/tilcdc: Add dummy primary plane implementation
Jyri Sarha
2016-08-08
1
-0
/
+133