Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Ddrm_color_mgmt.c237 if (crtc->funcs->gamma_set == NULL) in drm_mode_gamma_set_ioctl()
269 ret = crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, in drm_mode_gamma_set_ioctl()
H A Ddrm_fb_helper.c261 if (crtc->funcs->gamma_set == NULL) in drm_fb_helper_restore_lut_atomic()
268 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, in drm_fb_helper_restore_lut_atomic()
1261 if (!crtc->funcs->gamma_set || !crtc->gamma_size)
1275 ret = crtc->funcs->gamma_set(crtc, r, g, b,
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_crtc.h371 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, member
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Ddce_virtual.c120 .gamma_set = dce_virtual_crtc_gamma_set,
H A Ddce_v10_0.c2456 .gamma_set = dce_v10_0_crtc_gamma_set,
H A Ddce_v11_0.c2535 .gamma_set = dce_v11_0_crtc_gamma_set,
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_display.c661 .gamma_set = radeon_crtc_gamma_set,
H A Dradeon_connectors.c777 crtc->funcs->gamma_set(crtc, NULL, NULL, NULL, 0, NULL); in radeon_connector_set_property()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2750 .gamma_set = drm_atomic_helper_legacy_gamma_set,
/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c12568 .gamma_set = drm_atomic_helper_legacy_gamma_set,