Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.h57 void (*gamma_set)(struct mtk_ddp_comp *comp, member
148 if (comp->funcs && comp->funcs->gamma_set) in mtk_ddp_gamma_set()
149 comp->funcs->gamma_set(comp, state); in mtk_ddp_gamma_set()
H A Dmtk_drm_ddp_comp.c327 .gamma_set = mtk_gamma_set,
347 .gamma_set = mtk_gamma_set,
H A Dmtk_drm_crtc.c617 .gamma_set = drm_atomic_helper_legacy_gamma_set,
793 if (comp->funcs->gamma_set) in mtk_drm_crtc_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_color_mgmt.c265 if (crtc->funcs->gamma_set == NULL) in drm_mode_gamma_set_ioctl()
293 ret = crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, in drm_mode_gamma_set_ioctl()
H A Ddrm_fb_helper.c139 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()
926 if (!crtc->funcs->gamma_set || !crtc->gamma_size) { in setcmap_legacy()
944 ret = crtc->funcs->gamma_set(crtc, r, g, b, in setcmap_legacy()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_crtc.h500 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c506 .gamma_set = drm_atomic_helper_legacy_gamma_set,
521 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_txp.c388 .gamma_set = drm_atomic_helper_legacy_gamma_set,
H A Dvc4_crtc.c899 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c232 .gamma_set = vmw_du_crtc_gamma_set,
H A Dvmwgfx_scrn.c315 .gamma_set = vmw_du_crtc_gamma_set,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_crtc.c475 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c512 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1348 if (!crtc->scrn->vtSema || !crtc->funcs->gamma_set) in xf86RandR12CrtcReloadGamma()
1355 crtc->funcs->gamma_set(crtc, crtc->gamma_red, crtc->gamma_green, in xf86RandR12CrtcReloadGamma()
1365 if (crtc->funcs->gamma_set == NULL) in xf86RandR12CrtcSetGamma()
1417 if (!crtc->funcs->gamma_set && in xf86RandR12CrtcInitGamma()
H A Dxf86Crtc.h162 (*gamma_set) (xf86CrtcPtr crtc, CARD16 *red, CARD16 *green, CARD16 *blue, member
H A Dxf86Crtc.c371 if (!crtc->active && crtc->funcs->gamma_set) in xf86CrtcSetModeTransform()
372 crtc->funcs->gamma_set(crtc, crtc->gamma_red, crtc->gamma_green, in xf86CrtcSetModeTransform()
3475 return crtc->funcs->gamma_set != NULL; in xf86_crtc_supports_gamma()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Ddce_virtual.c125 .gamma_set = dce_virtual_crtc_gamma_set,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c432 .gamma_set = gma_crtc_gamma_set,
H A Dcdv_intel_display.c976 .gamma_set = gma_crtc_gamma_set,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_de.c491 .gamma_set = hibmc_crtc_gamma_set,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_crtc.c543 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c741 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c691 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_crtc.c813 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A Drcar_du_crtc.c1148 .gamma_set = drm_atomic_helper_legacy_gamma_set,

12