Searched refs:gamma_set (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/gpu/drm/mediatek/ |
A D | mtk_drm_ddp_comp.h | 62 void (*gamma_set)(struct device *dev, member 165 if (comp->funcs && comp->funcs->gamma_set) in mtk_ddp_gamma_set() 166 comp->funcs->gamma_set(comp->dev, state); in mtk_ddp_gamma_set()
|
A D | mtk_drm_ddp_comp.c | 217 .gamma_set = mtk_aal_gamma_set, 260 .gamma_set = mtk_gamma_set,
|
A D | mtk_drm_crtc.c | 800 if (comp->funcs->gamma_set) in mtk_drm_crtc_create()
|
/linux/drivers/gpu/drm/ |
A D | drm_color_mgmt.c | 246 if (crtc->funcs->gamma_set) in drm_crtc_supports_legacy_gamma() 287 if (crtc->funcs->gamma_set) in drm_crtc_legacy_gamma_set() 288 return crtc->funcs->gamma_set(crtc, red, green, blue, size, ctx); in drm_crtc_legacy_gamma_set()
|
A D | drm_fb_helper.c | 139 if (crtc->funcs->gamma_set == NULL) in drm_fb_helper_restore_lut_atomic() 146 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, in drm_fb_helper_restore_lut_atomic() 949 if (!crtc->funcs->gamma_set || !crtc->gamma_size) { in setcmap_legacy() 967 ret = crtc->funcs->gamma_set(crtc, r, g, b, in setcmap_legacy()
|
/linux/include/drm/ |
A D | drm_crtc.h | 507 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, member
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_ldu.c | 233 .gamma_set = vmw_du_crtc_gamma_set,
|
A D | vmwgfx_scrn.c | 317 .gamma_set = vmw_du_crtc_gamma_set,
|
A D | vmwgfx_stdu.c | 917 .gamma_set = vmw_du_crtc_gamma_set,
|
/linux/drivers/gpu/drm/gma500/ |
A D | psb_intel_display.c | 432 .gamma_set = gma_crtc_gamma_set,
|
/linux/drivers/gpu/drm/hisilicon/hibmc/ |
A D | hibmc_drm_de.c | 490 .gamma_set = hibmc_crtc_gamma_set,
|
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
A D | crtc.c | 1252 .gamma_set = nv_crtc_gamma_set,
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_display.c | 665 .gamma_set = radeon_crtc_gamma_set,
|
A D | radeon_connectors.c | 761 crtc->funcs->gamma_set(crtc, NULL, NULL, NULL, 0, NULL); in radeon_connector_set_property()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | dce_v8_0.c | 2394 .gamma_set = dce_v8_0_crtc_gamma_set,
|
A D | dce_v6_0.c | 2386 .gamma_set = dce_v6_0_crtc_gamma_set,
|
A D | dce_v10_0.c | 2489 .gamma_set = dce_v10_0_crtc_gamma_set,
|
A D | dce_v11_0.c | 2565 .gamma_set = dce_v11_0_crtc_gamma_set,
|
Completed in 66 milliseconds