Searched refs:drm_format_conv_state (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/include/drm/ |
| H A D | drm_format_helper.h | 27 struct drm_format_conv_state { struct 63 void drm_format_conv_state_init(struct drm_format_conv_state *state); 64 void drm_format_conv_state_copy(struct drm_format_conv_state *state, 65 const struct drm_format_conv_state *old_state); 66 void *drm_format_conv_state_reserve(struct drm_format_conv_state *state, 68 void drm_format_conv_state_release(struct drm_format_conv_state *state); 79 struct drm_format_conv_state *state); 89 const struct drm_rect *clip, struct drm_format_conv_state *state); 108 struct drm_format_conv_state *state); 112 struct drm_format_conv_state *state); [all …]
|
| H A D | drm_mipi_dbi.h | 15 struct drm_format_conv_state; 207 struct drm_format_conv_state *fmtcnv_state);
|
| H A D | drm_gem_atomic_helper.h | 60 struct drm_format_conv_state fmtcnv_state;
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_format_helper.c | 30 void drm_format_conv_state_init(struct drm_format_conv_state *state) in drm_format_conv_state_init() 46 void drm_format_conv_state_copy(struct drm_format_conv_state *state, in drm_format_conv_state_copy() 47 const struct drm_format_conv_state *old_state) in drm_format_conv_state_copy() 139 struct drm_format_conv_state *state, in __drm_fb_xfrm() 181 struct drm_format_conv_state *state, in __drm_fb_xfrm_toio() 226 struct drm_format_conv_state *state, in drm_fb_xfrm() 346 struct drm_format_conv_state *state) in drm_fb_swab() 826 struct drm_format_conv_state *state) in drm_fb_xrgb8888_to_abgr8888() 857 struct drm_format_conv_state *state) in drm_fb_xrgb8888_to_xbgr8888() 910 struct drm_format_conv_state *state) in drm_fb_xrgb8888_to_xrgb2101010() [all …]
|
| H A D | drm_mipi_dbi.c | 207 struct drm_format_conv_state *fmtcnv_state) in mipi_dbi_buf_copy() 269 struct drm_rect *rect, struct drm_format_conv_state *fmtcnv_state) in mipi_dbi_fb_dirty()
|
| /linux-6.15/drivers/gpu/drm/tiny/ |
| H A D | st7586.c | 69 struct drm_format_conv_state *fmtcnv_state) in st7586_xrgb8888_to_gray332() 98 struct drm_rect *clip, struct drm_format_conv_state *fmtcnv_state) in st7586_buf_copy() 114 struct drm_rect *rect, struct drm_format_conv_state *fmtcnv_state) in st7586_fb_dirty()
|
| H A D | sharp-memory.c | 131 struct drm_format_conv_state *fmtcnv_state) in sharp_memory_set_tx_buffer_data() 152 struct drm_format_conv_state *fmtcnv_state) in sharp_memory_update_display() 210 struct drm_format_conv_state *fmtconv_state) in sharp_memory_fb_dirty() 245 struct drm_format_conv_state fmtcnv_state = DRM_FORMAT_CONV_STATE_INIT; in sharp_memory_plane_atomic_update()
|
| H A D | repaper.c | 514 struct drm_format_conv_state *fmtcnv_state) in repaper_fb_dirty() 835 struct drm_format_conv_state fmtcnv_state = DRM_FORMAT_CONV_STATE_INIT; in repaper_pipe_update()
|
| H A D | ili9225.c | 82 struct drm_rect *rect, struct drm_format_conv_state *fmtcnv_state) in ili9225_fb_dirty()
|
| /linux-6.15/drivers/gpu/drm/gud/ |
| H A D | gud_pipe.c | 55 struct drm_format_conv_state *fmtcnv_state) in gud_xrgb8888_to_r124() 157 struct drm_format_conv_state *fmtcnv_state) in gud_prep_flush() 272 struct drm_format_conv_state *fmtcnv_state) in gud_flush_rect() 324 struct drm_format_conv_state fmtcnv_state = DRM_FORMAT_CONV_STATE_INIT; in gud_flush_damage()
|
| /linux-6.15/drivers/gpu/drm/solomon/ |
| H A D | ssd130x.c | 1006 struct drm_format_conv_state *fmtcnv_state) in ssd130x_fb_blit_rect() 1037 struct drm_format_conv_state *fmtcnv_state) in ssd132x_fb_blit_rect() 1068 struct drm_format_conv_state *fmtcnv_state) in ssd133x_fb_blit_rect()
|
| /linux-6.15/drivers/gpu/drm/tests/ |
| H A D | drm_format_helper_test.c | 24 static struct drm_format_conv_state fmtcnv_state =
|