<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [i965 cherryview] Modesetting does not support framebuffers greater then 4096x4096"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101929">101929</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[i965 cherryview] Modesetting does not support framebuffers greater then 4096x4096
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>17.1
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/DRI/i965
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jan.burgmeier@unicon-software.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=132989" name="attach_132989" title="lspci -vv">attachment 132989</a> <a href="attachment.cgi?id=132989&action=edit" title="lspci -vv">[details]</a></span>
lspci -vv

Hello,

if I try to use a resolution greater then 4096 in either direction the displays
stay black and the kernel logs:

[drm:drm_ioctl [drm]] pid=1986, dev=0xe200, auth=1, DRM_IOCTL_MODE_ADDFB
[drm:intel_framebuffer_init [i915]] tiled pitch (23040) must be at less than
16384
[drm:drm_internal_framebuffer_create [drm]] could not create framebuffer
[drm:drm_ioctl [drm]] ret = -22

>From the error message I assume that the stride is somehow wrong so I filled
the bug against mesa because the stride is calculated by mesa's 
"brw_bo_alloc_tiled".

The maximum allowed stride is set in the kernel and is hardware dependent so
this may only occur on cherryview.

xrandr with modesetting says the maximum framebuffer is 8192x8192 and when
using the intel driver and SNA acceleration it is working. So the hardware
should support a greater resolution.

System spec:
Kernel: 4.9.30 32Bit
Mesa: 17.1.1
libdrm: 2.4.81
Xorg: 1.19.3

Best regards
Jan Burgmeier</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>