[PATCH] drm/radeon/kms: only warn on mipmap size checks in r600 cs checker

2010-09-14 Thread Dave Airlie
On Tue, Sep 14, 2010 at 8:24 PM, Andy Furniss wrote: > Alex Deucher wrote: >> >> The texture base address registers are in units of 256 bytes. >> The original CS checker treated these offsets as bytes, so the >> original check was wrong. ?I fixed the units in a patch during >> the 2.6.36 cycle, bu

[PATCH] drm/radeon/kms: only warn on mipmap size checks in r600 cs checker

2010-09-14 Thread Andy Furniss
Alex Deucher wrote: > The texture base address registers are in units of 256 bytes. > The original CS checker treated these offsets as bytes, so the > original check was wrong. I fixed the units in a patch during > the 2.6.36 cycle, but this ended up breaking some existing > userspace (probably du

[PATCH] drm/radeon/kms: only warn on mipmap size checks in r600 cs checker (v2)

2010-09-14 Thread Alex Deucher
The texture base address registers are in units of 256 bytes. The original CS checker treated these offsets as bytes, so the original check was wrong. I fixed the units in a patch during the 2.6.36 cycle, but this ended up breaking some existing userspace (probably due to a bug in either userspace

[PATCH] drm/radeon/kms: only warn on mipmap size checks in r600 cs checker (v2)

2010-09-14 Thread Alex Deucher
The texture base address registers are in units of 256 bytes. The original CS checker treated these offsets as bytes, so the original check was wrong. I fixed the units in a patch during the 2.6.36 cycle, but this ended up breaking some existing userspace (probably due to a bug in either userspace

Re: [PATCH] drm/radeon/kms: only warn on mipmap size checks in r600 cs checker

2010-09-14 Thread Dave Airlie
On Tue, Sep 14, 2010 at 8:24 PM, Andy Furniss wrote: > Alex Deucher wrote: >> >> The texture base address registers are in units of 256 bytes. >> The original CS checker treated these offsets as bytes, so the >> original check was wrong.  I fixed the units in a patch during >> the 2.6.36 cycle, bu

Re: [PATCH] drm/radeon/kms: only warn on mipmap size checks in r600 cs checker

2010-09-14 Thread Andy Furniss
Alex Deucher wrote: The texture base address registers are in units of 256 bytes. The original CS checker treated these offsets as bytes, so the original check was wrong. I fixed the units in a patch during the 2.6.36 cycle, but this ended up breaking some existing userspace (probably due to a b

[PATCH] drm/radeon/kms: only warn on mipmap size checks in r600 cs checker

2010-09-13 Thread Alex Deucher
The texture base address registers are in units of 256 bytes. The original CS checker treated these offsets as bytes, so the original check was wrong. I fixed the units in a patch during the 2.6.36 cycle, but this ended up breaking some existing userspace (probably due to a bug in either userspace

[PATCH] drm/radeon/kms: only warn on mipmap size checks in r600 cs checker

2010-09-13 Thread Alex Deucher
The texture base address registers are in units of 256 bytes. The original CS checker treated these offsets as bytes, so the original check was wrong. I fixed the units in a patch during the 2.6.36 cycle, but this ended up breaking some existing userspace (probably due to a bug in either userspace