search for: nv50_dac_en

Displaying 3 results from an estimated 3 matches for "nv50_dac_en".

2020 Nov 14
1
[PATCH 1/8] drm/nouveau/kms/nv50-: Use atomic encoder callbacks everywhere
...er) +nv50_dac_disable(struct drm_encoder *encoder, struct drm_atomic_state *state) { struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder); struct nv50_core *core = nv50_disp(encoder->dev)->core; @@ -467,7 +467,7 @@ nv50_dac_disable(struct drm_encoder *encoder) } static void -nv50_dac_enable(struct drm_encoder *encoder) +nv50_dac_enable(struct drm_encoder *encoder, struct drm_atomic_state *state) { struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder); struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); @@ -525,8 +525,8 @@ nv50_dac_detect(struct drm_encoder...
2020 Nov 14
0
[PATCH 3/8] drm/nouveau/kms/nv50-: Rename encoder->atomic_(enable|disable) callbacks
..._encoder *encoder, struct drm_atomic_state *state) { struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder); struct nv50_core *core = nv50_disp(encoder->dev)->core; @@ -467,7 +467,7 @@ nv50_dac_disable(struct drm_encoder *encoder, struct drm_atomic_state *state) } static void -nv50_dac_enable(struct drm_encoder *encoder, struct drm_atomic_state *state) +nv50_dac_atomic_enable(struct drm_encoder *encoder, struct drm_atomic_state *state) { struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder); struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); @@ -525,8 +525,8...
2017 Dec 31
0
LUT update skipped on first modeset?
...[drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:47:DVI-I-2] disconnected [ 2381.675026] [drm:drm_mode_addfb2 [drm]] [FB:65] [ 2381.675052] [drm:drm_mode_setcrtc [drm]] [CRTC:40:head-0] [ 2381.675065] [drm:drm_mode_setcrtc [drm]] [CONNECTOR:44:DVI-I-1] [ 2381.675085] 0480 2 nv50_dac_enable [ 2381.675086] 00000001 [ 2381.675086] 00000002 [ 2381.675087] 08a4 1 nv50_head_view [ 2381.675088] 00000000 [ 2381.675088] 08c8 1 nv50_head_view [ 2381.675089] 04b00780 [ 2381.675089] 08d8 2 nv50_head_view [ 2381.675089] 04b00780 [ 2381.675090] 04b00780 [ 2381.675091] 0804 2 nv50_head_mo...