[Intel-gfx] Maximum scanout buffer size limits?

Keith Packard keithp at keithp.com
Wed Jul 8 07:30:24 CEST 2009


The i915 kernel driver refuses to allow frame buffers larger than the
following size:

        if (IS_I965G(dev)) {
                dev->mode_config.max_width = 8192;
                dev->mode_config.max_height = 8192;
        } else {
                dev->mode_config.max_width = 2048;
                dev->mode_config.max_height = 2048;
        }

Is there a reason we don't set this to 4096 for the non-965 case?

-- 
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20090707/485a1103/attachment.sig>


More information about the Intel-gfx mailing list