[PATCH v4] drm/exynos: enable fimd clocks in probe before accessing fimd registers
Rahul Sharma
rahul.sharma at samsung.com
Fri May 23 04:44:45 PDT 2014
Hi Andrej,
On 23 May 2014 13:13, Andrzej Hajda <a.hajda at samsung.com> wrote:
> Hi Rahul,
>
>
[snip]
>> + clk_disable_unprepare(ctx->lcd_clk);
>> + clk_disable_unprepare(ctx->bus_clk);
>> +
>> return 0;
>
> If you want to access fimd registers I guess pm_runtime_get_sync should
> be called as well, to wake up display pm domain.
>
You are right. I have added pm runtime get sync and put sync.
Regards,
Rahul Sharma.
>
> Regards
> Andrzej
>
>
>>
>> }
>>
>
More information about the dri-devel
mailing list