Searched defs:drm_atomic_crtc_state_for_each_plane (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_atomic_helper.h | 179 #define drm_atomic_crtc_state_for_each_plane(plane, crtc_state) \ macro
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_atomic_helper.h | 190 #define drm_atomic_crtc_state_for_each_plane(plane, crtc_state) \ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/ |
H A D | ipuv3-crtc.c | 68 drm_atomic_crtc_state_for_each_plane(plane, old_crtc_state) { in ipu_crtc_disable_planes() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/ |
H A D | ipuv3-crtc.c | 68 drm_atomic_crtc_state_for_each_plane(plane, old_crtc_state) { in ipu_crtc_disable_planes() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_plane.c | 486 drm_atomic_crtc_state_for_each_plane(plane, c_state) { in atmel_hlcdc_plane_prepare_ahb_routing() function 538 drm_atomic_crtc_state_for_each_plane(ovl, c_state) { in atmel_hlcdc_plane_prepare_disc_area() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_plane.c | 488 drm_atomic_crtc_state_for_each_plane(plane, c_state) { in atmel_hlcdc_plane_prepare_ahb_routing() function 540 drm_atomic_crtc_state_for_each_plane(ovl, c_state) { in atmel_hlcdc_plane_prepare_disc_area() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 2683 drm_atomic_crtc_state_for_each_plane(plane, old_crtc_state) { in drm_atomic_helper_disable_planes_on_crtc() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.c | 1445 drm_atomic_crtc_state_for_each_plane(plane, crtc_state) { in vop_crtc_atomic_check() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 2932 drm_atomic_crtc_state_for_each_plane(plane, old_crtc_state) { in drm_atomic_helper_disable_planes_on_crtc() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.c | 1523 drm_atomic_crtc_state_for_each_plane(plane, crtc_state) { in vop_crtc_atomic_check() function
|
Completed in 19 milliseconds