Re: [Intel-gfx] [PATCH 2/2] drm/i915: allow platforms without eDP transcoder

2019-03-04 Thread Kahola, Mika
On Fri, 2019-03-01 at 15:56 -0800, Lucas De Marchi wrote: > On Mon, Feb 25, 2019 at 06:17:13AM -0800, Mika Kahola wrote: > > Looks allright. > > > > On Fri, 2019-02-22 at 15:02 -0800, Lucas De Marchi wrote: > > > Define a HAS_TRANSCODER_EDP() macro that checks if we have > > > defined an > > > off

Re: [Intel-gfx] [PATCH 2/2] drm/i915: allow platforms without eDP transcoder

2019-03-01 Thread Lucas De Marchi
On Mon, Feb 25, 2019 at 06:17:13AM -0800, Mika Kahola wrote: Looks allright. On Fri, 2019-02-22 at 15:02 -0800, Lucas De Marchi wrote: Define a HAS_TRANSCODER_EDP() macro that checks if we have defined an offset for this transcoder. This allows platforms to be defined without eDP transcoder. C

Re: [Intel-gfx] [PATCH 2/2] drm/i915: allow platforms without eDP transcoder

2019-02-25 Thread Kahola, Mika
Looks allright. On Fri, 2019-02-22 at 15:02 -0800, Lucas De Marchi wrote: > Define a HAS_TRANSCODER_EDP() macro that checks if we have defined an > offset for this transcoder. This allows platforms to be defined > without > eDP transcoder. > > Cc: Mika Kahola > Cc: Imre Deak > Cc: Rodrigo Vivi

[Intel-gfx] [PATCH 2/2] drm/i915: allow platforms without eDP transcoder

2019-02-22 Thread Lucas De Marchi
Define a HAS_TRANSCODER_EDP() macro that checks if we have defined an offset for this transcoder. This allows platforms to be defined without eDP transcoder. Cc: Mika Kahola Cc: Imre Deak Cc: Rodrigo Vivi Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/g