Home
last modified time | relevance | path

Searched refs:gamma_store (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_color_mgmt.c229 crtc->gamma_store = kcalloc(gamma_size, sizeof(uint16_t) * 0x3, GFP_KERNEL); in drm_mode_crtc_set_gamma_size()
230 if (!crtc->gamma_store) { in drm_mode_crtc_set_gamma_size()
235 r_base = crtc->gamma_store; in drm_mode_crtc_set_gamma_size()
292 r_base = crtc->gamma_store; in drm_mode_gamma_set_ioctl()
356 r_base = crtc->gamma_store; in drm_mode_gamma_get_ioctl()
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_crtc.h1062 * @gamma_store: Gamma ramp values used by the legacy SETGAMMA and
1065 uint16_t *gamma_store; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c4480 r_base = crtc->gamma_store; in vop_create_crtc()
H A Drockchip_drm_vop2.c8059 r_base = crtc->gamma_store; in vop2_gamma_init()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c8162 r_base = crtc->gamma_store; in vop2_gamma_init()

Completed in 37 milliseconds