/kernel/linux/linux-5.10/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 | 625 .gamma_set = drm_atomic_helper_legacy_gamma_set, 801 if (comp->funcs->gamma_set) in mtk_drm_crtc_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_ddp_comp.h | 70 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()
|
H A D | mtk_drm_ddp_comp.c | 274 .gamma_set = mtk_aal_gamma_set, 325 .gamma_set = mtk_gamma_set,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_color_mgmt.c | 250 if (crtc->funcs->gamma_set) in drm_crtc_supports_legacy_gamma() 267 * that have set drm_crtc_funcs.gamma_set or that support color management 272 * This function sets the gamma using drm_crtc_funcs.gamma_set if set, or 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()
|
H A D | drm_fb_helper.c | 138 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_color_mgmt.c | 161 * legacy &drm_crtc_funcs.gamma_set callback. 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()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_crtc.h | 488 * @gamma_set: 500 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_crtc.h | 481 * @gamma_set: 493 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, member
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_virtual.c | 125 .gamma_set = dce_virtual_crtc_gamma_set,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A D | malidp_crtc.c | 512 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/hibmc/ |
H A D | hibmc_drm_de.c | 491 .gamma_set = hibmc_crtc_gamma_set,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_crtc.c | 475 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 232 .gamma_set = vmw_du_crtc_gamma_set,
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/hisilicon/hibmc/ |
H A D | hibmc_drm_de.c | 490 .gamma_set = hibmc_crtc_gamma_set,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 272 .gamma_set = vmw_du_crtc_gamma_set,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_crtc.c | 543 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_crtc.c | 741 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|