Re: [Intel-gfx] [PATCH] drm/i915/kbl: Fix DMC load on Kabylake.

2015-12-09 Thread Jani Nikula
On Wed, 09 Dec 2015, Rodrigo Vivi wrote: > Kabylake A0 is based on Skylake H0. > > v2: Don't assume revid+7 and only load the one we are sure about. > > v3: Rebase on top of latest changes. > > v4: Accept cleaner solution from Jani with kbl_stepping_info > starting on H0 instead of put a hack

[Intel-gfx] [PATCH] drm/i915/kbl: Fix DMC load on Kabylake.

2015-12-09 Thread Rodrigo Vivi
Kabylake A0 is based on Skylake H0. v2: Don't assume revid+7 and only load the one we are sure about. v3: Rebase on top of latest changes. v4: Accept cleaner solution from Jani with kbl_stepping_info starting on H0 instead of put a hack on revid. Cc: Jani Nikula Signed-off-by: Rodrigo Vivi

Re: [Intel-gfx] [PATCH] drm/i915/kbl: Fix DMC load on Kabylake.

2015-12-09 Thread Jani Nikula
On Wed, 09 Dec 2015, Rodrigo Vivi wrote: > Kabylake A0 is based on Skylake H0. > > v2: Don't assume revid+7 and only load the one we are sure about. > > v3: Rebase on top of latest changes. > > Cc: Imre Deak > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/intel_csr.c | 18 +++

[Intel-gfx] [PATCH] drm/i915/kbl: Fix DMC load on Kabylake.

2015-12-08 Thread Rodrigo Vivi
Kabylake A0 is based on Skylake H0. v2: Don't assume revid+7 and only load the one we are sure about. v3: Rebase on top of latest changes. Cc: Imre Deak Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_csr.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-)

Re: [Intel-gfx] [PATCH] drm/i915/kbl: Fix DMC load on Kabylake.

2015-10-29 Thread kbuild test robot
Hi Rodrigo, [auto build test ERROR on drm-intel/for-linux-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Rodrigo-Vivi/drm-i915-kbl-Fix-DMC-load-on-Kabylake/20151030-012303 config: x86_64-randconfig-

Re: [Intel-gfx] [PATCH] drm/i915/kbl: Fix DMC load on Kabylake.

2015-10-29 Thread kbuild test robot
Hi Rodrigo, [auto build test WARNING on drm-intel/for-linux-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Rodrigo-Vivi/drm-i915-kbl-Fix-DMC-load-on-Kabylake/20151030-012303 config: x86_64-randconfi

[Intel-gfx] [PATCH] drm/i915/kbl: Fix DMC load on Kabylake.

2015-10-29 Thread Rodrigo Vivi
Kabylake A0 is based on Skylake H0. v2: Don't assume revid+7 and only load the one we are sure about. v3: Add missing IS_KABYLAKE. Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_csr.c | 38 +++--- 1 file changed, 31 insertions(+), 7 deletions(-) dif