Hi Daniel.
On Mon, May 27, 2019 at 08:18:35AM +0200, Daniel Vetter wrote:
> On Sun, May 26, 2019 at 07:35:28PM +0200, Sam Ravnborg wrote:
> > While removing use of drmP.h from files in drm/* I
> > noticed that I had to add the same include files due to
> > dependencies in the header files.
> >
> >
On Mon, May 27, 2019 at 08:13:06AM +0200, Daniel Vetter wrote:
> On Sat, May 25, 2019 at 05:01:59PM +0200, Sam Ravnborg wrote:
> > Hi Daniel
> >
> > > It's dead code, and removing it avoids me having to understand
> > > what it's doing with lock_fb_info.
> >
> > I pushed the series through my bui
Hi Daniel.
> But I indeed forgot
> to delete the initial assignment of info at the function start. Is that
> what you mean here?
Yes.
Sam
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/
== Series Details ==
Series: drm/i915/icl: Fix AUX-B HW not done issue w/o AUX-A
URL : https://patchwork.freedesktop.org/series/61123/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6142_full -> Patchwork_13095_full
Summary
On Sun, May 26, 2019 at 07:35:28PM +0200, Sam Ravnborg wrote:
> While removing use of drmP.h from files in drm/* I
> noticed that I had to add the same include files due to
> dependencies in the header files.
>
> It is better to let the header files be self-contained and
> let the users pull in on
On Sat, May 25, 2019 at 05:01:59PM +0200, Sam Ravnborg wrote:
> Hi Daniel
>
> > It's dead code, and removing it avoids me having to understand
> > what it's doing with lock_fb_info.
>
> I pushed the series through my build tests which include the sh
> architecture.
>
> One error and one warning
On Sat, May 25, 2019 at 05:38:26PM +0200, Sam Ravnborg wrote:
> Hi Daniel.
>
> One detail I noticed while brosing the changes.
>
> >
> > @@ -1064,9 +1062,13 @@ static void fbcon_init(struct vc_data *vc, int init)
> > int logo = 1, new_rows, new_cols, rows, cols, charcnt = 256;
> > int c
== Series Details ==
Series: drm/i915/dsi: Call drm_connector_cleanup on vlv_dsi_init error exit path
URL : https://patchwork.freedesktop.org/series/61117/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142_full -> Patchwork_13094_full
=
== Series Details ==
Series: drm/i915/dsi: Read back pclk set by GOP and use that as pclk (version 3)
URL : https://patchwork.freedesktop.org/series/61115/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142_full -> Patchwork_13093_full
=
The function __kms_addfb() and drmModeAddFB2WithModifiers() have a
similar code. Due to this similarity, this commit replaces all the
occurrences of __kms_addfb() by drmModeAddFB2WithModifiers() and adds
the required adaptations.
V2: Simon Sir
- Fix array data copy
V1: Arkadiusz Hiler
- Fix ar
== Series Details ==
Series: Refactor to expand subslice mask (rev10)
URL : https://patchwork.freedesktop.org/series/59742/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6141_full -> Patchwork_13092_full
Summary
---
== Series Details ==
Series: series starting with [v5,1/2] drm/i915: Make sandybridge_pcode_read()
deal with the second data register (rev2)
URL : https://patchwork.freedesktop.org/series/60921/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6141_full -> Patchwork_13091_full
=
== Series Details ==
Series: drm/panel: drmP.h removal + small fix
URL : https://patchwork.freedesktop.org/series/61157/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142 -> Patchwork_13104
Summary
---
**SUCCESS**
== Series Details ==
Series: drm: make headers self-contained and drop drmP.h
URL : https://patchwork.freedesktop.org/series/61156/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142 -> Patchwork_13103
Summary
---
**
== Series Details ==
Series: drm: make headers self-contained and drop drmP.h
URL : https://patchwork.freedesktop.org/series/61156/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.5.2
Commit: drm: make drm/drm_auth.h self contained
Okay!
Commit: drm: make drm/drm_
== Series Details ==
Series: drm/i915: Keep user GGTT alive for a minimum of 250ms (rev4)
URL : https://patchwork.freedesktop.org/series/61047/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6141_full -> Patchwork_13090_full
The num_supplies variable is not used, delete it.
Build tested.
Signed-off-by: Sam Ravnborg
Cc: Thierry Reding
Cc: David Airlie
Cc: Daniel Vetter
---
drivers/gpu/drm/panel/panel-innolux-p079zca.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/panel/panel-innolux-p079zca.c
Drop use of the deprecated drmP.h header file.
While touching the list of include files:
- Divide include files in blocks of linux/* video/* drm/* etc.
Be consistent in the order of the blocks
- Sort individual blocks of include files
Signed-off-by: Sam Ravnborg
Cc: Thierry Reding
Cc: Linus W
The header file drmP.h have been deprecated and this
set include a patch to remove the use of drmP.h in
all files in drm/panel/*.
The patchset has been build tested with x86, arm, ++
in various configs.
There is a flux of incoming panels, and removing
use of drmP.h from existing files will hopefu
== Series Details ==
Series: drm: make headers self-contained and drop drmP.h
URL : https://patchwork.freedesktop.org/series/61156/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
67d7923073e6 drm: make drm/drm_auth.h self contained
-:21: WARNING:SPDX_LICENSE_TAG: Missing or malf
The use of the drmP.h header file is deprecated.
Remove use from all files in drm/*
so people do not look there and follow a bad example.
Build tested allyesconfig,allmodconfig on x86, arm etc.
Including alpha that is as always more challenging than
the rest.
Signed-off-by: Sam Ravnborg
Cc: Maar
Do not require users of drm_crtc_internal.h to include other
files just to let it build
Signed-off-by: Sam Ravnborg
Cc: Maarten Lankhorst
Cc: Maxime Ripard
Cc: Sean Paul
Cc: David Airlie
Cc: Daniel Vetter
---
drivers/gpu/drm/drm_crtc_internal.h | 24
1 file changed,
Do not require users of drm_trace.h to include other
files just to let it build
Signed-off-by: Sam Ravnborg
Cc: Maarten Lankhorst
Cc: Maxime Ripard
Cc: Sean Paul
Cc: David Airlie
Cc: Daniel Vetter
---
drivers/gpu/drm/drm_trace.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/
Do not require users of drm_internal.h to include other
files just to let it build
Signed-off-by: Sam Ravnborg
Cc: Maarten Lankhorst
Cc: Maxime Ripard
Cc: Sean Paul
Cc: David Airlie
Cc: Daniel Vetter
---
drivers/gpu/drm/drm_internal.h | 10 +-
1 file changed, 9 insertions(+), 1 dele
While removing use of drmP.h from files in drm/* I
noticed that I had to add the same include files due to
dependencies in the header files.
It is better to let the header files be self-contained and
let the users pull in only the additional headers files required.
So I went ahead and made the rel
Do not require users of include/drm/drm_legacy.h to
include other files just to let it build.
Signed-off-by: Sam Ravnborg
Cc: Maarten Lankhorst
Cc: Maxime Ripard
Cc: Sean Paul
Cc: David Airlie
Cc: Daniel Vetter
---
include/drm/drm_legacy.h | 12 ++--
1 file changed, 6 insertions(+),
Do not require users of drm_legacy.h to include other
files just to let it build
Signed-off-by: Sam Ravnborg
Cc: Maarten Lankhorst
Cc: Maxime Ripard
Cc: Sean Paul
Cc: David Airlie
Cc: Daniel Vetter
---
drivers/gpu/drm/drm_legacy.h | 4
1 file changed, 4 insertions(+)
diff --git a/driv
Do not require users of include/drm/drm_auth.h to include
other files just to let it build.
Signed-off-by: Sam Ravnborg
Cc: Maarten Lankhorst
Cc: Maxime Ripard
Cc: Sean Paul
Cc: David Airlie
Cc: Daniel Vetter
---
include/drm/drm_auth.h | 11 +--
1 file changed, 9 insertions(+), 2 de
== Series Details ==
Series: fbcon notifier begone! (rev4)
URL : https://patchwork.freedesktop.org/series/60843/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142 -> Patchwork_13102
Summary
---
**SUCCESS**
No reg
== Series Details ==
Series: fbcon notifier begone! (rev4)
URL : https://patchwork.freedesktop.org/series/60843/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.5.2
Commit: dummycon: Sprinkle locking checks
Okay!
Commit: fbdev: locking check for fb_set_suspend
Oka
== Series Details ==
Series: fbcon notifier begone! (rev4)
URL : https://patchwork.freedesktop.org/series/60843/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
01d758cc0fca dummycon: Sprinkle locking checks
-:45: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal
== Series Details ==
Series: drm/i915/ehl: Introduce Mule Creek Canyon PCH
URL : https://patchwork.freedesktop.org/series/61137/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142 -> Patchwork_13101
Summary
---
**SUC
== Series Details ==
Series: drm/i915/gtt: set err to -ENOMEM on memory allocation failure
URL : https://patchwork.freedesktop.org/series/61134/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142 -> Patchwork_13100
Summary
== Series Details ==
Series: drm/i915: make REG_BIT() and REG_GENMASK() work with variables
URL : https://patchwork.freedesktop.org/series/61129/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142 -> Patchwork_13099
Summary
== Series Details ==
Series: series starting with [1/2] drm/i915: Make intel_fuzzy_clock_check
available outside of intel_display.c
URL : https://patchwork.freedesktop.org/series/61127/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142 -> Patchwork_13098
== Series Details ==
Series: series starting with [1/2] drm/i915: Make intel_fuzzy_clock_check
available outside of intel_display.c
URL : https://patchwork.freedesktop.org/series/61127/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
55738a76d511 drm/i915: Make intel_fuzzy_clock
== Series Details ==
Series: drm/i915/kvmgt: Use struct_size() helper
URL : https://patchwork.freedesktop.org/series/61124/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142 -> Patchwork_13096
Summary
---
**SUCCESS*
== Series Details ==
Series: series starting with [RFC,1/3] kbuild: add support for ensuring headers
are self-contained (rev2)
URL : https://patchwork.freedesktop.org/series/60738/
State : failure
== Summary ==
Applying: kbuild: add support for ensuring headers are self-contained
Using index
== Series Details ==
Series: drm/i915/icl: Fix AUX-B HW not done issue w/o AUX-A
URL : https://patchwork.freedesktop.org/series/61123/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142 -> Patchwork_13095
Summary
---
== Series Details ==
Series: drm/i915/dsi: Call drm_connector_cleanup on vlv_dsi_init error exit path
URL : https://patchwork.freedesktop.org/series/61117/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142 -> Patchwork_13094
===
== Series Details ==
Series: drm/i915/dsi: Read back pclk set by GOP and use that as pclk (version 3)
URL : https://patchwork.freedesktop.org/series/61115/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6142 -> Patchwork_13093
===
== Series Details ==
Series: Refactor to expand subslice mask (rev10)
URL : https://patchwork.freedesktop.org/series/59742/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6141 -> Patchwork_13092
Summary
---
**SUCCESS*
== Series Details ==
Series: drm/i915/dsi: Read back pclk set by GOP and use that as pclk (version 3)
URL : https://patchwork.freedesktop.org/series/61115/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
48ee9e30a01e drm/i915: Make intel_fuzzy_clock_check available outside of
in
== Series Details ==
Series: Refactor to expand subslice mask (rev10)
URL : https://patchwork.freedesktop.org/series/59742/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.5.2
Commit: drm/i915: Use local variable for SSEU info in GETPARAM ioctl
Okay!
Commit: drm/i
== Series Details ==
Series: Refactor to expand subslice mask (rev10)
URL : https://patchwork.freedesktop.org/series/59742/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
1d605edfee68 drm/i915: Use local variable for SSEU info in GETPARAM ioctl
1b9931fa807c drm/i915: Add macro f
== Series Details ==
Series: series starting with [v5,1/2] drm/i915: Make sandybridge_pcode_read()
deal with the second data register (rev2)
URL : https://patchwork.freedesktop.org/series/60921/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6141 -> Patchwork_13091
===
== Series Details ==
Series: series starting with [v5,1/2] drm/i915: Make sandybridge_pcode_read()
deal with the second data register (rev2)
URL : https://patchwork.freedesktop.org/series/60921/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.5.2
Commit: drm/i915:
== Series Details ==
Series: series starting with [v5,1/2] drm/i915: Make sandybridge_pcode_read()
deal with the second data register (rev2)
URL : https://patchwork.freedesktop.org/series/60921/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
7c375533ea71 drm/i915: Make sandybri
== Series Details ==
Series: drm/i915: Keep user GGTT alive for a minimum of 250ms (rev4)
URL : https://patchwork.freedesktop.org/series/61047/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6141 -> Patchwork_13090
Summary
-
== Series Details ==
Series: drm/i915: Keep user GGTT alive for a minimum of 250ms (rev4)
URL : https://patchwork.freedesktop.org/series/61047/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.5.2
Commit: drm/i915: Keep user GGTT alive for a minimum of 250ms
+
+driv
== Series Details ==
Series: drm/i915: Keep user GGTT alive for a minimum of 250ms (rev4)
URL : https://patchwork.freedesktop.org/series/61047/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
49297ed37b43 drm/i915: Keep user GGTT alive for a minimum of 250ms
-:177: CHECK:UNCOMMEN
Hi Patrik.
> v2 of this series is already applied to drm-misc-next
Thanks, I had not rebased on top of drm-misc-next - obviously.
Sam
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/inte
52 matches
Mail list logo