* [PATCH] drm/amdgpu: bump the DRM version for new allowed mem-mapped registers
@ 2015-08-18 21:58 Marek Olšák
2015-08-18 21:59 ` Marek Olšák
2015-08-19 3:59 ` Michel Dänzer
0 siblings, 2 replies; 4+ messages in thread
From: Marek Olšák @ 2015-08-18 21:58 UTC (permalink / raw)
To: dri-devel
From: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index e6fa278..0fcc0bd 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -49,9 +49,10 @@
/*
* KMS wrapper.
* - 3.0.0 - initial driver
+ * - 3.1.0 - allow reading more status registers (GRBM, SRBM, SDMA, CP)
*/
#define KMS_DRIVER_MAJOR 3
-#define KMS_DRIVER_MINOR 0
+#define KMS_DRIVER_MINOR 1
#define KMS_DRIVER_PATCHLEVEL 0
int amdgpu_vram_limit = 0;
--
2.1.4
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/amdgpu: bump the DRM version for new allowed mem-mapped registers
2015-08-18 21:58 [PATCH] drm/amdgpu: bump the DRM version for new allowed mem-mapped registers Marek Olšák
@ 2015-08-18 21:59 ` Marek Olšák
2015-08-19 3:59 ` Michel Dänzer
1 sibling, 0 replies; 4+ messages in thread
From: Marek Olšák @ 2015-08-18 21:59 UTC (permalink / raw)
To: dri-devel
FYI, this is for drm-next-4.3.
Marek
On Tue, Aug 18, 2015 at 11:58 PM, Marek Olšák <maraeo@gmail.com> wrote:
> From: Marek Olšák <marek.olsak@amd.com>
>
> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> index e6fa278..0fcc0bd 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -49,9 +49,10 @@
> /*
> * KMS wrapper.
> * - 3.0.0 - initial driver
> + * - 3.1.0 - allow reading more status registers (GRBM, SRBM, SDMA, CP)
> */
> #define KMS_DRIVER_MAJOR 3
> -#define KMS_DRIVER_MINOR 0
> +#define KMS_DRIVER_MINOR 1
> #define KMS_DRIVER_PATCHLEVEL 0
>
> int amdgpu_vram_limit = 0;
> --
> 2.1.4
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/amdgpu: bump the DRM version for new allowed mem-mapped registers
2015-08-18 21:58 [PATCH] drm/amdgpu: bump the DRM version for new allowed mem-mapped registers Marek Olšák
2015-08-18 21:59 ` Marek Olšák
@ 2015-08-19 3:59 ` Michel Dänzer
2015-08-19 16:03 ` Alex Deucher
1 sibling, 1 reply; 4+ messages in thread
From: Michel Dänzer @ 2015-08-19 3:59 UTC (permalink / raw)
To: Marek Olšák; +Cc: dri-devel
On 19.08.2015 06:58, Marek Olšák wrote:
> From: Marek Olšák <marek.olsak@amd.com>
>
> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> index e6fa278..0fcc0bd 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -49,9 +49,10 @@
> /*
> * KMS wrapper.
> * - 3.0.0 - initial driver
> + * - 3.1.0 - allow reading more status registers (GRBM, SRBM, SDMA, CP)
> */
> #define KMS_DRIVER_MAJOR 3
> -#define KMS_DRIVER_MINOR 0
> +#define KMS_DRIVER_MINOR 1
> #define KMS_DRIVER_PATCHLEVEL 0
>
> int amdgpu_vram_limit = 0;
>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Mesa and X developer
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/amdgpu: bump the DRM version for new allowed mem-mapped registers
2015-08-19 3:59 ` Michel Dänzer
@ 2015-08-19 16:03 ` Alex Deucher
0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2015-08-19 16:03 UTC (permalink / raw)
To: Michel Dänzer; +Cc: Maling list - DRI developers
On Tue, Aug 18, 2015 at 11:59 PM, Michel Dänzer <michel@daenzer.net> wrote:
> On 19.08.2015 06:58, Marek Olšák wrote:
>> From: Marek Olšák <marek.olsak@amd.com>
>>
>> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
>> ---
>> drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
>> index e6fa278..0fcc0bd 100644
>> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
>> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
>> @@ -49,9 +49,10 @@
>> /*
>> * KMS wrapper.
>> * - 3.0.0 - initial driver
>> + * - 3.1.0 - allow reading more status registers (GRBM, SRBM, SDMA, CP)
>> */
>> #define KMS_DRIVER_MAJOR 3
>> -#define KMS_DRIVER_MINOR 0
>> +#define KMS_DRIVER_MINOR 1
>> #define KMS_DRIVER_PATCHLEVEL 0
>>
>> int amdgpu_vram_limit = 0;
>>
>
> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Applied. thanks!
Alex
>
>
> --
> Earthling Michel Dänzer | http://www.amd.com
> Libre software enthusiast | Mesa and X developer
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-19 16:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18 21:58 [PATCH] drm/amdgpu: bump the DRM version for new allowed mem-mapped registers Marek Olšák
2015-08-18 21:59 ` Marek Olšák
2015-08-19 3:59 ` Michel Dänzer
2015-08-19 16:03 ` Alex Deucher
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.