Re: [PATCH v2 1/2] moduleparams: Add hexint type parameter

2020-07-03 Thread Christian König
Am 03.07.20 um 15:49 schrieb Paul Menzel: For bitmasks printing values in hex is more convenient. Prefix with `0x` to make it clear, that it’s a hex value, and pad it out. Using the helper for `amdgpu.ppfeaturemask`, it will look like below. Before: $ more /sys/module/amdgpu/parameters/p

[PATCH v2 1/2] moduleparams: Add hexint type parameter

2020-07-03 Thread Paul Menzel
For bitmasks printing values in hex is more convenient. Prefix with `0x` to make it clear, that it’s a hex value, and pad it out. Using the helper for `amdgpu.ppfeaturemask`, it will look like below. Before: $ more /sys/module/amdgpu/parameters/ppfeaturemask 4294950911 After: $ mo