Home
last modified time | relevance | path

Searched refs:drm_format_conv_state (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/include/drm/
Ddrm_format_helper.h27 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);
82 const struct drm_rect *clip, struct drm_format_conv_state *state);
85 const struct drm_rect *clip, struct drm_format_conv_state *state,
89 const struct drm_rect *clip, struct drm_format_conv_state *state);
[all …]
Ddrm_mipi_dbi.h15 struct drm_format_conv_state;
207 struct drm_format_conv_state *fmtcnv_state);
Ddrm_gem_atomic_helper.h60 struct drm_format_conv_state fmtcnv_state;
/linux-6.12.1/drivers/gpu/drm/
Ddrm_format_helper.c30 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()
73 void *drm_format_conv_state_reserve(struct drm_format_conv_state *state, in drm_format_conv_state_reserve()
103 void drm_format_conv_state_release(struct drm_format_conv_state *state) in drm_format_conv_state_release()
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()
407 const struct drm_rect *clip, struct drm_format_conv_state *state) in drm_fb_xrgb8888_to_rgb332()
[all …]
Ddrm_mipi_dbi.c207 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.12.1/drivers/gpu/drm/tiny/
Dst7586.c68 struct drm_format_conv_state *fmtcnv_state) in st7586_xrgb8888_to_gray332()
97 struct drm_rect *clip, struct drm_format_conv_state *fmtcnv_state) in st7586_buf_copy()
113 struct drm_rect *rect, struct drm_format_conv_state *fmtcnv_state) in st7586_fb_dirty()
Drepaper.c513 struct drm_format_conv_state *fmtcnv_state) in repaper_fb_dirty()
834 struct drm_format_conv_state fmtcnv_state = DRM_FORMAT_CONV_STATE_INIT; in repaper_pipe_update()
Dili9225.c81 struct drm_rect *rect, struct drm_format_conv_state *fmtcnv_state) in ili9225_fb_dirty()
/linux-6.12.1/drivers/gpu/drm/gud/
Dgud_pipe.c55 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.12.1/drivers/gpu/drm/solomon/
Dssd130x.c1006 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()
1066 struct drm_format_conv_state *fmtcnv_state) in ssd133x_fb_blit_rect()
/linux-6.12.1/drivers/gpu/drm/tests/
Ddrm_format_helper_test.c24 static struct drm_format_conv_state fmtcnv_state =