All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/skl: Fix DMC API version.
@ 2015-06-03 23:50 Rodrigo Vivi
  2015-06-04  7:45 ` shuang.he
  2015-06-05  9:11 ` Jani Nikula
  0 siblings, 2 replies; 3+ messages in thread
From: Rodrigo Vivi @ 2015-06-03 23:50 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

04 is the minor version. API version is ver1.
So let's follow same scheme used on published version at 01.org.

If really needed the minor version a follow-up updated will be
done. But for now we need to move fwd and unblock end users.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 drivers/gpu/drm/i915/intel_csr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
index 5cb8cc1..bcb41e6 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -41,7 +41,7 @@
  * be moved to FW_FAILED.
  */
 
-#define I915_CSR_SKL "i915/skl_dmc_ver4.bin"
+#define I915_CSR_SKL "i915/skl_dmc_ver1.bin"
 
 MODULE_FIRMWARE(I915_CSR_SKL);
 
-- 
2.1.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/i915/skl: Fix DMC API version.
  2015-06-03 23:50 [PATCH] drm/i915/skl: Fix DMC API version Rodrigo Vivi
@ 2015-06-04  7:45 ` shuang.he
  2015-06-05  9:11 ` Jani Nikula
  1 sibling, 0 replies; 3+ messages in thread
From: shuang.he @ 2015-06-04  7:45 UTC (permalink / raw)
  To: shuang.he, lei.a.liu, intel-gfx, rodrigo.vivi

Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang.he@intel.com)
Task id: 6533
-------------------------------------Summary-------------------------------------
Platform          Delta          drm-intel-nightly          Series Applied
PNV                                  276/276              276/276
ILK                                  303/303              303/303
SNB                 -1              315/315              314/315
IVB                                  343/343              343/343
BYT                                  287/287              287/287
BDW                                  321/321              321/321
-------------------------------------Detailed-------------------------------------
Platform  Test                                drm-intel-nightly          Series Applied
*SNB  igt@pm_rpm@dpms-mode-unset-non-lpsp      PASS(1)      DMESG_WARN(1)
(dmesg patch applied)WARNING:at_drivers/gpu/drm/i915/intel_uncore.c:#assert_device_not_suspended[i915]()@WARNING:.* at .* assert_device_not_suspended+0x
Note: You need to pay more attention to line start with '*'
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/i915/skl: Fix DMC API version.
  2015-06-03 23:50 [PATCH] drm/i915/skl: Fix DMC API version Rodrigo Vivi
  2015-06-04  7:45 ` shuang.he
@ 2015-06-05  9:11 ` Jani Nikula
  1 sibling, 0 replies; 3+ messages in thread
From: Jani Nikula @ 2015-06-05  9:11 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

On Thu, 04 Jun 2015, Rodrigo Vivi <rodrigo.vivi@intel.com> wrote:
> 04 is the minor version. API version is ver1.
> So let's follow same scheme used on published version at 01.org.
>
> If really needed the minor version a follow-up updated will be
> done. But for now we need to move fwd and unblock end users.
>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

Pushed to drm-intel-next-fixes, thanks for the patch.

BR,
Jani.


> ---
>  drivers/gpu/drm/i915/intel_csr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
> index 5cb8cc1..bcb41e6 100644
> --- a/drivers/gpu/drm/i915/intel_csr.c
> +++ b/drivers/gpu/drm/i915/intel_csr.c
> @@ -41,7 +41,7 @@
>   * be moved to FW_FAILED.
>   */
>  
> -#define I915_CSR_SKL "i915/skl_dmc_ver4.bin"
> +#define I915_CSR_SKL "i915/skl_dmc_ver1.bin"
>  
>  MODULE_FIRMWARE(I915_CSR_SKL);
>  
> -- 
> 2.1.0
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-05  9:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-03 23:50 [PATCH] drm/i915/skl: Fix DMC API version Rodrigo Vivi
2015-06-04  7:45 ` shuang.he
2015-06-05  9:11 ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.