Home
last modified time | relevance | path

Searched refs:gamma_set (Results 1 - 25 of 53) sorted by relevance

123

/kernel/linux/linux-5.10/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.c625 .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 Dmtk_drm_ddp_comp.h70 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 Dmtk_drm_ddp_comp.c274 .gamma_set = mtk_aal_gamma_set,
325 .gamma_set = mtk_gamma_set,
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_color_mgmt.c250 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 Ddrm_fb_helper.c138 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 Ddrm_color_mgmt.c161 * 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 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()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_crtc.h488 * @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 Ddrm_crtc.h481 * @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 Dhead.c506 .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 Ddce_virtual.c125 .gamma_set = dce_virtual_crtc_gamma_set,
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c512 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_de.c491 .gamma_set = hibmc_crtc_gamma_set,
/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_crtc.c475 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c232 .gamma_set = vmw_du_crtc_gamma_set,
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-6.6/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_de.c490 .gamma_set = hibmc_crtc_gamma_set,
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c272 .gamma_set = vmw_du_crtc_gamma_set,
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_crtc.c543 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c741 .gamma_set = drm_atomic_helper_legacy_gamma_set,

Completed in 39 milliseconds

123