OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crtc_hdisplay
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_psr.c
618
int
crtc_hdisplay
= crtc_state->hw.adjusted_mode.
crtc_hdisplay
;
local in function:intel_psr2_config_valid
655
if (
crtc_hdisplay
> psr_max_h || crtc_vdisplay > psr_max_v) {
657
crtc_hdisplay
, crtc_vdisplay,
674
if (
crtc_hdisplay
% dev_priv->psr.su_x_granularity) {
676
crtc_hdisplay
, dev_priv->psr.su_x_granularity);
/src/sys/external/bsd/drm2/dist/include/drm/
drm_modes.h
187
* @
crtc_hdisplay
: hardware mode horizontal display size
362
int
crtc_hdisplay
;
member in struct:drm_display_mode
Completed in 61 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025