Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_ddp_comp.h76 void (*gamma_set)(struct device *dev, member
241 if (comp->funcs && comp->funcs->gamma_set) in mtk_ddp_gamma_set()
242 comp->funcs->gamma_set(comp->dev, state); in mtk_ddp_gamma_set()
H A Dmtk_ddp_comp.c275 .gamma_set = mtk_aal_gamma_set,
329 .gamma_set = mtk_gamma_set,
H A Dmtk_crtc.c1080 if (comp->funcs->gamma_set && comp->funcs->gamma_get_lut_size) { in mtk_crtc_create()
/linux/drivers/gpu/drm/
H A Ddrm_color_mgmt.c252 if (crtc->funcs->gamma_set) in drm_crtc_supports_legacy_gamma()
293 if (crtc->funcs->gamma_set) in drm_crtc_legacy_gamma_set()
294 return crtc->funcs->gamma_set(crtc, red, green, blue, size, ctx); in drm_crtc_legacy_gamma_set()
H A Ddrm_fb_helper.c701 if (!crtc->funcs->gamma_set || !crtc->gamma_size) { in setcmap_legacy()
719 ret = crtc->funcs->gamma_set(crtc, r, g, b, in setcmap_legacy()
/linux/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_de.c490 .gamma_set = hibmc_crtc_gamma_set,
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c250 .gamma_set = vmw_du_crtc_gamma_set,
H A Dvmwgfx_scrn.c306 .gamma_set = vmw_du_crtc_gamma_set,
H A Dvmwgfx_stdu.c779 .gamma_set = vmw_du_crtc_gamma_set,
/linux/drivers/gpu/drm/gma500/
H A Dgma_display.c563 .gamma_set = gma_crtc_gamma_set,
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c1247 .gamma_set = nv_crtc_gamma_set,
/linux/drivers/gpu/drm/radeon/
H A Dradeon_display.c670 .gamma_set = radeon_crtc_gamma_set,
H A Dradeon_connectors.c729 crtc->funcs->gamma_set(crtc, NULL, NULL, NULL, 0, NULL); in radeon_connector_set_property()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v8_0.c2396 .gamma_set = dce_v8_0_crtc_gamma_set,
H A Ddce_v6_0.c2449 .gamma_set = dce_v6_0_crtc_gamma_set,
H A Ddce_v10_0.c2477 .gamma_set = dce_v10_0_crtc_gamma_set,