Home
last modified time | relevance | path

Searched refs:DCB_CONNECTOR_eDP (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dconn.h16 DCB_CONNECTOR_eDP = 0x47, enumerator
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dnv50.c165 type = DCB_CONNECTOR_eDP; in mxm_dcb_sanitise_entry()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c874 if (nv_connector->type == DCB_CONNECTOR_eDP) { in nouveau_connector_detect_depth()
1004 nv_connector->type == DCB_CONNECTOR_eDP) in nouveau_connector_get_modes()
1255 case DCB_CONNECTOR_eDP : return DRM_MODE_CONNECTOR_eDP; in drm_conntype_from_dcb()
1348 nv_connector->type = DCB_CONNECTOR_eDP; in nouveau_connector_create()
1445 case DCB_CONNECTOR_eDP: in nouveau_connector_create()
H A Dnouveau_backlight.c311 if (nv_conn->type == DCB_CONNECTOR_eDP) { in nv50_backlight_init()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddp.c603 if (outp->conn->info.type != DCB_CONNECTOR_eDP || in nvkm_dp_enable_supported_link_rates()
694 if (outp->conn->info.type == DCB_CONNECTOR_eDP) { in nvkm_dp_enable()
778 if (outp->conn->info.type == DCB_CONNECTOR_eDP) { in nvkm_dp_enable()
H A Dbase.c290 outp->conn->info.type == DCB_CONNECTOR_eDP) { in nvkm_disp_oneinit()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dinit.c810 if (init_conn(init) != DCB_CONNECTOR_eDP) in init_generic_condition()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1776 if (nv_connector->type != DCB_CONNECTOR_eDP && in nv50_sor_create()