From: Jason Ekstrand Date: Mon, 20 Nov 2017 17:47:47 +0000 (-0800) Subject: anv/image: Update a comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f7eee6bc15f93d859ba134e9264354c3e79d05d;p=mesa.git anv/image: Update a comment This got lost in all of the aspect vs. plane rebasing of YCBCR. Reviewed-by: Topi Pohjolainen Reviewed-by: Nanley Chery --- diff --git a/src/intel/vulkan/anv_image.c b/src/intel/vulkan/anv_image.c index 72e408764d8..0aa8cd94d6b 100644 --- a/src/intel/vulkan/anv_image.c +++ b/src/intel/vulkan/anv_image.c @@ -734,7 +734,7 @@ void anv_GetImageSubresourceLayout( * * @param devinfo The device information of the Intel GPU. * @param image The image that may contain a collection of buffers. - * @param plane The plane of the image to be accessed. + * @param aspect The aspect of the image to be accessed. * @param layout The current layout of the image aspect(s). * * @return The primary buffer that should be used for the given layout.