OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cgm_mode
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_color.c
382
I915_WRITE(CGM_PIPE_MODE(pipe), crtc_state->
cgm_mode
);
1055
if (old_crtc_state->
cgm_mode
|| new_crtc_state->
cgm_mode
)
1229
u32
cgm_mode
= 0;
local
1235
cgm_mode
|= CGM_PIPE_MODE_DEGAMMA;
1237
cgm_mode
|= CGM_PIPE_MODE_CSC;
1239
cgm_mode
|= CGM_PIPE_MODE_GAMMA;
1241
return
cgm_mode
;
1270
crtc_state->
cgm_mode
= chv_cgm_mode(crtc_state);
1524
if (crtc_state->
cgm_mode
& CGM_PIPE_MODE_GAMMA
[
all
...]
intel_display_types.h
1005
u32
cgm_mode
;
member in union:intel_crtc_state::__anon4929
intel_display.c
9288
pipe_config->
cgm_mode
= I915_READ(CGM_PIPE_MODE(crtc->pipe));
12914
DRM_DEBUG_KMS("
cgm_mode
: 0x%x gamma_mode: 0x%x gamma_enable: %d csc_enable: %d\n",
12915
pipe_config->
cgm_mode
, pipe_config->gamma_mode,
13652
PIPE_CONF_CHECK_X(
cgm_mode
);
Completed in 68 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026