drm/amdgpu: Change type of module param `ppfeaturemask` to hexint
authorPaul Menzel <pmenzel@molgen.mpg.de>
Fri, 3 Jul 2020 14:29:39 +0000 (16:29 +0200)
committerChristian König <christian.koenig@amd.com>
Tue, 28 Jul 2020 11:44:54 +0000 (13:44 +0200)
commit7427a7a0b3b8f66ea45472a9a37b79689ed8c3b3
treecbbb1a42a02a20a87aadbc042a580c3cf048b350
parent7d8365771ffb0edc336f2cd45e96ef8214a83dca
drm/amdgpu: Change type of module param `ppfeaturemask` to hexint

The newly added hexint helper is more convenient for bitmasks.

Before:

    $ more /sys/module/amdgpu/parameters/ppfeaturemask
    4294950911

After:

    $ more /sys/module/amdgpu/parameters/ppfeaturemask
    0xffffbfff

Cc: amd-gfx@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/374724/
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c