[PATCH] drm/radeon: fix checking of MSAA renderbuffers on r600-r700

Marek Olšák maraeo at gmail.com
Mon Aug 20 05:31:15 PDT 2012


On Mon, Aug 20, 2012 at 7:35 AM, Paul Menzel
<paulepanter at users.sourceforge.net> wrote:
> Dear Marek,
>
>
> thank you for all your work on MSAA.
>
>
> Am Sonntag, den 19.08.2012, 21:23 +0200 schrieb Marek Olšák:
>
> Unfortunately you do not provide any commit message. What is the problem
> and what are the symptoms? When was it introduced? How is it solved in
> your patch?

The MSAA checking was mostly unimplemented on r600-r700. The userspace
submits GPU commands and the kernel driver computes how much memory
the GPU will access and checks if it's all within buffer bounds the
userspace allocated. This patch fixes the computations of the size of
MSAA surfaces in memory.

Marek


More information about the dri-devel mailing list