On 18 June 2015 at 23:12, Christian König wrote:
> On 18.06.2015 10:31, Dave Airlie wrote:
>>
>> On 18 June 2015 at 17:39, Christian König
>> wrote:
>>>
>>> On 18.06.2015 06:29, Dave Airlie wrote:
From: Dave Airlie
If you do radeon.mst=1 on a gpu without mst hw, and then
>
On 18 June 2015 at 17:39, Christian König wrote:
> On 18.06.2015 06:29, Dave Airlie wrote:
>>
>> From: Dave Airlie
>>
>> If you do radeon.mst=1 on a gpu without mst hw, and then
>> plug some mst hw it will oops instead of falling back.
>>
>> So check we have DCE5 at least before proceeding.
>>
>
On 18.06.2015 10:31, Dave Airlie wrote:
> On 18 June 2015 at 17:39, Christian König wrote:
>> On 18.06.2015 06:29, Dave Airlie wrote:
>>> From: Dave Airlie
>>>
>>> If you do radeon.mst=1 on a gpu without mst hw, and then
>>> plug some mst hw it will oops instead of falling back.
>>>
>>> So check
From: Dave Airlie
If you do radeon.mst=1 on a gpu without mst hw, and then
plug some mst hw it will oops instead of falling back.
So check we have DCE5 at least before proceeding.
Signed-off-by: Dave Airlie
---
drivers/gpu/drm/radeon/radeon_dp_mst.c | 5 +
1 file changed, 5 insertions(+)
On 18.06.2015 06:29, Dave Airlie wrote:
> From: Dave Airlie
>
> If you do radeon.mst=1 on a gpu without mst hw, and then
> plug some mst hw it will oops instead of falling back.
>
> So check we have DCE5 at least before proceeding.
>
> Signed-off-by: Dave Airlie
Reviewed-by: Christian König
B