Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-27 12:03:44 to 2018-03-28 18:56:41 UTC [more...]

[RFC i-g-t] intel-gpu-top: Rewrite the tool to be safe to use
 2018-03-28 18:56 UTC  (3+ messages)

[PATCH] drm/i915/execlists: Consistent seqno reporting in GEM_TRACE
 2018-03-28 18:24 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/breadcrumbs: Keep the fake irq armed across reset
 2018-03-28 18:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Only warn for might_sleep() before a slow wait_for_register
 2018-03-28 17:53 UTC 

[PATCH v2 1/4] drm/i915: Enable edp psr error interrupts on hsw
 2018-03-28 17:37 UTC  (8+ messages)
` [PATCH v2 3/4] drm/i915/psr: Control PSR interrupts via debugfs

[PATCH i-g-t v3] tests/kms_rotation_crc: Move platform checks to one place for non exhaust fence cases
 2018-03-28 17:18 UTC  (5+ messages)

[PATCH 1/8] drm/i915/guc: Use _FW variants for mmio access in GuC irq handler
 2018-03-28 16:56 UTC  (5+ messages)

[PATCH] drm/i915/execlists: Reset ring registers on rebinding contexts
 2018-03-28 16:36 UTC  (9+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 2/2] drm/tinydrm: Make fb_dirty into a lower level hook
 2018-03-28 16:23 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] drm/i915: Add debugfs file to clear FIFO underruns
 2018-03-28 16:20 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 1/2] drm/i915/cnl: Implement WaProgramMgsrForCorrectSliceSpecificMmioReads
 2018-03-28 16:11 UTC  (15+ messages)
` [PATCH v4 "
  ` [PATCH v5 "
` ✓ Fi.CI.BAT: success for series starting with [v5,1/2] drm/i915/cnl: Implement WaProgramMgsrForCorrectSliceSpecificMmioReads (rev5)
` ✓ Fi.CI.IGT: "

[PATCH v1] drm/i915/gen11: Preempt-to-idle support in execlists
 2018-03-28 16:06 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v5 00/12] drm/i915/guc: Support for Guc responses and requests
 2018-03-28 16:05 UTC  (18+ messages)
` [PATCH v5 09/12] drm/i915/guc: Prepare to process incoming requests from CT
` [PATCH v5 10/12] drm/i915/guc: Handle default action received over CT
  ` [PATCH v7 "
` ✗ Fi.CI.SPARSE: warning for drm/i915/guc: Support for Guc responses and requests (rev4)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
` ✗ Fi.CI.SPARSE: warning for drm/i915/guc: Support for Guc responses and requests (rev5)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v5 1/8] drm/i915: Correctly handle error path in i915_gem_init_hw
 2018-03-28 15:51 UTC  (16+ messages)
` [PATCH v5 2/8] drm/i915/uc: Disable GuC submission during sanitize
` [PATCH v5 3/8] drm/i915/guc: Restore symmetric doorbell cleanup
` [PATCH v5 4/8] drm/i915/uc: Fully sanitize uC in uc_fini_hw
` [PATCH v5 5/8] drm/i915/uc: Use correct error code for GuC initialization failure
` [PATCH v5 6/8] drm/i915/uc: Use helper functions to detect fw load status
` [PATCH v5 7/8] drm/i915/uc: Trivial s/dev_priv/i915 in intel_uc.c
` [PATCH v5 8/8] HAX: Enable GuC for CI
` ✓ Fi.CI.BAT: success for series starting with [v5,1/8] drm/i915: Correctly handle error path in i915_gem_init_hw
` ✗ Fi.CI.IGT: failure "

[PATCH v17 00/19] Add NV12 support
 2018-03-28 15:49 UTC  (22+ messages)
` [PATCH v17 01/19] drm/i915/skl+: rename skl_wm_values struct to skl_ddb_values
` [PATCH v17 02/19] drm/i915/skl+: refactor WM calculation for NV12
` [PATCH v17 03/19] drm/i915/skl+: add NV12 in skl_format_to_fourcc
` [PATCH v17 04/19] drm/i915/skl+: support verification of DDB HW state for NV12
` [PATCH v17 05/19] drm/i915/skl+: NV12 related changes for WM
` [PATCH v17 06/19] drm/i915/skl+: pass skl_wm_level struct to wm compute func
` [PATCH v17 07/19] drm/i915/skl+: make sure higher latency level has higher wm value
` [PATCH v17 08/19] drm/i915/skl+: nv12 workaround disable WM level 1-7
` [PATCH v17 09/19] drm/i915/skl: split skl_compute_ddb function
` [PATCH v17 10/19] drm/i915: Set scaler mode for NV12
` [PATCH v17 11/19] drm/i915: Update format_is_yuv() to include NV12
` [PATCH v17 12/19] drm/i915: Upscale scaler max scale for NV12
` [PATCH v17 13/19] drm/i915: Add NV12 as supported format for primary plane
` [PATCH v17 14/19] drm/i915: Add NV12 as supported format for sprite plane
` [PATCH v17 15/19] drm/i915: Add NV12 support to intel_framebuffer_init
` [PATCH v17 16/19] drm/i915: Enable YUV to RGB for Gen10 in Plane Ctrl Reg
` [PATCH v17 17/19] drm/i915: Display WA 827
` [PATCH v17 18/19] drm/i915: Add checks to primary plane
` [PATCH v17 19/19] drm/i915: Do not truncate fb sizes for NV12
` ✓ Fi.CI.BAT: success for Add NV12 support (rev5)
` ✓ Fi.CI.IGT: "

[PATCH] drm: Use srcu to protect drm_device.unplugged
 2018-03-28 15:09 UTC  (5+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/3] drm/i915/execlists: Reset ring registers on rebinding contexts
 2018-03-28 13:40 UTC  (12+ messages)
` [PATCH 2/3] drm/i915/execlists: Delay updating ring register state after resume
  ` [PATCH v2] "
` [PATCH 3/3] drm/i915: Include the HW breadcrumb whenever we trace the global_seqno
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/execlists: Reset ring registers on rebinding contexts
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/execlists: Reset ring registers on rebinding contexts (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/selftests: Add basic sanitychecks for execlists
 2018-03-28 13:25 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH v4] drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams
 2018-03-28 12:19 UTC  (3+ messages)

[PATCH 1/8] drm/i915/icl: Check for fused-off VDBOX and VEBOX instances
 2018-03-28 11:36 UTC  (8+ messages)
` [PATCH 5/8] drm/i915/icl: Add reset control register changes

[PATCH 00/27] ICL basic enabling + GEM
 2018-03-28 11:34 UTC  (4+ messages)
` [PATCH 10/27] drm/i915/icl: Enhanced execution list support
  ` [PATCH 27/27] drm/i915/gen11: add support for reading the timestamp frequency

[PATCH v4 2/2] drm/i915: Implement WaProgramMgsrForL3BankSpecificMmioReads
 2018-03-28  9:50 UTC  (4+ messages)
` [PATCH v5 "

[PATCH 1/2] drm/dp: Move DPCD_REV_XX to drm_dp_helper
 2018-03-28  9:02 UTC  (6+ messages)
` [PATCH 2/2] drm/dp: Correctly mask DP_TRAINING_AUX_RD_INTERVAL values for DP 1.4
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/dp: Move DPCD_REV_XX to drm_dp_helper
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

Forced preemption gedankenexperiment
 2018-03-28  8:59 UTC  (15+ messages)
` [PATCH 01/11] drm/i915/execlists: Avoid kicking the submission too early for rescheduling
` [PATCH 08/11] drm/i915/execlists: Force preemption via reset on timeout
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] drm/i915/execlists: Avoid kicking the submission too early for rescheduling (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[RFC PATCH i-g-t 0/3] Test the plane formats on the Chamelium
 2018-03-28  8:30 UTC  (4+ messages)

[PULL] more gvt-next-fixes for 4.17
 2018-03-28  8:26 UTC  (5+ messages)

[PATCH 0/9] GPU-bound energy efficiency improvements for the intel_pstate driver
 2018-03-28  8:02 UTC  (11+ messages)
` [PATCH 1/9] cpufreq: Implement infrastructure keeping track of aggregated IO active time
` [PATCH 2/9] Revert "cpufreq: intel_pstate: Replace bxt_funcs with core_funcs"
` [PATCH 3/9] Revert "cpufreq: intel_pstate: Shorten a couple of long names"
` [PATCH 4/9] Revert "cpufreq: intel_pstate: Simplify intel_pstate_adjust_pstate()"
` [PATCH 5/9] Revert "cpufreq: intel_pstate: Drop ->update_util from pstate_funcs"
` [PATCH 6/9] cpufreq/intel_pstate: Implement variably low-pass filtering controller for small core
` [PATCH 7/9] SQUASH: cpufreq/intel_pstate: Enable LP controller based on ACPI FADT profile
` [PATCH 8/9] OPTIONAL: cpufreq/intel_pstate: Expose LP controller parameters via debugfs
` [PATCH 9/9] drm/i915/execlists: Report GPU rendering as IO activity to cpufreq

[PATCH v4 1/2] drm: Use srcu to protect drm_device.unplugged
 2018-03-28  7:20 UTC  (2+ messages)
  ` [Intel-gfx] "

[PATCH 1/3] drm: prefer inline over __inline__
 2018-03-28  6:36 UTC  (7+ messages)
` [PATCH 2/3] drm: remove old documentation comment cruft from drmP.h
` [PATCH 3/3] drm: make drm_core_check_feature() bool that it is
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm: prefer inline over __inline__
` ✓ Fi.CI.IGT: "

[PATCH 01/12] drm: Add DP PSR2 sink enable bit
 2018-03-28  3:35 UTC  (7+ messages)
` [PATCH 04/12] drm/i915/psr: Tie PSR2 support to Y coordinate requirement

The behavior of i915_wait_request() after calling i915_gem_suspend_request()
 2018-03-27 19:48 UTC 

[PATCH i-g-t] tests/gem_eio: Never re-use contexts which were in the middle of GPU reset
 2018-03-27 19:49 UTC  (2+ messages)
` [igt-dev] "

[RFC v1] Data port coherency control for UMDs
 2018-03-27 17:41 UTC  (8+ messages)
` [RFC v1] drm/i915: Add Exec param to control data port coherency

[PATCH] drm/i915: Reword warning for missing cases
 2018-03-27 17:37 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/7] drm/i915: move dpll_info inside intel_shared_dpll
 2018-03-27 17:36 UTC  (4+ messages)
