Home
last modified time | relevance | path

Searched refs:DPCD_LS04_INTERLANE_ALIGN_DONE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddport.h57 #define DPCD_LS04_INTERLANE_ALIGN_DONE 0x01 macro
Doutpdp.c64 if (stat[2] & DPCD_LS04_INTERLANE_ALIGN_DONE) { in nvkm_output_dp_train()
Ddport.c245 eq_done = !!(dp->stat[2] & DPCD_LS04_INTERLANE_ALIGN_DONE); in dp_link_train_eq()