On Sat, Aug 8, 2015 at 3:21 PM, Adel Gadllah wrote:
> Am 08.08.2015 um 21:10 schrieb Christian König:
>>
>> On 08.08.2015 17:09, Adel Gadllah wrote:
>>>
>>> Allow users to disable hardware specific dpm quirks
>>> using a module parameter.
>>>
>>> This patch leaves quirks enabled by default.
>>
>>
On 08.08.2015 21:21, Adel Gadllah wrote:
> Am 08.08.2015 um 21:10 schrieb Christian König:
>> On 08.08.2015 17:09, Adel Gadllah wrote:
>>> Allow users to disable hardware specific dpm quirks
>>> using a module parameter.
>>>
>>> This patch leaves quirks enabled by default.
>>
>> You should read th
Am 08.08.2015 um 21:10 schrieb Christian König:
> On 08.08.2015 17:09, Adel Gadllah wrote:
>> Allow users to disable hardware specific dpm quirks
>> using a module parameter.
>>
>> This patch leaves quirks enabled by default.
>
> You should read the code a bit more carefully, you can already overr
On 08.08.2015 17:09, Adel Gadllah wrote:
> Allow users to disable hardware specific dpm quirks
> using a module parameter.
>
> This patch leaves quirks enabled by default.
You should read the code a bit more carefully, you can already override
the kernel quirks by specifying radeon.dpm=1 on the k
Allow users to disable hardware specific dpm quirks
using a module parameter.
This patch leaves quirks enabled by default.
Signed-off-by: Adel Gadllah
---
drivers/gpu/drm/radeon/radeon.h | 1 +
drivers/gpu/drm/radeon/radeon_drv.c | 4
drivers/gpu/drm/radeon/radeon_pm.c | 2 +-
drivers
This allows to test whether a specific quirk
is (still) need on a particular hardware combination.
Adel Gadllah (1):
radeon: Add option to disable dpm quirks
drivers/gpu/drm/radeon/radeon.h | 1 +
drivers/gpu/drm/radeon/radeon_drv.c | 4
drivers/gpu/drm/radeon/radeon_pm.c | 2 +-
dri