Commit f1af066b authored by Danylo Piliaiev's avatar Danylo Piliaiev Committed by Dmitry Baryshkov
Browse files

drm/msm: Rename drm_msm_gem_submit_reloc::or in C++ code

parent 45d96836
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -186,7 +186,11 @@ struct drm_msm_gem_cpu_fini {
 */
struct drm_msm_gem_submit_reloc {
	__u32 submit_offset;  /* in, offset from submit_bo */
#ifdef __cplusplus
	__u32 _or;            /* in, value OR'd with result */
#else
	__u32 or;             /* in, value OR'd with result */
#endif
	__s32 shift;          /* in, amount of left shift (can be negative) */
	__u32 reloc_idx;      /* in, index of reloc_bo buffer */
	__u64 reloc_offset;   /* in, offset from start of reloc_bo */