| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/ |
| H A D | mtk_drm_ddp_comp.h | 57 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 D | mtk_drm_ddp_comp.c | 327 .gamma_set = mtk_gamma_set, 347 .gamma_set = mtk_gamma_set,
|
| H A D | mtk_drm_crtc.c | 617 .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 D | drm_color_mgmt.c | 265 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 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() 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 D | drm_crtc.h | 500 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 D | head.c | 506 .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 D | vc4_txp.c | 388 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
| H A D | vc4_crtc.c | 899 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ldu.c | 232 .gamma_set = vmw_du_crtc_gamma_set,
|
| H A D | vmwgfx_scrn.c | 315 .gamma_set = vmw_du_crtc_gamma_set,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/atmel-hlcdc/ |
| H A D | atmel_hlcdc_crtc.c | 475 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/ |
| H A D | malidp_crtc.c | 512 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1348 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 D | xf86Crtc.h | 162 (*gamma_set) (xf86CrtcPtr crtc, CARD16 *red, CARD16 *green, CARD16 *blue, member
|
| H A D | xf86Crtc.c | 371 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 D | dce_virtual.c | 125 .gamma_set = dce_virtual_crtc_gamma_set,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_display.c | 432 .gamma_set = gma_crtc_gamma_set,
|
| H A D | cdv_intel_display.c | 976 .gamma_set = gma_crtc_gamma_set,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/hibmc/ |
| H A D | hibmc_drm_de.c | 491 .gamma_set = hibmc_crtc_gamma_set,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_crtc.c | 543 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_crtc.c | 741 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ingenic/ |
| H A D | ingenic-drm-drv.c | 691 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/ |
| H A D | armada_crtc.c | 813 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/ |
| H A D | rcar_du_crtc.c | 1148 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|