On 2019-11-01 11:47 a.m., Neil Mayhew wrote:
> On 2019-11-01 9:13 a.m., Harry Wentland wrote:
>> On 2019-10-30 2:58 p.m., [email protected] wrote:
>>> From: Neil Mayhew <[email protected]>
>> This requires your Signed-off-by. See [1].
>>
>> With that fixed your change looks good and is
>> Reviewed-by: Harry Wentland <[email protected]>
>>
>> You can simply reply to this email with your Signed-off-by and I can add
>> it when merging, or you can send a v2 patch with your Signed-off-by.
> 
> Signed-off-by: Neil Mayhew <[email protected]>
> 

Thanks and thanks for your fix. Applied.

Harry

> Thanks, Harry.
> 
>> [1]
>> https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin
>>
>> Harry
>>
>>> ---
>>>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 
>>> b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
>>> index a52f0b13a2c8..f802c784e6f6 100644
>>> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
>>> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
>>> @@ -4114,8 +4114,8 @@ enum drm_mode_status 
>>> amdgpu_dm_connector_mode_valid(struct drm_connector *connec
>>>             result = MODE_OK;
>>>     else
>>>             DRM_DEBUG_KMS("Mode %dx%d (clk %d) failed DC validation with 
>>> error %d\n",
>>> -                         mode->vdisplay,
>>>                           mode->hdisplay,
>>> +                         mode->vdisplay,
>>>                           mode->clock,
>>>                           dc_result);
>>>  
>>>
> 
> _______________________________________________
> amd-gfx mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
> 
_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to