1. 26 Oct, 2010 1 commit
    • Dave Airlie's avatar
      drm/radeon/r600: fix tiling issues in CS checker. · f30df2fa
      Dave Airlie authored
      The CS checker had some incorrect alignment requirements for 2D surfaces,
      this made rendering to mipmap levels that were 2D broken.
      
      Also the CB height was being worked out from the BO size, this doesn't work
      at all when rendering mipmap levels, instead we work out what height userspace
      wanted from slice max and use that to check it fits inside the BO, however
      the DDX send the wrong slice max for an unaligned buffer so we have to workaround
      for that even though its a userspace bug.
      Reviewed-by: default avatarAlex Deucher <alexdeucher@gmail.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      f30df2fa
  2. 25 Oct, 2010 1 commit
    • Dave Airlie's avatar
      Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next · e3ce8a0b
      Dave Airlie authored
      * 'intel/drm-intel-next' of ../drm-next: (63 commits)
        drm/i915: Move gpu_write_list to per-ring
        drm/i915: Invalidate the to-ring, flush the old-ring when updating domains
        drm/i915/ringbuffer: Write the value passed in to the tail register
        agp/intel: Restore valid PTE bit for Sandybridge after bdd30729
        drm/i915: Fix flushing regression from 9af90d19
        drm/i915/sdvo: Remove unused encoding member
        i915: enable AVI infoframe for intel_hdmi.c [v4]
        drm/i915: Fix current fb blocking for page flip
        drm/i915: IS_IRONLAKE is synonymous with gen == 5
        drm/i915: Enable SandyBridge blitter ring
        drm/i915/ringbuffer: Remove broken intel_fill_struct()
        drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2b7
        drm/i915: Copy the updated reloc->presumed_offset back to the user
        drm/i915: Track objects in global active list (as well as per-ring)
        drm/i915: Simplify most HAS_BSD() checks
        drm/i915: cache the last object lookup during pin_and_relocate()
        drm/i915: Do interrupible mutex lock first to avoid locking for unreference
        drivers: gpu: drm: i915: Fix a typo.
        agp/intel: Also add B43.1 to list of supported devices
        drm/i915: rearrange mutex acquisition for pread
        ...
      e3ce8a0b
  3. 24 Oct, 2010 1 commit
  4. 23 Oct, 2010 1 commit
  5. 22 Oct, 2010 5 commits
  6. 21 Oct, 2010 7 commits
  7. 20 Oct, 2010 4 commits
  8. 19 Oct, 2010 20 commits