Re: [Intel-gfx] [PATCH 02/10] drm: i915: Get DSC capability from DP sink

2018-03-04 Thread Dan Carpenter
Hi Gaurav, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on next-20180223] [also build test WARNING on v4.16-rc3] [cannot apply to drm-intel/for-linux-next drm/drm-next v4.16-rc3 v4.16-rc2 v4.16-rc1] [if your patch is applied to the wrong git tree, please drop

Re: [Intel-gfx] [PATCH 02/10] drm: i915: Get DSC capability from DP sink

2018-02-23 Thread Manasi Navare
On Fri, Feb 23, 2018 at 09:25:45PM +0530, Gaurav K Singh wrote: > Get decompression capabilities from DP sink by doing > DPCD reads of different offsets as per eDP/DP specs. > > Signed-off-by: Gaurav K Singh > --- > drivers/gpu/drm/i915/intel_dp.c | 167 >

[Intel-gfx] [PATCH 02/10] drm: i915: Get DSC capability from DP sink

2018-02-23 Thread Gaurav K Singh
Get decompression capabilities from DP sink by doing DPCD reads of different offsets as per eDP/DP specs. Signed-off-by: Gaurav K Singh --- drivers/gpu/drm/i915/intel_dp.c | 167 1 file changed, 167 insertions(+) diff --git