/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_overlay.c | 52 struct drm_property *hue; member in struct:nouveau_plane::__anon8deb78930108 59 int hue; member in struct:nouveau_plane 225 u32 chroma = ((sin_mul(plane->hue, plane->saturation) & 0xffff) << 16) | 226 (cos_mul(plane->hue, plane->saturation) & 0xffff); 261 else if (property == nv_plane->props.hue) 262 nv_plane->hue = value; 316 plane->props.hue = drm_property_create_range( 317 device, 0, "hue", 0, 359); 323 !plane->props.hue || 339 plane->hue = 0 [all...] |
nouveau_dispnv04_overlay.c | 52 struct drm_property *hue; member in struct:nouveau_plane::__anon8deb78930108 59 int hue; member in struct:nouveau_plane 225 u32 chroma = ((sin_mul(plane->hue, plane->saturation) & 0xffff) << 16) | 226 (cos_mul(plane->hue, plane->saturation) & 0xffff); 261 else if (property == nv_plane->props.hue) 262 nv_plane->hue = value; 316 plane->props.hue = drm_property_create_range( 317 device, 0, "hue", 0, 359); 323 !plane->props.hue || 339 plane->hue = 0 [all...] |
tvnv17.h | 81 int hue; member in struct:nv17_tv_encoder
|
tvnv17.h | 81 int hue; member in struct:nv17_tv_encoder
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_head.c | 77 const int hue = asyc->procamp.vibrant_hue - 90; local in function:nv50_head_atomic_check_procamp 80 asyh->procamp.sat.sin = ((hue * 2047) / 100) & 0xfff;
|
nouveau_dispnv50_head.c | 77 const int hue = asyc->procamp.vibrant_hue - 90; local in function:nv50_head_atomic_check_procamp 80 asyh->procamp.sat.sin = ((hue * 2047) / 100) & 0xfff;
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_connector.h | 514 * @hue: hue in percent 525 unsigned int hue; member in struct:drm_tv_connector_state
|
drm_connector.h | 514 * @hue: hue in percent 525 unsigned int hue; member in struct:drm_tv_connector_state
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_sdvo.c | 151 struct drm_property *hue; member in struct:intel_sdvo_connector 173 /* base.base: tv.saturation/contrast/hue/brightness */ 1402 if (intel_sdvo_conn->hue) 1403 UPDATE_PROPERTY(conn_state->tv.hue, HUE); 2303 else if (property == intel_sdvo_connector->hue) 2304 *val = state->tv.hue; 2361 else if (property == intel_sdvo_connector->hue) 2362 state->tv.hue = val; 3107 ENHANCEMENT(&conn_state->tv, hue, HUE) [all...] |
intel_sdvo.c | 151 struct drm_property *hue; member in struct:intel_sdvo_connector 173 /* base.base: tv.saturation/contrast/hue/brightness */ 1402 if (intel_sdvo_conn->hue) 1403 UPDATE_PROPERTY(conn_state->tv.hue, HUE); 2303 else if (property == intel_sdvo_connector->hue) 2304 *val = state->tv.hue; 2361 else if (property == intel_sdvo_connector->hue) 2362 state->tv.hue = val; 3107 ENHANCEMENT(&conn_state->tv, hue, HUE) [all...] |
intel_sdvo_regs.h | 606 unsigned int hue:1; member in struct:intel_sdvo_enhancements_reply
|
intel_sdvo_regs.h | 606 unsigned int hue:1; member in struct:intel_sdvo_enhancements_reply
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_types.h | 407 struct fixed31_32 hue; member in struct:dc_csc_adjustments
|
dc_types.h | 407 struct fixed31_32 hue; member in struct:dc_csc_adjustments
|