summaryrefslogtreecommitdiff
path: root/src/amdgpu_pixmap.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2015-06-09 11:57:59 +0900
committerMichel Dänzer <michel@daenzer.net>2015-06-15 17:24:09 +0900
commitbd0aca09770543fa77b934e1728a832c9c2dc90c (patch)
treea74a2920b0d2fa6730db91dfa5b7c1d4487df626 /src/amdgpu_pixmap.h
parente5dfb6c2667994701ee451bf82c4142cbf343405 (diff)
glamor: Remove the stride member of struct radeon_pixmap
Its value was always the same as that of the PixmapRec devKind member. (Cherry picked from radeon commit ed401f5b4f07375db17ff05e294907ec95fc946d) Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/amdgpu_pixmap.h')
-rw-r--r--src/amdgpu_pixmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amdgpu_pixmap.h b/src/amdgpu_pixmap.h
index b269853..a8f204f 100644
--- a/src/amdgpu_pixmap.h
+++ b/src/amdgpu_pixmap.h
@@ -33,7 +33,6 @@ struct amdgpu_pixmap {
uint_fast32_t gpu_write;
struct amdgpu_buffer *bo;
- int stride;
};
#if HAS_DEVPRIVATEKEYREC