search for: 8d0e60d

Displaying 1 result from an estimated 1 matches for "8d0e60d".

2015 Sep 18
2
[PATCH] display: allow up to 16k width/height for fermi+
...ng it's this since a single giant FB has to be used. Not sure if the hardware will actually support it, but... who knows. drm/nouveau/nouveau_display.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drm/nouveau/nouveau_display.c b/drm/nouveau/nouveau_display.c index 8d0e60d..d3d6438 100644 --- a/drm/nouveau/nouveau_display.c +++ b/drm/nouveau/nouveau_display.c @@ -469,9 +469,13 @@ nouveau_display_create(struct drm_device *dev) if (drm->device.info.family < NV_DEVICE_INFO_V0_TESLA) { dev->mode_config.max_width = 4096; dev->mode_config.max_height = 4...