[Mesa-dev] [PATCH] gallium/radeon: fix typo in radeon_winsys.h
Alex Deucher
alexdeucher at gmail.com
Thu Apr 6 14:43:50 UTC 2017
On Thu, Apr 6, 2017 at 8:27 AM, Samuel Pitoiset
<samuel.pitoiset at gmail.com> wrote:
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> src/gallium/drivers/radeon/radeon_winsys.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/radeon/radeon_winsys.h b/src/gallium/drivers/radeon/radeon_winsys.h
> index a63485175d..2e287c67ee 100644
> --- a/src/gallium/drivers/radeon/radeon_winsys.h
> +++ b/src/gallium/drivers/radeon/radeon_winsys.h
> @@ -52,7 +52,7 @@ enum radeon_bo_flag { /* bitfield */
> RADEON_FLAG_GTT_WC = (1 << 0),
> RADEON_FLAG_CPU_ACCESS = (1 << 1),
> RADEON_FLAG_NO_CPU_ACCESS = (1 << 2),
> - RADEON_FLAG_HANDLE = (1 << 3), /* the buffer most not be suballocated */
> + RADEON_FLAG_HANDLE = (1 << 3), /* the buffer must not be suballocated */
> RADEON_FLAG_SPARSE = (1 << 4),
> };
>
> --
> 2.12.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list