Re: [Freedreno] [Patch v2 02/10] drm/msm: using dev_get_drvdata directly

2019-07-04 Thread Emil Velikov
On Thu, 4 Jul 2019 at 08:26, Fuqian Huang wrote: > > Several drivers cast a struct device pointer to a struct > platform_device pointer only to then call platform_get_drvdata(). > To improve readability, these constructs can be simplified > by using dev_get_drvdata() directly. > > Signed-off-by: F

Re: [Freedreno] [PATCH 3/3] drm/msm/dsi: make sure we have panel or bridge earlier

2019-07-04 Thread Rob Clark
On Wed, Jul 3, 2019 at 11:39 PM Andrzej Hajda wrote: > > On 30.06.2019 15:14, Rob Clark wrote: > > From: Rob Clark > > > > If we are going to -EPROBE_DEFER due to panel/bridge not probed yet, we > > want to do it before we start touching hardware. > > > As the evidence shows, if the driver create

Re: [Freedreno] [PATCH v3 21/22] drm/amdgpu: Provide ddc symlink in connector sysfs directory

2019-07-04 Thread Andrzej Pietrasiewicz
W dniu 02.07.2019 o 22:54, Alex Deucher pisze: On Fri, Jun 28, 2019 at 12:31 PM Andrzej Pietrasiewicz wrote: Use the ddc pointer provided by the generic connector. Signed-off-by: Andrzej Pietrasiewicz --- .../gpu/drm/amd/amdgpu/amdgpu_connectors.c| 70 ++- 1 file chang