Searched refs:mipi_dbi_pipe_update (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_mipi_dbi.h | 166 void mipi_dbi_pipe_update(struct drm_simple_display_pipe *pipe, 240 .update = mipi_dbi_pipe_update, \
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_mipi_dbi.h | 150 void mipi_dbi_pipe_update(struct drm_simple_display_pipe *pipe,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/ |
H A D | ili9341.c | 142 .update = mipi_dbi_pipe_update,
|
H A D | hx8357d.c | 186 .update = mipi_dbi_pipe_update,
|
H A D | st7735r.c | 138 .update = mipi_dbi_pipe_update,
|
H A D | mi0283qt.c | 146 .update = mipi_dbi_pipe_update,
|
H A D | ili9486.c | 160 .update = mipi_dbi_pipe_update,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_mipi_dbi.c | 303 * mipi_dbi_pipe_update - Display pipe update helper 310 void mipi_dbi_pipe_update(struct drm_simple_display_pipe *pipe, in mipi_dbi_pipe_update() function 322 EXPORT_SYMBOL(mipi_dbi_pipe_update); variable 333 * Note: Drivers which don't use mipi_dbi_pipe_update() because they have custom
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_mipi_dbi.c | 309 * mipi_dbi_pipe_update - Display pipe update helper 316 void mipi_dbi_pipe_update(struct drm_simple_display_pipe *pipe, in mipi_dbi_pipe_update() function 339 EXPORT_SYMBOL(mipi_dbi_pipe_update); variable 350 * Note: Drivers which don't use mipi_dbi_pipe_update() because they have custom
|
Completed in 7 milliseconds