On 03-Mar-20 11:03 PM, Ville Syrjala wrote:
From: Ville Syrjälä
Remainder of my earlier gamma cleanups, rebased due to
hw vs. uapi split and intel_de_{read,write}().
I didn't get patch#8. Everything looks good to me.
There is BAT failure https://patchwork.freedesktop.org/series/69136/
Pleas
If the cacheline may still be busy, atomically mark it for future
release, and only if we can determine that it will never be used again,
immediately free it.
Closes: https://gitlab.freedesktop.org/drm/intel/issues/1392
Signed-off-by: Chris Wilson
Cc: Tvrtko Ursulin
Cc: Mika Kuoppala
Cc: Matthe
== Series Details ==
Series: drm/i915/execlists: Show the "switch priority hint" in dumps
URL : https://patchwork.freedesktop.org/series/74340/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8070_full -> Patchwork_16841_full
Chris Wilson writes:
> If the cacheline may still be busy, atomically mark it for future
> release, and only if we can determine that it will never be used again,
> immediately free it.
>
> Closes: https://gitlab.freedesktop.org/drm/intel/issues/1392
> Signed-off-by: Chris Wilson
> Cc: Tvrtko Ur
== Series Details ==
Series: series starting with [v4,1/3] drm/i915/perf: remove generated code
URL : https://patchwork.freedesktop.org/series/74379/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
d4ffbb0b3484 drm/i915/perf: remove generated code
-:24: WARNING:UNKNOWN_COMMIT_ID:
Hi folks,
[+Takashi from ALSA]
On Mon, 6 Jan 2020, Matt Roper wrote:
>>> On Tue, Dec 31, 2019 at 04:00:07PM +0200, Kai Vehmanen wrote:
Revert changes done in commit f6ec9483091f ("drm/i915: extend audio
CDCLK>=2*BCLK constraint to more platforms"). Audio drivers
>
> Agreed; GLK's minimu
== Series Details ==
Series: series starting with [v4,1/3] drm/i915/perf: remove generated code
URL : https://patchwork.freedesktop.org/series/74379/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mgr.h:285: warning: Functio
The UNSLICE_UNIT_LEVEL_CLKGATE and UNSLICE_UNIT_LEVEL_CLKGATE2 registers
that we update in a few engine workarounds are not masked registers
(i.e., we don't have to write a mask bit in the top 16 bits when
updating one of the lower 16 bits). As such, these workarounds should
be applied via wa_writ
== Series Details ==
Series: series starting with [1/3] drm/i915/execlists: Enable timeslice on
partial virtual engine dequeue
URL : https://patchwork.freedesktop.org/series/74384/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_
== Series Details ==
Series: series starting with [v4,1/3] drm/i915/perf: remove generated code
URL : https://patchwork.freedesktop.org/series/74379/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8084 -> Patchwork_16858
Sum
== Series Details ==
Series: series starting with [1/3] drm/i915/execlists: Enable timeslice on
partial virtual engine dequeue
URL : https://patchwork.freedesktop.org/series/74384/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8084 -> Patchwork_16859
=
On Tue, 2020-02-11 at 13:22 -0800, Juston Li wrote:
> From: Daniel Stone
>
> Mirroring addfb2, add tests for the new ioctl which will return us
> information about framebuffers containing multiple buffers, as well
> as
> modifiers.
>
> Changes since v5:
> - Add documentation
>
> Changes since v
On Fri, Mar 06, 2020 at 05:46:45PM +, Li, Juston wrote:
> On Tue, 2020-02-11 at 13:22 -0800, Juston Li wrote:
> > From: Daniel Stone
> >
> > Mirroring addfb2, add tests for the new ioctl which will return us
> > information about framebuffers containing multiple buffers, as well
> > as
> > mo
On Fri, Mar 06, 2020 at 12:30:46PM +0200, Jani Nikula wrote:
> On Thu, 05 Mar 2020, Manasi Navare wrote:
> > This patch adds defines for the detailed monitor
> > range flags as per the EDID specification.
> >
> > Suggested-by: Ville Syrjälä
> > Cc: Ville Syrjälä
> > Cc: Harry Wentland
> > Cc: C
Just as a comment, u8 for max_vfreq in struct drm_adaptive_sync_info
might be not very future proof?
I just read that ASUS announced a "TUF Gaming VG259QM" monitor which
seems to have an adaptive sync range of 48 Hz to 280 Hz, exceeding the
max 255 Hz of u8?
-mario
On Fri, Mar 6, 2020 at 4:02
From: Radhakrishna Sripada
Platforms without fences don't have FBC host tracking and those
registers are marked as reserved in those platforms.
v2: checking num_fences to write to FBC fence registers (Ville)
Cc: Rodrigo Vivi
Cc: Matt Roper
Cc: Dhinakaran Pandiyan
Cc: Ville Syrjälä
Reviewed-
Most of the kms_frontbuffer_tracking tests disables the feature being
tested, draw, get the CRC then enable the feature, draw again, get the
CRC and check if it matches.
Some times it is able to do that with a fastset, so
intel_pre_plane_update() is executed but intel_fbc_can_flip_nuke() was
not ch
== Series Details ==
Series: drm/i915: Fix crtc nv12 etc. plane bitmasks for DPMS off
URL : https://patchwork.freedesktop.org/series/74346/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8073_full -> Patchwork_16843_full
Sum
Hi Daniel.
> v2: Do all the kerneldoc at the end, to avoid lots of fairly pointless
> shuffling while getting everything into shape.
>
> v3: Add static to add/del_dr (Neil)
> Move typo fix to the right patch (Neil)
>
> v4: Enforce contract for drmm_add_final_kfree:
>
> Use ksize() to check that
== Series Details ==
Series: Asynchronous flip implementation for i915
URL : https://patchwork.freedesktop.org/series/74386/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
acc147186833 drm/i915: Define flip done functions and enable IER
-:41: CHECK:BRACES: Blank lines aren't nec
== Series Details ==
Series: Asynchronous flip implementation for i915
URL : https://patchwork.freedesktop.org/series/74386/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.6.0
Commit: drm/i915: Define flip done functions and enable IER
Okay!
Commit: drm/i915: Add
== Series Details ==
Series: Asynchronous flip implementation for i915
URL : https://patchwork.freedesktop.org/series/74386/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mgr.h:285: warning: Function
parameter or member 'g
== Series Details ==
Series: drm/i915/tgl: Make wa_1606700617 permanent (rev2)
URL : https://patchwork.freedesktop.org/series/74240/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8073_full -> Patchwork_16844_full
Summary
--
Hi Daniel.
On Mon, Mar 02, 2020 at 11:26:06PM +0100, Daniel Vetter wrote:
> drm_mode_config_cleanup is idempotent, so no harm in calling this
> twice. This allows us to gradually switch drivers over by removing
> explicit drm_mode_config_cleanup calls.
>
> With this step it's now also possible th
== Series Details ==
Series: Asynchronous flip implementation for i915
URL : https://patchwork.freedesktop.org/series/74386/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8085 -> Patchwork_16860
Summary
---
**FAILURE
== Series Details ==
Series: series starting with [01/17] drm/i915: Add an implementation for
i915_gem_ww_ctx locking, v2.
URL : https://patchwork.freedesktop.org/series/74387/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
eb9b1e99590c drm/i915: Add an implementation for i915_
On Mon, Mar 02, 2020 at 11:26:08PM +0100, Daniel Vetter wrote:
> Instead rely on the automatic clean, for which we just need to check
> that drm_mode_config_init succeeded. To avoid an inversion in the
> cleanup we also have to move the dev_private allocation over to
> drmm_kzalloc.
>
> This is ma
On Mon, Mar 02, 2020 at 11:26:11PM +0100, Daniel Vetter wrote:
> Allows us to drop the drm_driver.release callback.
>
> This is made possible by a preceeding patch which added a drmm_
> cleanup action to drm_mode_config_init(), hence all we need to do to
> ensure that drm_mode_config_cleanup() is
On Mon, Mar 02, 2020 at 11:26:12PM +0100, Daniel Vetter wrote:
> Allows us to drop the drm_driver.release callback.
>
> This is made possible by a preceeding patch which added a drmm_
> cleanup action to drm_mode_config_init(), hence all we need to do to
> ensure that drm_mode_config_cleanup() is
From: Andi Shyti
When registering debugfs files the intel gt debugfs library
forces a 'struct *gt' private data on the caller.
There might be different needs, therefore make it generic by
adding one more argument to the "debugfs_register_files()"
function which gets the generic void private data
On Mon, Mar 02, 2020 at 11:25:57PM +0100, Daniel Vetter wrote:
> With this we can drop the final kfree from the release function.
>
> Reviewed-by: Hans de Goede
> Signed-off-by: Daniel Vetter
> Cc: Hans de Goede
Acked-by: Sam Ravnborg
> ---
> drivers/gpu/drm/tiny/gm12u320.c | 3 ++-
> 1 fil
On Mon, Mar 02, 2020 at 11:25:56PM +0100, Daniel Vetter wrote:
> With this we can drop the final kfree from the release function.
>
> Reviewed-by: Paul Cercueil
> Signed-off-by: Daniel Vetter
> Cc: Paul Cercueil
Acked-by: Sam Ravnborg
> ---
> drivers/gpu/drm/ingenic/ingenic-drm.c | 5 ++---
On Mon, Mar 02, 2020 at 11:25:55PM +0100, Daniel Vetter wrote:
> With this we can drop the final kfree from the release function.
>
> Reviewed-by: Noralf Trønnes
> Signed-off-by: Daniel Vetter
> Cc: "Noralf Trønnes"
Acked-by: Sam Ravnborg
> ---
> drivers/gpu/drm/tiny/repaper.c | 5 ++---
>
On Mon, Mar 02, 2020 at 11:25:58PM +0100, Daniel Vetter wrote:
> These are the leftover drivers that didn't have a ->release hook that
> needed to be updated.
>
> Acked-by: Liviu Dudau
> Signed-off-by: Daniel Vetter
> Cc: "James (Qian) Wang"
> Cc: Liviu Dudau
> Cc: Mihail Atanassov
> Cc: Russ
On Mon, Mar 02, 2020 at 11:25:59PM +0100, Daniel Vetter wrote:
> A few things:
> - Update the example driver in the documentation.
> - We can drop the old kfree in drm_dev_release.
> - Add a WARN_ON check in drm_dev_register to make sure everyone calls
> drmm_add_final_kfree and there's no leaks.
On Tue, Mar 03, 2020 at 09:45:20AM +0100, Daniel Vetter wrote:
> A few things:
> - Update the example driver in the documentation.
> - We can drop the old kfree in drm_dev_release.
> - Add a WARN_ON check in drm_dev_register to make sure everyone calls
> drmm_add_final_kfree and there's no leaks.
== Series Details ==
Series: series starting with [01/17] drm/i915: Add an implementation for
i915_gem_ww_ctx locking, v2.
URL : https://patchwork.freedesktop.org/series/74387/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll
On Mon, Mar 02, 2020 at 11:26:00PM +0100, Daniel Vetter wrote:
> We need to add a drmm_kstrdup for this, but let's start somewhere.
>
> This is not exactly perfect onion unwinding, but it's jsut a kfree so
> doesn't really matter at all.
>
> Signed-off-by: Daniel Vetter
Reluctanlyt... But anywa
== Series Details ==
Series: series starting with [01/17] drm/i915: Add an implementation for
i915_gem_ww_ctx locking, v2.
URL : https://patchwork.freedesktop.org/series/74387/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8085 -> Patchwork_16861
=
== Series Details ==
Series: drm/i915: Add support for HDCP 1.4 over MST connectors (rev5)
URL : https://patchwork.freedesktop.org/series/70393/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8073_full -> Patchwork_16845_full
On 3/6/20 12:06 PM, Andi Shyti wrote:
From: Andi Shyti
When registering debugfs files the intel gt debugfs library
forces a 'struct *gt' private data on the caller.
There might be different needs, therefore make it generic by
adding one more argument to the "debugfs_register_files()"
functi
== Series Details ==
Series: series starting with [01/17] drm/i915/selftests: Apply a heavy handed
flush to i915_active
URL : https://patchwork.freedesktop.org/series/74392/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
982908c93abd drm/i915/selftests: Apply a heavy handed flu
== Series Details ==
Series: series starting with [01/17] drm/i915/selftests: Apply a heavy handed
flush to i915_active
URL : https://patchwork.freedesktop.org/series/74392/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mg
Hi Daniele,
> > diff --git a/drivers/gpu/drm/i915/gt/debugfs_gt.c
> > b/drivers/gpu/drm/i915/gt/debugfs_gt.c
> > index 75255aaacaed..24099fb157be 100644
> > --- a/drivers/gpu/drm/i915/gt/debugfs_gt.c
> > +++ b/drivers/gpu/drm/i915/gt/debugfs_gt.c
> > @@ -26,15 +26,14 @@ void debugfs_gt_register(s
== Series Details ==
Series: drm/i915: Do not poison i915_request.link on removal
URL : https://patchwork.freedesktop.org/series/74393/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mgr.h:285: warning: Function
parameter o
== Series Details ==
Series: series starting with [01/17] drm/i915/selftests: Apply a heavy handed
flush to i915_active
URL : https://patchwork.freedesktop.org/series/74392/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8086 -> Patchwork_16862
== Series Details ==
Series: drm/i915: Do not poison i915_request.link on removal
URL : https://patchwork.freedesktop.org/series/74393/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8086 -> Patchwork_16863
Summary
---
On Thu, 2020-03-05 at 10:12 -0800, Swathi Dhanavanthri wrote:
> This workaround is to disable FF DOP Clock gating. The fix
> in B0 was backed out due to timing reasons and decided to
> be made permanent.
> Bspec: 52890
Reviewed-by: José Roberto de Souza
>
> Signed-off-by: Swathi Dhanavanthri
>
On 3/6/20 2:14 PM, Andi Shyti wrote:
From: Andi Shyti
When registering debugfs files the intel gt debugfs library
forces a 'struct *gt' private data on the caller.
There might be different needs, therefore make it generic by
adding one more argument to the "debugfs_register_files()"
functio
On Fri, 2020-03-06 at 03:01 +, Patchwork wrote:
> == Series Details ==
>
> Series: drm/i915/hotplug: Use phy to get the hpd_pin instead of the
> port (rev6)
> URL : https://patchwork.freedesktop.org/series/72747/
> State : success
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_8068
== Series Details ==
Series: drm: avoid spurious EBUSY due to nonblocking atomic modesets (rev4)
URL : https://patchwork.freedesktop.org/series/45968/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
6cecc5b22da8 drm: avoid spurious EBUSY due to nonblocking atomic modesets
-:35: W
On Fri, 2020-03-06 at 20:03 +, Patchwork wrote:
> == Series Details ==
>
> Series: drm/i915/tgl: Make wa_1606700617 permanent (rev2)
> URL : https://patchwork.freedesktop.org/series/74240/
> State : success
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_8073_full -> Patchwork_16844
From: Andi Shyti
When registering debugfs files the intel gt debugfs library
forces a 'struct *gt' private data on the caller.
There might be different needs, therefore make it generic by
adding one more argument to the "debugfs_register_files()"
function which gets the generic void private data
== Series Details ==
Series: drm: avoid spurious EBUSY due to nonblocking atomic modesets (rev4)
URL : https://patchwork.freedesktop.org/series/45968/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mgr.h:285: warning: Functi
== Series Details ==
Series: drm/i915: be more solid in checking the alignment
URL : https://patchwork.freedesktop.org/series/74353/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8074_full -> Patchwork_16848_full
Summary
--
== Series Details ==
Series: drm: avoid spurious EBUSY due to nonblocking atomic modesets (rev4)
URL : https://patchwork.freedesktop.org/series/45968/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8086 -> Patchwork_16864
Su
== Series Details ==
Series: drm/i915/phys: unconditionally call release_memory_region
URL : https://patchwork.freedesktop.org/series/74354/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8074_full -> Patchwork_16849_full
Su
== Series Details ==
Series: drm/i915/gt: Close race between cacheline_retire and free
URL : https://patchwork.freedesktop.org/series/74397/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mgr.h:285: warning: Function
parame
On Wed, 2020-02-26 at 18:52 +0100, Hans de Goede wrote:
> Hi,
>
> On 2/26/20 5:05 PM, Alex Deucher wrote:
> > On Wed, Feb 26, 2020 at 10:43 AM Hans de Goede
> > wrote:
> > > Hi,
> > >
> > > On 2/26/20 4:29 PM, Alex Deucher wrote:
> > > > On Wed, Feb 26, 2020 at 10:16 AM Hans de Goede
> > > > wr
From: Andi Shyti
When registering debugfs files the intel gt debugfs library
forces a 'struct *gt' private data on the caller.
To be open to different usages make the new
"intel_gt_debugfs_register_files()"[*] function more generic by
converting the 'struct *gt' pointer to a 'void *' type.
I ta
== Series Details ==
Series: drm/i915/gt: Close race between cacheline_retire and free
URL : https://patchwork.freedesktop.org/series/74397/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8087 -> Patchwork_16865
Summary
== Series Details ==
Series: drm/i915: Gamma cleanups (rev4)
URL : https://patchwork.freedesktop.org/series/69136/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
ca6d5d42a01b drm/i915: Polish CHV CGM CSC loading
97e95a526dd1 drm/i915: Clean up i9xx_load_luts_internal()
cce1fed1d
== Series Details ==
Series: drm/i915: Gamma cleanups (rev4)
URL : https://patchwork.freedesktop.org/series/69136/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mgr.h:285: warning: Function
parameter or member 'get_freq' n
== Series Details ==
Series: drm/i915/gt: allow setting generic data pointer
URL : https://patchwork.freedesktop.org/series/74360/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8074_full -> Patchwork_16852_full
Summary
== Series Details ==
Series: drm/i915: Gamma cleanups (rev4)
URL : https://patchwork.freedesktop.org/series/69136/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8087 -> Patchwork_16866
Summary
---
**FAILURE**
Seri
This avoids the annoying message
"Failed to get panel details from OpRegion (-19)" while initializing.
On DGFX there is no access to OpRegion, so just avoid any calls related
to it.
Signed-off-by: Lucas De Marchi
---
drivers/gpu/drm/i915/display/intel_opregion.c | 4
1 file changed, 4 inser
== Series Details ==
Series: drm/i915/tgl: Don't treat unslice registers as masked (rev2)
URL : https://patchwork.freedesktop.org/series/74351/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mgr.h:285: warning: Function
par
== Series Details ==
Series: drm/i915/tgl: Don't treat unslice registers as masked (rev2)
URL : https://patchwork.freedesktop.org/series/74351/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8088 -> Patchwork_16867
Summary
-
== Series Details ==
Series: series starting with [v2,1/2] drm/i915/display: Deactive FBC in
fastsets when disabled by parameter
URL : https://patchwork.freedesktop.org/series/74401/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
55685d37ef4e drm/i915/display: Deactive FBC in f
== Series Details ==
Series: series starting with [v2,1/2] drm/i915/display: Deactive FBC in
fastsets when disabled by parameter
URL : https://patchwork.freedesktop.org/series/74401/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/inte
== Series Details ==
Series: series starting with [CI,1/2] drm/i915: Add mechanism to submit a
context WA on ring submission
URL : https://patchwork.freedesktop.org/series/74363/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8074_full -> Patchwork_16853_full
=
== Series Details ==
Series: series starting with [v2,1/2] drm/i915/display: Deactive FBC in
fastsets when disabled by parameter
URL : https://patchwork.freedesktop.org/series/74401/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8088 -> Patchwork_16868
===
== Series Details ==
Series: drm/i915/gt: allow setting generic data pointer (rev4)
URL : https://patchwork.freedesktop.org/series/74360/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mgr.h:285: warning: Function
parameter
== Series Details ==
Series: drm/i915/gt: allow setting generic data pointer (rev4)
URL : https://patchwork.freedesktop.org/series/74360/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8088 -> Patchwork_16869
Summary
---
== Series Details ==
Series: drm: avoid spurious EBUSY due to nonblocking atomic modesets (rev5)
URL : https://patchwork.freedesktop.org/series/45968/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
bca7a2e764c5 drm: avoid spurious EBUSY due to nonblocking atomic modesets
-:35: W
== Series Details ==
Series: series starting with [v4,1/2] drm/edid: Name the detailed monitor range
flags
URL : https://patchwork.freedesktop.org/series/74364/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8074_full -> Patchwork_16855_full
===
== Series Details ==
Series: drm: avoid spurious EBUSY due to nonblocking atomic modesets (rev5)
URL : https://patchwork.freedesktop.org/series/45968/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mgr.h:285: warning: Functi
== Series Details ==
Series: drm: avoid spurious EBUSY due to nonblocking atomic modesets (rev5)
URL : https://patchwork.freedesktop.org/series/45968/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8088 -> Patchwork_16870
Su
== Series Details ==
Series: drm/i915/dgfx: avoid opregion calls and messages
URL : https://patchwork.freedesktop.org/series/74408/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mgr.h:285: warning: Function
parameter or me
Add definitions for registers grouped under Transcoder VRR function
with necessary bitfields.
Bspec: 49268
v2: Use REG_GENMASK, correct tabs/space indentation and move the
definitions near the transcoder section.(Jani)
v3: Remove unnecessary prefix from bit/mask definitions.(Manasi)
Cc: Manasi
== Series Details ==
Series: drm/i915/dgfx: avoid opregion calls and messages
URL : https://patchwork.freedesktop.org/series/74408/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8088 -> Patchwork_16871
Summary
---
**
== Series Details ==
Series: drm/i915/tgl: Add definitions for VRR registers and bits
URL : https://patchwork.freedesktop.org/series/74410/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_dpll_mgr.h:285: warning: Function
paramet
== Series Details ==
Series: drm/i915/tgl: Add definitions for VRR registers and bits
URL : https://patchwork.freedesktop.org/series/74410/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8088 -> Patchwork_16872
Summary
-
101 - 183 of 183 matches
Mail list logo