<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/gpu/drm/radeon/reg_srcs/rv515, branch linux-6.9.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.9.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.9.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2013-01-15T14:07:12Z</updated>
<entry>
<title>drm/radeon: allow FP16 color clear registers on r500</title>
<updated>2013-01-15T14:07:12Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2013-01-12T03:19:37Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c18b1170493de637eea58671da7df5689ce13491'/>
<id>urn:sha1:c18b1170493de637eea58671da7df5689ce13491</id>
<content type='text'>
Probably not a candidate for stable kernels because of conflicts
in DRM versioning.

Signed-off-by: Marek Olšák &lt;maraeo@gmail.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/kms: check AA resolve registers on r300</title>
<updated>2011-02-14T00:12:14Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-02-14T00:01:10Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=fff1ce4dc6113b6fdc4e3a815ca5fd229408f8ef'/>
<id>urn:sha1:fff1ce4dc6113b6fdc4e3a815ca5fd229408f8ef</id>
<content type='text'>
This is an important security fix because we allowed arbitrary values
to be passed to AARESOLVE_OFFSET. This also puts the right buffer address
in the register.

Signed-off-by: Marek Olšák &lt;maraeo@gmail.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/kms: fix tracking of BLENDCNTL, COLOR_CHANNEL_MASK, and GB_Z on r300</title>
<updated>2011-02-14T00:11:04Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-02-14T00:01:09Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=501834349e872ed4115eea3beef65ca9eeb5528e'/>
<id>urn:sha1:501834349e872ed4115eea3beef65ca9eeb5528e</id>
<content type='text'>
Also move ZB_DEPTHCLEARVALUE to the list of safe regs.

Signed-off-by: Marek Olšák &lt;maraeo@gmail.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/kms: allow r500 US_FORMAT regs in the CS checker</title>
<updated>2010-12-21T02:57:25Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2010-12-18T10:41:49Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=48c36c8f9a3e881953bb72deb55623a53795a684'/>
<id>urn:sha1:48c36c8f9a3e881953bb72deb55623a53795a684</id>
<content type='text'>
add to the 2.8 bump for pageflip

The purpose of these regs is to work around a TX hw bug in R520.

Signed-off-by: Marek Olšák &lt;maraeo@gmail.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/kms: allow FG_ALPHA_VALUE on r5xx</title>
<updated>2010-08-11T23:13:36Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2010-08-11T18:42:51Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6ffe28f57c587c82b06aac89894c46114de2b927'/>
<id>urn:sha1:6ffe28f57c587c82b06aac89894c46114de2b927</id>
<content type='text'>
This is a CS checker fix. I need this for FP16 alpha-test.

Signed-off-by: Marek Olšák &lt;maraeo@gmail.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon: add basic zmask/hiz support (v4)</title>
<updated>2010-08-02T01:54:26Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2010-07-13T01:11:11Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ab9e1f5966591dc3e811418e96ba04f284c52458'/>
<id>urn:sha1:ab9e1f5966591dc3e811418e96ba04f284c52458</id>
<content type='text'>
This interface allows userspace to request hyperz support, it probably
needs more locking, and really reporting that you can have hyperz is racy
since someone else might get it before you do.

v2: modify so we pass 0 valued packets to let DDX/r300c keep working.
also fixed incorrect 0x4f1c reference.

v3: fixup zb_bw_cntl so older drivers keep working

v4: add locking, fixup SC_HYPERZ_EN - patch stream to disable hiz

Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/kms: allow R500 regs VAP_ALT_NUM_VERTICES and VAP_INDEX_OFFSET</title>
<updated>2010-04-19T04:17:02Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2010-02-21T20:24:15Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=cae94b0ad9d147152af77b971a7234faf20027a9'/>
<id>urn:sha1:cae94b0ad9d147152af77b971a7234faf20027a9</id>
<content type='text'>
[airlied: fix V_A_N_V to not be safe and fix check to make sure only r500
 - bump userspace version]

Signed-off-by: Marek Olšák &lt;maraeo@gmail.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drivers/gpu/radeon: Add MSPOS regs to safe list.</title>
<updated>2010-04-19T04:04:32Z</updated>
<author>
<name>Corbin Simpson</name>
<email>mostawesomedude@gmail.com</email>
</author>
<published>2010-04-11T19:34:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f12eebb0acbaa6dcb60ed34451f5b159f509b2c0'/>
<id>urn:sha1:f12eebb0acbaa6dcb60ed34451f5b159f509b2c0</id>
<content type='text'>
Permits MSAA and D3D-style rasterization.

[airlied: add rs600]

Signed-off-by: Corbin Simpson &lt;MostAwesomeDude@gmail.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/kms: add additional safe regs for r4xx/rs6xx and r5xx</title>
<updated>2010-01-11T03:42:27Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexdeucher@gmail.com</email>
</author>
<published>2010-01-08T20:58:49Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=804c7559e9376c3ba78ae15a30337b1e24f8ae80'/>
<id>urn:sha1:804c7559e9376c3ba78ae15a30337b1e24f8ae80</id>
<content type='text'>
- r4xx/rs6xx: add support for extended pixel shader
instruction/temp regs
- r5xx: add SM3 regs

Signed-off-by: Alex Deucher &lt;alexdeucher@gmail.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/kms: add updated registers from drm-fixes.</title>
<updated>2009-09-07T03:49:07Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2009-09-07T03:49:07Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=adf551bb25bfb83b79ce3c3887557ed817e26cc9'/>
<id>urn:sha1:adf551bb25bfb83b79ce3c3887557ed817e26cc9</id>
<content type='text'>
Fixes up the DISCARD + 2 sided stencil in the new generator scripts.

Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
</feed>
