Searched refs:gamma_set (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_color_mgmt.c | 270 if (crtc->funcs->gamma_set == NULL) in drm_mode_gamma_set_ioctl() 298 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 | 153 if (crtc->funcs->gamma_set == NULL) in drm_fb_helper_restore_lut_atomic() 160 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, in drm_fb_helper_restore_lut_atomic() 963 if (!crtc->funcs->gamma_set || !crtc->gamma_size) in setcmap_legacy() 977 ret = crtc->funcs->gamma_set(crtc, r, g, b, in setcmap_legacy()
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_crtc.h | 485 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 238 .gamma_set = vmw_du_crtc_gamma_set,
|
H A D | vmwgfx_scrn.c | 320 .gamma_set = vmw_du_crtc_gamma_set,
|
H A D | vmwgfx_stdu.c | 917 .gamma_set = vmw_du_crtc_gamma_set,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_dce_virtual.c | 127 .gamma_set = dce_virtual_crtc_gamma_set,
|
H A D | amdgpu_dce_v8_0.c | 2399 .gamma_set = dce_v8_0_crtc_gamma_set,
|
H A D | amdgpu_dce_v6_0.c | 2392 .gamma_set = dce_v6_0_crtc_gamma_set,
|
H A D | amdgpu_dce_v10_0.c | 2498 .gamma_set = dce_v10_0_crtc_gamma_set,
|
H A D | amdgpu_dce_v11_0.c | 2577 .gamma_set = dce_v11_0_crtc_gamma_set,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
H A D | nouveau_dispnv50_head.c | 483 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ast/ |
H A D | ast_mode.c | 930 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
H A D | nouveau_dispnv04_crtc.c | 1252 .gamma_set = nv_crtc_gamma_set,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_display.c | 672 .gamma_set = radeon_crtc_gamma_set,
|
H A D | radeon_connectors.c | 766 crtc->funcs->gamma_set(crtc, NULL, NULL, NULL, 0, NULL); in radeon_connector_set_property()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 4281 .gamma_set = drm_atomic_helper_legacy_gamma_set,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_display.c | 16349 .gamma_set = drm_atomic_helper_legacy_gamma_set, \
|