* [PATCH] drm/i915: Remove misleading CSR firmware loading docs
@ 2016-07-14 14:15 Daniel Vetter
2016-07-15 8:41 ` ✗ Ro.CI.BAT: failure for " Patchwork
2016-07-19 18:43 ` [PATCH] " Dave Gordon
0 siblings, 2 replies; 4+ messages in thread
From: Daniel Vetter @ 2016-07-14 14:15 UTC (permalink / raw)
To: Intel Graphics Development; +Cc: Daniel Vetter, Daniel Vetter
I forgot to remove these when reworking the firmware loading sequence
last year. The new sequence is that we load firmware, and if it's not
there we entirely (and permanently) fail dmc setup.
Reported-by: Dave Gordon <david.s.gordon@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
drivers/gpu/drm/i915/intel_csr.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
index c3b33a10c15c..1ea0e1f43397 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -32,13 +32,6 @@
* onwards to drive newly added DMC (Display microcontroller) in display
* engine to save and restore the state of display engine when it enter into
* low-power state and comes back to normal.
- *
- * Firmware loading status will be one of the below states: FW_UNINITIALIZED,
- * FW_LOADED, FW_FAILED.
- *
- * Once the firmware is written into the registers status will be moved from
- * FW_UNINITIALIZED to FW_LOADED and for any erroneous condition status will
- * be moved to FW_FAILED.
*/
#define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"
--
2.8.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 4+ messages in thread
* ✗ Ro.CI.BAT: failure for drm/i915: Remove misleading CSR firmware loading docs
2016-07-14 14:15 [PATCH] drm/i915: Remove misleading CSR firmware loading docs Daniel Vetter
@ 2016-07-15 8:41 ` Patchwork
2016-07-19 18:43 ` [PATCH] " Dave Gordon
1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2016-07-15 8:41 UTC (permalink / raw)
To: Daniel Vetter; +Cc: intel-gfx
== Series Details ==
Series: drm/i915: Remove misleading CSR firmware loading docs
URL : https://patchwork.freedesktop.org/series/9877/
State : failure
== Summary ==
Series 9877v1 drm/i915: Remove misleading CSR firmware loading docs
http://patchwork.freedesktop.org/api/1.0/series/9877/revisions/1/mbox
Test drv_module_reload_basic:
skip -> PASS (ro-ivb-i7-3770)
Test gem_sync:
Subgroup basic-store-each:
pass -> DMESG-FAIL (ro-bdw-i7-5600u)
Test kms_cursor_legacy:
Subgroup basic-flip-vs-cursor:
dmesg-warn -> PASS (ro-byt-n2820)
Test kms_pipe_crc_basic:
Subgroup nonblocking-crc-pipe-b:
skip -> PASS (fi-skl-i5-6260u)
Subgroup suspend-read-crc-pipe-a:
skip -> DMESG-WARN (ro-bdw-i7-5557U)
Test vgem_basic:
Subgroup debugfs:
incomplete -> PASS (ro-snb-i7-2620M)
fi-kbl-qkkr total:241 pass:174 dwarn:27 dfail:2 fail:7 skip:31
fi-skl-i5-6260u total:241 pass:218 dwarn:0 dfail:0 fail:7 skip:16
fi-skl-i7-6700k total:241 pass:204 dwarn:0 dfail:0 fail:7 skip:30
fi-snb-i7-2600 total:241 pass:190 dwarn:0 dfail:0 fail:7 skip:44
ro-bdw-i5-5250u total:241 pass:213 dwarn:4 dfail:0 fail:7 skip:17
ro-bdw-i7-5557U total:241 pass:213 dwarn:2 dfail:0 fail:7 skip:19
ro-bdw-i7-5600u total:241 pass:198 dwarn:0 dfail:1 fail:7 skip:35
ro-byt-n2820 total:241 pass:191 dwarn:0 dfail:0 fail:8 skip:42
ro-hsw-i3-4010u total:241 pass:206 dwarn:0 dfail:0 fail:7 skip:28
ro-hsw-i7-4770r total:241 pass:206 dwarn:0 dfail:0 fail:7 skip:28
ro-ilk-i7-620lm total:241 pass:166 dwarn:0 dfail:0 fail:8 skip:67
ro-ilk1-i5-650 total:236 pass:166 dwarn:0 dfail:0 fail:8 skip:62
ro-ivb-i7-3770 total:241 pass:197 dwarn:0 dfail:0 fail:7 skip:37
ro-skl3-i5-6260u total:241 pass:217 dwarn:1 dfail:0 fail:7 skip:16
ro-snb-i7-2620M total:241 pass:188 dwarn:0 dfail:0 fail:8 skip:45
Results at /archive/results/CI_IGT_test/RO_Patchwork_1494/
c01b445 drm-intel-nightly: 2016y-07m-15d-07h-02m-07s UTC integration manifest
7bbff75 drm/i915: Remove misleading CSR firmware loading docs
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/i915: Remove misleading CSR firmware loading docs
2016-07-14 14:15 [PATCH] drm/i915: Remove misleading CSR firmware loading docs Daniel Vetter
2016-07-15 8:41 ` ✗ Ro.CI.BAT: failure for " Patchwork
@ 2016-07-19 18:43 ` Dave Gordon
2016-07-19 19:48 ` Daniel Vetter
1 sibling, 1 reply; 4+ messages in thread
From: Dave Gordon @ 2016-07-19 18:43 UTC (permalink / raw)
To: Daniel Vetter, Intel Graphics Development; +Cc: Daniel Vetter
On 14/07/16 15:15, Daniel Vetter wrote:
> I forgot to remove these when reworking the firmware loading sequence
> last year. The new sequence is that we load firmware, and if it's not
> there we entirely (and permanently) fail dmc setup.
>
> Reported-by: Dave Gordon <david.s.gordon@intel.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
> drivers/gpu/drm/i915/intel_csr.c | 7 -------
> 1 file changed, 7 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
> index c3b33a10c15c..1ea0e1f43397 100644
> --- a/drivers/gpu/drm/i915/intel_csr.c
> +++ b/drivers/gpu/drm/i915/intel_csr.c
> @@ -32,13 +32,6 @@
> * onwards to drive newly added DMC (Display microcontroller) in display
> * engine to save and restore the state of display engine when it enter into
> * low-power state and comes back to normal.
> - *
> - * Firmware loading status will be one of the below states: FW_UNINITIALIZED,
> - * FW_LOADED, FW_FAILED.
> - *
> - * Once the firmware is written into the registers status will be moved from
> - * FW_UNINITIALIZED to FW_LOADED and for any erroneous condition status will
> - * be moved to FW_FAILED.
> */
>
> #define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"
LGTM.
Reviewed-by: Dave Gordon <david.s.gordon@intel.com>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/i915: Remove misleading CSR firmware loading docs
2016-07-19 18:43 ` [PATCH] " Dave Gordon
@ 2016-07-19 19:48 ` Daniel Vetter
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2016-07-19 19:48 UTC (permalink / raw)
To: Dave Gordon; +Cc: Daniel Vetter, Intel Graphics Development, Daniel Vetter
On Tue, Jul 19, 2016 at 07:43:56PM +0100, Dave Gordon wrote:
> On 14/07/16 15:15, Daniel Vetter wrote:
> > I forgot to remove these when reworking the firmware loading sequence
> > last year. The new sequence is that we load firmware, and if it's not
> > there we entirely (and permanently) fail dmc setup.
> >
> > Reported-by: Dave Gordon <david.s.gordon@intel.com>
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > ---
> > drivers/gpu/drm/i915/intel_csr.c | 7 -------
> > 1 file changed, 7 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
> > index c3b33a10c15c..1ea0e1f43397 100644
> > --- a/drivers/gpu/drm/i915/intel_csr.c
> > +++ b/drivers/gpu/drm/i915/intel_csr.c
> > @@ -32,13 +32,6 @@
> > * onwards to drive newly added DMC (Display microcontroller) in display
> > * engine to save and restore the state of display engine when it enter into
> > * low-power state and comes back to normal.
> > - *
> > - * Firmware loading status will be one of the below states: FW_UNINITIALIZED,
> > - * FW_LOADED, FW_FAILED.
> > - *
> > - * Once the firmware is written into the registers status will be moved from
> > - * FW_UNINITIALIZED to FW_LOADED and for any erroneous condition status will
> > - * be moved to FW_FAILED.
> > */
> >
> > #define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"
>
> LGTM.
>
> Reviewed-by: Dave Gordon <david.s.gordon@intel.com>
Applied, thanks for the review.
-Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-07-19 19:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 14:15 [PATCH] drm/i915: Remove misleading CSR firmware loading docs Daniel Vetter
2016-07-15 8:41 ` ✗ Ro.CI.BAT: failure for " Patchwork
2016-07-19 18:43 ` [PATCH] " Dave Gordon
2016-07-19 19:48 ` Daniel Vetter
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.