diff mbox

drm/amdgpu: bump the DRM version for new allowed mem-mapped registers

Message ID 1439935127-26875-1-git-send-email-maraeo@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Marek Olšák Aug. 18, 2015, 9:58 p.m. UTC
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(-)

Comments

Marek Olšák Aug. 18, 2015, 9:59 p.m. UTC | #1
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
>
Michel Dänzer Aug. 19, 2015, 3:59 a.m. UTC | #2
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>
Alex Deucher Aug. 19, 2015, 4:03 p.m. UTC | #3
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
diff mbox

Patch

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;