<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in rv515</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c18b1170 - drm/radeon: allow FP16 color clear registers on r500</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#c18b1170</link>
        <description>drm/radeon: allow FP16 color clear registers on r500Probably not a candidate for stable kernels because of conflictsin DRM versioning.Signed-off-by: Marek Ol&#353;&#225;k &lt;maraeo@gmail.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Sat, 12 Jan 2013 03:19:37 +0000</pubDate>
        <dc:creator>Marek Ol&#353;&#225;k &lt;maraeo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fff1ce4d - drm/radeon/kms: check AA resolve registers on r300</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#fff1ce4d</link>
        <description>drm/radeon/kms: check AA resolve registers on r300This is an important security fix because we allowed arbitrary valuesto be passed to AARESOLVE_OFFSET. This also puts the right buffer addressin the register.Signed-off-by: Marek Ol&#353;&#225;k &lt;maraeo@gmail.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Mon, 14 Feb 2011 00:01:10 +0000</pubDate>
        <dc:creator>Marek Ol&#353;&#225;k &lt;maraeo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>50183434 - drm/radeon/kms: fix tracking of BLENDCNTL, COLOR_CHANNEL_MASK, and GB_Z on r300</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#50183434</link>
        <description>drm/radeon/kms: fix tracking of BLENDCNTL, COLOR_CHANNEL_MASK, and GB_Z on r300Also move ZB_DEPTHCLEARVALUE to the list of safe regs.Signed-off-by: Marek Ol&#353;&#225;k &lt;maraeo@gmail.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Mon, 14 Feb 2011 00:01:09 +0000</pubDate>
        <dc:creator>Marek Ol&#353;&#225;k &lt;maraeo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>48c36c8f - drm/radeon/kms: allow r500 US_FORMAT regs in the CS checker</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#48c36c8f</link>
        <description>drm/radeon/kms: allow r500 US_FORMAT regs in the CS checkeradd to the 2.8 bump for pageflipThe purpose of these regs is to work around a TX hw bug in R520.Signed-off-by: Marek Ol&#353;&#225;k &lt;maraeo@gmail.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Sat, 18 Dec 2010 10:41:49 +0000</pubDate>
        <dc:creator>Marek Ol&#353;&#225;k &lt;maraeo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6ffe28f5 - drm/radeon/kms: allow FG_ALPHA_VALUE on r5xx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#6ffe28f5</link>
        <description>drm/radeon/kms: allow FG_ALPHA_VALUE on r5xxThis is a CS checker fix. I need this for FP16 alpha-test.Signed-off-by: Marek Ol&#353;&#225;k &lt;maraeo@gmail.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Wed, 11 Aug 2010 18:42:51 +0000</pubDate>
        <dc:creator>Marek Ol&#353;&#225;k &lt;maraeo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ab9e1f59 - drm/radeon: add basic zmask/hiz support (v4)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#ab9e1f59</link>
        <description>drm/radeon: add basic zmask/hiz support (v4)This interface allows userspace to request hyperz support, it probablyneeds more locking, and really reporting that you can have hyperz is racysince 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 workingv4: add locking, fixup SC_HYPERZ_EN - patch stream to disable hizSigned-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Tue, 13 Jul 2010 01:11:11 +0000</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>cae94b0a - drm/radeon/kms: allow R500 regs VAP_ALT_NUM_VERTICES and VAP_INDEX_OFFSET</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#cae94b0a</link>
        <description>drm/radeon/kms: allow R500 regs VAP_ALT_NUM_VERTICES and VAP_INDEX_OFFSET[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&#353;&#225;k &lt;maraeo@gmail.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Sun, 21 Feb 2010 20:24:15 +0000</pubDate>
        <dc:creator>Marek Ol&#353;&#225;k &lt;maraeo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f12eebb0 - drivers/gpu/radeon: Add MSPOS regs to safe list.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#f12eebb0</link>
        <description>drivers/gpu/radeon: Add MSPOS regs to safe list.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;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Sun, 11 Apr 2010 19:34:00 +0000</pubDate>
        <dc:creator>Corbin Simpson &lt;mostawesomedude@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>804c7559 - drm/radeon/kms: add additional safe regs for r4xx/rs6xx and r5xx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#804c7559</link>
        <description>drm/radeon/kms: add additional safe regs for r4xx/rs6xx and r5xx- r4xx/rs6xx: add support for extended pixel shaderinstruction/temp regs- r5xx: add SM3 regsSigned-off-by: Alex Deucher &lt;alexdeucher@gmail.com&gt;Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Fri, 08 Jan 2010 20:58:49 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexdeucher@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>adf551bb - drm/radeon/kms: add updated registers from drm-fixes.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#adf551bb</link>
        <description>drm/radeon/kms: add updated registers from drm-fixes.Fixes up the DISCARD + 2 sided stencil in the new generator scripts.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Mon, 07 Sep 2009 03:49:07 +0000</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a498b821 - drm/radeon/kms: block depthxy offset from use from userspace.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#a498b821</link>
        <description>drm/radeon/kms: block depthxy offset from use from userspace.This could be used to bypass CS checks.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Tue, 01 Sep 2009 04:40:41 +0000</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>689d7c2a - drm/radeon: cleanup mkregtable.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#689d7c2a</link>
        <description>drm/radeon: cleanup mkregtable.cThis cleans up the code in mkregtable.c to be more kernel style.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Thu, 27 Aug 2009 01:51:23 +0000</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>50f15303 - drm/radeon/kms: generate the safe register tables.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515#50f15303</link>
        <description>drm/radeon/kms: generate the safe register tables.Previously we just made these offline and included them,but no reason we can&apos;t generate them at build time.TODO: add rs690 + r100/r200 when done.should we do rs480/rs690 no tcl version?Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/radeon/reg_srcs/rv515</description>
        <pubDate>Fri, 21 Aug 2009 03:21:01 +0000</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
