1. 07 11月, 2012 3 次提交
  2. 02 11月, 2012 1 次提交
    • D
      drm/udl: fix stride issues scanning out stride != width*bpp · 3916e1d7
      Dave Airlie 提交于
      When buffer sharing with the i915 and using a 1680x1050 monitor,
      the i915 gives is a 6912 buffer for the 6720 width, the code doesn't
      render this properly as it uses one value to set the base address for
      reading from the vmap and for where to start on the device.
      
      This fixes it by calculating the values correctly for the device and
      for the pixmap. No idea how I haven't seen this before now.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      3916e1d7
  3. 01 11月, 2012 9 次提交
  4. 31 10月, 2012 9 次提交
  5. 26 10月, 2012 2 次提交
  6. 24 10月, 2012 7 次提交
  7. 23 10月, 2012 9 次提交