[PATCH] drm/crtc-helper: drm_connector_get_single_encoder prototype is missing

Benjamin GAIGNARD benjamin.gaignard at st.com
Tue Nov 19 19:59:44 UTC 2019


On 11/19/19 7:53 PM, Souza, Jose wrote:
> On Tue, 2019-11-19 at 13:58 +0100, Benjamin Gaignard wrote:
>> Include drm_crtc_helper_internal.h to provide
>> drm_connector_get_single_encoder
>> prototype.
>>
>> Fixes: a92462d6bf493 ("drm/connector: Share with non-atomic drivers
>> the function to get the single encoder")
> drm_connector_get_single_encoder() is implemented before the use in
> this file so it is not broken, no need of a fixes tag.
>
> Reviewed-by: José Roberto de Souza <jose.souza at intel.com>

I will remove fixe tag before push it.

Thanks,

Benjamin

>
>> Cc: José Roberto de Souza <jose.souza at intel.com>
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard at st.com>
>> ---
>>   drivers/gpu/drm/drm_crtc_helper.c | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/drm_crtc_helper.c
>> b/drivers/gpu/drm/drm_crtc_helper.c
>> index 499b05aaccfc..93a4eec429e8 100644
>> --- a/drivers/gpu/drm/drm_crtc_helper.c
>> +++ b/drivers/gpu/drm/drm_crtc_helper.c
>> @@ -48,6 +48,8 @@
>>   #include <drm/drm_print.h>
>>   #include <drm/drm_vblank.h>
>>   
>> +#include "drm_crtc_helper_internal.h"
>> +
>>   /**
>>    * DOC: overview
>>    *


More information about the dri-devel mailing list