` [PATCH v2 7/7] drm/i915: reorder dpll_info members

[PATCH v4 1/7] drm/i915: Correctly handle error path in i915_gem_init_hw
 2018-03-27 17:07 UTC  (7+ messages)
` [PATCH v4 2/7] drm/i915/uc: Disable GuC submission during sanitize
` [PATCH v4 3/7] drm/i915/uc: Fully sanitize uC in uc_fini_hw

[PATCH 1/2] drm/simple-kms-helper: Plumb plane state to the enable hook
 2018-03-27 16:40 UTC  (4+ messages)

[igt-dev] [PATCH igt] igt/gem_ctx_isolation: Reset a scratch context
 2018-03-27 15:58 UTC  (3+ messages)

[PATCH 07/11] drm/i915/execlists: Flush pending preemption events during reset
 2018-03-27 15:33 UTC  (3+ messages)
` [PATCH v2] "

[PULL] drm-intel-next-fixes
 2018-03-27 14:58 UTC 

[PATCH igt] overlay: Call setlocale around strtod
 2018-03-27 14:42 UTC  (2+ messages)

✗ Fi.CI.CHECKPATCH: warning for trace: Default to using trace_global_clock is sched_clock is unstable
 2018-03-27 14:19 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for trace: Default to using trace_global_clock if "

[PATCH v3 0/6] Documentation patch for batchbuffer submission
 2018-03-27 14:17 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Documentation patch for batchbuffer submission (rev3)

[PATCH] trace: Default to using trace_global_clock is sched_clock is unstable
 2018-03-27 14:16 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] drm/dp: Correctly mask DP_TRAINING_AUX_RD_INTERVAL values for DP 1.4
 2018-03-27 13:03 UTC  (2+ messages)

[CI] Restore "ALSA: hda: Make use of core codec functions to sync power state"
 2018-03-27 12:23 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.BAT: failure "

[PATCH v5 08/12] drm/i915/guc: Implement response handling in send_ct()
 2018-03-27 12:14 UTC  (2+ messages)
` [PATCH v6 "

[PATCH] drm/i915: Check all requests have been retired on switching to kernel context
 2018-03-27 12:03 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox