OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:psr_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c
828
const struct
psr_table
*
psr_table
;
local in function:parse_psr
837
psr_table
= &psr->
psr_table
[panel_type];
839
dev_priv->vbt.psr.full_link =
psr_table
->full_link;
840
dev_priv->vbt.psr.require_aux_wakeup =
psr_table
->require_aux_to_wakeup;
843
dev_priv->vbt.psr.idle_frames =
psr_table
->idle_frames < 0 ? 0 :
844
psr_table
->idle_frames > 15 ? 15 :
psr_table
->idle_frames;
846
switch (
psr_table
->lines_to_wait)
[
all
...]
intel_vbt_defs.h
474
struct
psr_table
{
struct
491
struct
psr_table
psr_table
[16];
member in struct:bdb_psr
Completed in 14 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025