Signed-off-by: Masatake YAMATO
---
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
b/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
index 06d787385ad4..27188dadfbcf 100644
--- a/drivers/gpu/drm
Though drmCommandWriteRead() is used in libdrm [1],
DRM_IOCTL_AMDGPU_GEM_VA uses DRM_IOW for encoding.
[1]
https://gitlab.freedesktop.org/mesa/drm/-/blob/main/amdgpu/amdgpu_bo.c?ref_type=heads
Signed-off-by: Masatake YAMATO
---
include/uapi/drm/amdgpu_drm.h | 2 +-
1 file changed, 1 insertion
Hi,
>
> Hi Yamato-san,
>
>
> On 2024-08-06 04:43, Masatake YAMATO wrote:
>> Though drmCommandWriteRead() is used in libdrm [1],
>> DRM_IOCTL_AMDGPU_GEM_VA uses DRM_IOW for encoding.
>>
>> [1]
>> https://gitlab.freedesktop.org/mesa/drm/-/blob/main/