Searched refs:gamma_set (Results 1 – 18 of 18) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/mediatek/ |
D | mtk_drm_ddp_comp.h | 68 void (*gamma_set)(struct device *dev, member 183 if (comp->funcs && comp->funcs->gamma_set) in mtk_ddp_gamma_set() 184 comp->funcs->gamma_set(comp->dev, state); in mtk_ddp_gamma_set()
|
D | mtk_drm_ddp_comp.c | 274 .gamma_set = mtk_aal_gamma_set, 325 .gamma_set = mtk_gamma_set,
|
D | mtk_drm_crtc.c | 932 if (comp->funcs->gamma_set) in mtk_drm_crtc_create()
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_color_mgmt.c | 250 if (crtc->funcs->gamma_set) in drm_crtc_supports_legacy_gamma() 291 if (crtc->funcs->gamma_set) in drm_crtc_legacy_gamma_set() 292 return crtc->funcs->gamma_set(crtc, red, green, blue, size, ctx); in drm_crtc_legacy_gamma_set()
|
D | drm_fb_helper.c | 140 if (crtc->funcs->gamma_set == NULL) in drm_fb_helper_restore_lut_atomic() 147 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, in drm_fb_helper_restore_lut_atomic() 1011 if (!crtc->funcs->gamma_set || !crtc->gamma_size) { in setcmap_legacy() 1029 ret = crtc->funcs->gamma_set(crtc, r, g, b, in setcmap_legacy()
|
/linux-6.1.9/include/drm/ |
D | drm_crtc.h | 498 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, member
|
/linux-6.1.9/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ldu.c | 232 .gamma_set = vmw_du_crtc_gamma_set,
|
D | vmwgfx_scrn.c | 316 .gamma_set = vmw_du_crtc_gamma_set,
|
D | vmwgfx_stdu.c | 921 .gamma_set = vmw_du_crtc_gamma_set,
|
/linux-6.1.9/drivers/gpu/drm/hisilicon/hibmc/ |
D | hibmc_drm_de.c | 490 .gamma_set = hibmc_crtc_gamma_set,
|
/linux-6.1.9/drivers/gpu/drm/gma500/ |
D | gma_display.c | 561 .gamma_set = gma_crtc_gamma_set,
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 1252 .gamma_set = nv_crtc_gamma_set,
|
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | radeon_display.c | 671 .gamma_set = radeon_crtc_gamma_set,
|
D | radeon_connectors.c | 744 crtc->funcs->gamma_set(crtc, NULL, NULL, NULL, 0, NULL); in radeon_connector_set_property()
|
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v6_0.c | 2386 .gamma_set = dce_v6_0_crtc_gamma_set,
|
D | dce_v8_0.c | 2390 .gamma_set = dce_v8_0_crtc_gamma_set,
|
D | dce_v10_0.c | 2489 .gamma_set = dce_v10_0_crtc_gamma_set,
|
D | dce_v11_0.c | 2565 .gamma_set = dce_v11_0_crtc_gamma_set,
|