Re: [Intel-gfx] [PATCH] drm/i915: Apply correct ddi translation table for AML device

2018-09-26 Thread Lee, Shawn C
On Thu, 27 Sep 2018, "Jani Nikula" wrote: Amber Lake used the same gen graphics as Kaby Lake. Kernel driver should configure KBL's DDI buffer setting for AML ULX as well. So far, driver would load DDI translation table that used for KBL H/S platform and apply it on AML d

Re: [Intel-gfx] [PATCH] drm/i915: Apply correct ddi translation table for AML device

2018-09-26 Thread Jani Nikula
On Wed, 26 Sep 2018, "Lee, Shawn C" wrote: > On Tue, 2018-09-25 at 21:20, Souza, Jose wrote: >>> Amber Lake used the same gen graphics as Kaby Lake. Kernel driver >>> should configure KBL's DDI buffer setting for AML ULX as well. >>> >>> So far, driver would load DDI translation table that used

Re: [Intel-gfx] [PATCH] drm/i915: Apply correct ddi translation table for AML device

2018-09-26 Thread kbuild test robot
Hi Shawn, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm-intel/for-linux-next] [also build test WARNING on v4.19-rc5 next-20180926] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.

Re: [Intel-gfx] [PATCH] drm/i915: Apply correct ddi translation table for AML device

2018-09-26 Thread kbuild test robot
Hi Shawn, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on v4.19-rc5 next-20180926] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day

Re: [Intel-gfx] [PATCH] drm/i915: Apply correct ddi translation table for AML device

2018-09-25 Thread Lee, Shawn C
On Tue, 2018-09-25 at 21:20, Souza, Jose wrote: >> Amber Lake used the same gen graphics as Kaby Lake. Kernel driver >> should configure KBL's DDI buffer setting for AML ULX as well. >> >> So far, driver would load DDI translation table that used for KBL H/S >> platform and apply it on AML devi

Re: [Intel-gfx] [PATCH] drm/i915: Apply correct ddi translation table for AML device

2018-09-25 Thread Souza, Jose
On Tue, 2018-09-25 at 02:20 -0700, Lee, Shawn C wrote: > Amber Lake used the same gen graphics as Kaby Lake. Kernel driver > should configure KBL's DDI buffer setting for AML ULX as well. > > So far, driver would load DDI translation table that used for > KBL H/S platform and apply it on AML devic

[Intel-gfx] [PATCH] drm/i915: Apply correct ddi translation table for AML device

2018-09-25 Thread Lee, Shawn C
Amber Lake used the same gen graphics as Kaby Lake. Kernel driver should configure KBL's DDI buffer setting for AML ULX as well. So far, driver would load DDI translation table that used for KBL H/S platform and apply it on AML devices. But AML is belong to ULX series. This change will lead driver