OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:long_hpd
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hotplug.c
132
* @
long_hpd
: whether the HPD IRQ was long or short
158
enum hpd_pin pin, bool
long_hpd
)
163
const int increment =
long_hpd
? 10 : 1;
168
(!
long_hpd
&& !dev_priv->hotplug.hpd_short_storm_enabled))
331
bool
long_hpd
, short_hpd;
local
337
long_hpd
= long_port_mask & BIT(port);
340
if (!
long_hpd
&& !short_hpd)
345
ret = dig_port->hpd_pulse(dig_port,
long_hpd
);
478
bool
long_hpd
;
local
487
long_hpd
= long_mask & BIT(pin)
505
bool
long_hpd
;
local
[
all
...]
intel_dp.h
72
bool
long_hpd
);
intel_dp.c
6609
intel_dp_hpd_pulse(struct intel_digital_port *intel_dig_port, bool
long_hpd
)
6613
if (
long_hpd
&& intel_dig_port->base.type == INTEL_OUTPUT_EDP) {
6629
long_hpd
? "long" : "short");
6631
if (
long_hpd
) {
Completed in 30 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026