Home
last modified time | relevance | path

Searched refs:gamma_set (Results 1 – 18 of 18) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.h70 void (*gamma_set)(struct device *dev, member
192 if (comp->funcs && comp->funcs->gamma_set) in mtk_ddp_gamma_set()
193 comp->funcs->gamma_set(comp->dev, state); in mtk_ddp_gamma_set()
Dmtk_drm_ddp_comp.c274 .gamma_set = mtk_aal_gamma_set,
325 .gamma_set = mtk_gamma_set,
Dmtk_drm_crtc.c959 if (comp->funcs->gamma_set) in mtk_drm_crtc_create()
/Linux-v6.6/drivers/gpu/drm/
Ddrm_color_mgmt.c250 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()
Ddrm_fb_helper.c138 if (crtc->funcs->gamma_set == NULL) in drm_fb_helper_restore_lut_atomic()
145 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, in drm_fb_helper_restore_lut_atomic()
844 if (!crtc->funcs->gamma_set || !crtc->gamma_size) { in setcmap_legacy()
862 ret = crtc->funcs->gamma_set(crtc, r, g, b, in setcmap_legacy()
/Linux-v6.6/include/drm/
Ddrm_crtc.h493 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, member
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c272 .gamma_set = vmw_du_crtc_gamma_set,
Dvmwgfx_scrn.c316 .gamma_set = vmw_du_crtc_gamma_set,
Dvmwgfx_stdu.c773 .gamma_set = vmw_du_crtc_gamma_set,
/Linux-v6.6/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_de.c490 .gamma_set = hibmc_crtc_gamma_set,
/Linux-v6.6/drivers/gpu/drm/gma500/
Dgma_display.c563 .gamma_set = gma_crtc_gamma_set,
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1245 .gamma_set = nv_crtc_gamma_set,
/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_display.c671 .gamma_set = radeon_crtc_gamma_set,
Dradeon_connectors.c741 crtc->funcs->gamma_set(crtc, NULL, NULL, NULL, 0, NULL); in radeon_connector_set_property()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Ddce_v6_0.c2388 .gamma_set = dce_v6_0_crtc_gamma_set,
Ddce_v8_0.c2388 .gamma_set = dce_v8_0_crtc_gamma_set,
Ddce_v10_0.c2483 .gamma_set = dce_v10_0_crtc_gamma_set,
Ddce_v11_0.c2567 .gamma_set = dce_v11_0_crtc_gamma_set,