OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dcbe
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_dfp.c
457
struct dcb_output *
dcbe
= nv_encoder->dcb;
local
461
if (
dcbe
->type == DCB_OUTPUT_TMDS)
462
run_tmds_table(dev,
dcbe
, head, nv_encoder->mode.clock);
463
else if (
dcbe
->type == DCB_OUTPUT_LVDS)
464
call_lvds_script(dev,
dcbe
, head, LVDS_RESET, nv_encoder->mode.clock);
nouveau_dispnv04_dfp.c
457
struct dcb_output *
dcbe
= nv_encoder->dcb;
local
461
if (
dcbe
->type == DCB_OUTPUT_TMDS)
462
run_tmds_table(dev,
dcbe
, head, nv_encoder->mode.clock);
463
else if (
dcbe
->type == DCB_OUTPUT_LVDS)
464
call_lvds_script(dev,
dcbe
, head, LVDS_RESET, nv_encoder->mode.clock);
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c
467
nv50_dac_create(struct drm_connector *connector, struct dcb_output *
dcbe
)
479
nv_encoder->dcb =
dcbe
;
481
bus = nvkm_i2c_bus_find(i2c,
dcbe
->i2c_index);
486
encoder->possible_crtcs =
dcbe
->heads;
489
"dac-%04x-%04x",
dcbe
->hasht,
dcbe
->hashm);
1706
nv50_sor_create(struct drm_connector *connector, struct dcb_output *
dcbe
)
1715
switch (
dcbe
->type) {
1727
nv_encoder->dcb =
dcbe
;
1731
encoder->possible_crtcs =
dcbe
->heads
2470
struct dcb_output *
dcbe
;
local
[
all
...]
nouveau_dispnv50_disp.c
467
nv50_dac_create(struct drm_connector *connector, struct dcb_output *
dcbe
)
479
nv_encoder->dcb =
dcbe
;
481
bus = nvkm_i2c_bus_find(i2c,
dcbe
->i2c_index);
486
encoder->possible_crtcs =
dcbe
->heads;
489
"dac-%04x-%04x",
dcbe
->hasht,
dcbe
->hashm);
1706
nv50_sor_create(struct drm_connector *connector, struct dcb_output *
dcbe
)
1715
switch (
dcbe
->type) {
1727
nv_encoder->dcb =
dcbe
;
1731
encoder->possible_crtcs =
dcbe
->heads
2470
struct dcb_output *
dcbe
;
local
[
all
...]
Completed in 41 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026