Lines Matching refs:nv_encoder
98 struct nouveau_encoder *nv_encoder = bl_get_data(bd); in nv50_get_intensity() local
99 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev); in nv50_get_intensity()
101 int or = nv_encoder->or; in nv50_get_intensity()
113 struct nouveau_encoder *nv_encoder = bl_get_data(bd); in nv50_set_intensity() local
114 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev); in nv50_set_intensity()
116 int or = nv_encoder->or; in nv50_set_intensity()
134 struct nouveau_encoder *nv_encoder = bl_get_data(bd); in nva3_get_intensity() local
135 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev); in nva3_get_intensity()
137 int or = nv_encoder->or; in nva3_get_intensity()
152 struct nouveau_encoder *nv_encoder = bl_get_data(bd); in nva3_set_intensity() local
153 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev); in nva3_set_intensity()
155 int or = nv_encoder->or; in nva3_set_intensity()
181 struct nouveau_encoder *nv_encoder; in nv50_backlight_init() local
186 nv_encoder = find_encoder(connector, DCB_OUTPUT_LVDS); in nv50_backlight_init()
187 if (!nv_encoder) { in nv50_backlight_init()
188 nv_encoder = find_encoder(connector, DCB_OUTPUT_DP); in nv50_backlight_init()
189 if (!nv_encoder) in nv50_backlight_init()
193 if (!nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(nv_encoder->or))) in nv50_backlight_init()
207 nv_encoder, ops, &props); in nv50_backlight_init()