search for: 5beb352

Displaying 1 result from an estimated 1 matches for "5beb352".

Did you mean: 52eb752
2014 Oct 28
0
[PATCH] nv50/disp: Fix modeset on G94
...ch.at> Tested-by: "poma" <pomidorabelisima at gmail.com> --- drivers/gpu/drm/nouveau/nv50_display.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c index ae873d1..5beb352 100644 --- a/drivers/gpu/drm/nouveau/nv50_display.c +++ b/drivers/gpu/drm/nouveau/nv50_display.c @@ -1104,14 +1104,14 @@ nv50_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *umode, evo_mthd(push, 0x0804 + (nv_crtc->index * 0x400), 2); evo_data(push, 0x00800000 | mode->cl...