All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: update uvd_v6_0_ring_vm_funcs to use new nop packet
@ 2018-06-28 18:37 Alex Deucher
       [not found] ` <20180628183804.9846-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 15+ messages in thread
From: Alex Deucher @ 2018-06-28 18:37 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

Was missed when updating the uvd 6 module.

Fixes: 1aac3c9180 (drm/amdgpu: fix insert nop for UVD6 ring)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c b/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
index 1df1c6115341..8ee1c2eaaa14 100644
--- a/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
@@ -1569,7 +1569,6 @@ static const struct amdgpu_ring_funcs uvd_v6_0_ring_phys_funcs = {
 static const struct amdgpu_ring_funcs uvd_v6_0_ring_vm_funcs = {
 	.type = AMDGPU_RING_TYPE_UVD,
 	.align_mask = 0xf,
-	.nop = PACKET0(mmUVD_NO_OP, 0),
 	.support_64bit_ptrs = false,
 	.get_rptr = uvd_v6_0_ring_get_rptr,
 	.get_wptr = uvd_v6_0_ring_get_wptr,
@@ -1587,7 +1586,7 @@ static const struct amdgpu_ring_funcs uvd_v6_0_ring_vm_funcs = {
 	.emit_hdp_flush = uvd_v6_0_ring_emit_hdp_flush,
 	.test_ring = uvd_v6_0_ring_test_ring,
 	.test_ib = amdgpu_uvd_ring_test_ib,
-	.insert_nop = amdgpu_ring_insert_nop,
+	.insert_nop = uvd_v6_0_ring_insert_nop,
 	.pad_ib = amdgpu_ring_generic_pad_ib,
 	.begin_use = amdgpu_uvd_ring_begin_use,
 	.end_use = amdgpu_uvd_ring_end_use,
-- 
2.13.6

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-06-29 21:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-28 18:37 [PATCH] drm/amdgpu: update uvd_v6_0_ring_vm_funcs to use new nop packet Alex Deucher
     [not found] ` <20180628183804.9846-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-06-28 18:37   ` [PATCH] drm/amdgpu: fix swapped emit_ib_size in vce3 Alex Deucher
     [not found]     ` <20180628183804.9846-2-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-06-29  1:26       ` Zhang, Jerry (Junwei)
2018-06-28 18:38   ` [PATCH] drm/amdgpu/pm: fix display count in non-DC path Alex Deucher
     [not found]     ` <20180628183804.9846-3-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-06-29  0:22       ` Zhu, Rex
2018-06-28 18:38   ` [PATCH] drm/amdgpu/pp: add missing byte swapping in process_pptables_v1_0.c Alex Deucher
     [not found]     ` <20180628183804.9846-4-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-06-29  0:22       ` Zhu, Rex
2018-06-28 18:38   ` [PATCH] drm/amdgpu/pp: fix endian swapping in atomctrl_get_voltage_range Alex Deucher
     [not found]     ` <20180628183804.9846-5-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-06-29  0:21       ` Zhu, Rex
2018-06-28 18:38   ` [PATCH] drm/amdgpu/pp: fix copy paste typo in smu7_init_dpm_defaults Alex Deucher
     [not found]     ` <20180628183804.9846-6-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-06-29  0:21       ` Zhu, Rex
2018-06-28 18:38   ` [PATCH] drm/amdgpu/pp: fix copy paste typo in smu7_get_pp_table_entry_callback_func_v1 Alex Deucher
     [not found]     ` <20180628183804.9846-7-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-06-29  0:21       ` Zhu, Rex
2018-06-29 14:57   ` [PATCH] drm/amdgpu: update uvd_v6_0_ring_vm_funcs to use new nop packet Alex Deucher
     [not found]     ` <CADnq5_PcCJ8cc0OSu5ghb+iiWUXOJp_fjJS9mSrvoPZs2Krkmg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-06-29 21:21       ` Leo Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.