search for: 6694fa37

Displaying 1 result from an estimated 1 matches for "6694fa37".

Did you mean: 669437
2018 Feb 16
0
[PATCH] bl: fix backlight regression
...if (!nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(nv_encoder->or))) return 0; + nv50_outp_release(nv_encoder); if (drm->client.device.info.chipset <= 0xa0 || drm->client.device.info.chipset == 0xaa || diff --git a/drm/nouveau/nv50_display.c b/drm/nouveau/nv50_display.c index 6694fa37..70c31b5e 100644 --- a/drm/nouveau/nv50_display.c +++ b/drm/nouveau/nv50_display.c @@ -2444,7 +2444,7 @@ out: /****************************************************************************** * Output path helpers *****************************************************************************/ -st...