All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: align driver version with upstream
@ 2020-04-28 15:59 Alex Deucher
  2020-04-28 18:02 ` Christian König
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Deucher @ 2020-04-28 15:59 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

We may not upstream the MEM_SYNC interface, so move that
after the SDMA L2 fix.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 76a6198f5b6e..89c4e9dde6b6 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -85,12 +85,11 @@
  * - 3.34.0 - Non-DC can flip correctly between buffers with different pitches
  * - 3.35.0 - Add drm_amdgpu_info_device::tcc_disabled_mask
  * - 3.36.0 - Allow reading more status registers on si/cik
- * - 3.37.0 - Add AMDGPU_IB_FLAG_EMIT_MEM_SYNC
- * - 3.38.0 - L2 is invalidated before SDMA IBs, needed for correctness
- * - 3.39.0 - AMDGPU_IB_FLAG_EMIT_MEM_SYNC also affects compute IBs
+ * - 3.37.0 - L2 is invalidated before SDMA IBs, needed for correctness
+ * - 3.38.0 - Add AMDGPU_IB_FLAG_EMIT_MEM_SYNC
  */
 #define KMS_DRIVER_MAJOR	3
-#define KMS_DRIVER_MINOR	39
+#define KMS_DRIVER_MINOR	38
 #define KMS_DRIVER_PATCHLEVEL	0
 
 int amdgpu_vram_limit = 0;
-- 
2.25.4

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

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

* Re: [PATCH] drm/amdgpu: align driver version with upstream
  2020-04-28 15:59 [PATCH] drm/amdgpu: align driver version with upstream Alex Deucher
@ 2020-04-28 18:02 ` Christian König
  0 siblings, 0 replies; 2+ messages in thread
From: Christian König @ 2020-04-28 18:02 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx; +Cc: Alex Deucher

Am 28.04.20 um 17:59 schrieb Alex Deucher:
> We may not upstream the MEM_SYNC interface, so move that
> after the SDMA L2 fix.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 7 +++----
>   1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> index 76a6198f5b6e..89c4e9dde6b6 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -85,12 +85,11 @@
>    * - 3.34.0 - Non-DC can flip correctly between buffers with different pitches
>    * - 3.35.0 - Add drm_amdgpu_info_device::tcc_disabled_mask
>    * - 3.36.0 - Allow reading more status registers on si/cik
> - * - 3.37.0 - Add AMDGPU_IB_FLAG_EMIT_MEM_SYNC
> - * - 3.38.0 - L2 is invalidated before SDMA IBs, needed for correctness
> - * - 3.39.0 - AMDGPU_IB_FLAG_EMIT_MEM_SYNC also affects compute IBs
> + * - 3.37.0 - L2 is invalidated before SDMA IBs, needed for correctness
> + * - 3.38.0 - Add AMDGPU_IB_FLAG_EMIT_MEM_SYNC
>    */
>   #define KMS_DRIVER_MAJOR	3
> -#define KMS_DRIVER_MINOR	39
> +#define KMS_DRIVER_MINOR	38
>   #define KMS_DRIVER_PATCHLEVEL	0
>   
>   int amdgpu_vram_limit = 0;

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

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

end of thread, other threads:[~2020-04-28 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 15:59 [PATCH] drm/amdgpu: align driver version with upstream Alex Deucher
2020-04-28 18:02 ` Christian König

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.