Home
last modified time | relevance | path

Searched defs:psr_settings (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1051 struct psr_settings { struct
1052 bool psr_feature_enabled; // PSR is supported by sink
1053 bool psr_allow_active; // PSR is currently active
1054 enum dc_psr_version psr_version; // Internal PSR version, determined based on DPCD
1055 bool psr_vtotal_control_support; // Vtotal control is supported by sink
1056 unsigned long long psr_dirty_rects_change_timestamp_ns; // for delay of enabling PSR-SU
1063 bool psr_frame_capture_indication_req;
1064 unsigned int psr_sdp_transmit_line_num_deadline;
1065 uint8_t force_ffu_mode;
1066 unsigned int psr_power_opt;
[all …]
H A Ddc.h1677 struct psr_settings psr_settings; member