== Series Details ==
Series: drm/i915: enable to read CSB and CSB write pointer from HWSP in GVT-g
VM (rev3)
URL : https://patchwork.freedesktop.org/series/31789/
State : failure
== Summary ==
Series 31789v3 drm/i915: enable to read CSB and CSB write pointer from HWSP in
GVT-g VM
https://pat
Let GVT-g VM read the CSB and CSB write pointer from virtual HWSP, not all
the host support this feature, need to check the BIT(3) of caps in PVINFO.
v3 : Remove unnecessary comments.
v4 : Separate VM enable patch with GVT-g implementation patch due to code
dependency.
v5 : Use inline for GVT virt
El 13/10/17 a las 11:28, Alex Villacís Lasso escribió:
> El 11/10/17 a las 11:38, Ville Syrjälä escribió:
>> On Wed, Oct 11, 2017 at 04:21:58PM +, Alex Villacis Lasso wrote:
>>> El 11/10/17 a las 11:04, Ville Syrjala escribió:
From: Ville Syrjälä
This series aims to clean up som
== Series Details ==
Series: drm/i915: Replace *_reference/unreference() or *_ref/unref with
_get/put() (rev4)
URL : https://patchwork.freedesktop.org/series/31283/
State : failure
== Summary ==
Test kms_plane:
Subgroup plane-panning-bottom-right-suspend-pipe-C-planes:
On Sat, 14 Oct 2017 12:12:50 +0200, Chris Wilson
wrote:
Mark up the locations where we are intentionally overriding
initialization parameters for inheritance with a local pragma so that we
can enable -Woverride-init globally and catch accidental mistakes.
Signed-off-by: Chris Wilson
Cc: Joo
== Series Details ==
Series: drm/i915: Replace *_reference/unreference() or *_ref/unref with
_get/put() (rev4)
URL : https://patchwork.freedesktop.org/series/31283/
State : success
== Summary ==
Series 31283v4 drm/i915: Replace *_reference/unreference() or *_ref/unref with
_get/put()
https:/
Replace instances of drm_framebuffer_reference/unreference() with
*_get/put() suffixes and drm_dev_unref with *_put() suffix
because get/put is shorter and consistent with the
kernel use of *_get/put suffixes.
Done with following coccinelle semantic patch
@@
expression ex;
@@
(
-drm_framebuffer_u
Quoting Mika Kuoppala (2017-10-13 15:23:41)
> Chris Wilson writes:
>
> > Since the removal of the stop_machine(), it is allowed and expected for
> > the nop_submit_request() and nop_complete_submit_request() to run in
> > parallel to the i915_gem_set_wedged() processing. As such we can no
> > lon
El 11/10/17 a las 11:38, Ville Syrjälä escribió:
> On Wed, Oct 11, 2017 at 04:21:58PM +, Alex Villacis Lasso wrote:
>> El 11/10/17 a las 11:04, Ville Syrjala escribió:
>>> From: Ville Syrjälä
>>>
>>> This series aims to clean up some of the plane state readout and
>>> sanitation, and clean up
== Series Details ==
Series: series starting with [1/2] drm/i915: Add -Wall -Wextra to our build,
set warnings to full
URL : https://patchwork.freedesktop.org/series/31974/
State : failure
== Summary ==
Test kms_flip:
Subgroup basic-flip-vs-wf_vblank:
pass -> FAI
== Series Details ==
Series: series starting with [1/2] drm/i915: Add -Wall -Wextra to our build,
set warnings to full
URL : https://patchwork.freedesktop.org/series/31974/
State : success
== Summary ==
Series 31974v1 series starting with [1/2] drm/i915: Add -Wall -Wextra to our
build, set w
Recently W=1 on gcc-7.2 (-Wunused-const-variable) caught a regression
that had been lurking for 6 months, so lets try enabling the full set of
warnings for CI builds. This means more patches will be rejected early
that contain trivial and sometimes not so trivial bugs. However, our
code does not ye
Mark up the locations where we are intentionally overriding
initialization parameters for inheritance with a local pragma so that we
can enable -Woverride-init globally and catch accidental mistakes.
Signed-off-by: Chris Wilson
Cc: Joonas Lahtinen
Cc: Jani Nikula
Cc: Daniel Vetter
Cc: Tomi Sar
== Series Details ==
Series: series starting with [1/2] drm/i915: Properly lock the engine timeline
in debugfs i915_gem_request
URL : https://patchwork.freedesktop.org/series/31958/
State : success
== Summary ==
Test kms_plane:
Subgroup plane-panning-top-left-pipe-C-planes:
14 matches
Mail list logo