intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-25 19:22:16 to 2020-02-27 08:29:47 UTC [more...]

[Intel-gfx] [PATCH 00/10] drm/i915: Introduce i915 based i915_MISSING_CASE macro and us it in i915
 2020-02-27  8:29 UTC  (8+ messages)
` [Intel-gfx] [PATCH 01/10] drm/i915: Add i915 device based MISSING_CASE macro
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Introduce i915 based i915_MISSING_CASE macro and us it in i915
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH][next] drm: Replace zero-length array with flexible-array member
 2020-02-27  8:27 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2] drm/i915/huc: Fix error reported by I915_PARAM_HUC_STATUS
 2020-02-27  7:34 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/huc: Fix error reported by I915_PARAM_HUC_STATUS (rev2)

[Intel-gfx] [PATCH] drm/i915: Fix kbuild test robot build error
 2020-02-27  7:33 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH 1/3] drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT
 2020-02-27  7:31 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Drop I915_RESET_TIMEOUT and friends
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/3] drm/i915: split out intel_dram.[ch] from i915_drv.c
 2020-02-27  7:20 UTC  (4+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/drv: use intel_uncore_write() for register access

[Intel-gfx] [PATCH] drm/i915: Skip barriers inside waits
 2020-02-27  6:56 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH v2 01/14] drm/i915/tgl: Split GT and display workarounds
 2020-02-27  6:31 UTC  (24+ messages)
` [Intel-gfx] [PATCH v2 02/14] drm/i915/tgl: Extend Wa_1409825376 stepping
` [Intel-gfx] [PATCH v2 03/14] drm/i915/tgl: Implement Wa_1409804808
` [Intel-gfx] [PATCH v2 04/14] drm/i915/tgl: Implement Wa_1806527549
` [Intel-gfx] [PATCH v2 05/14] drm/i915/tgl: Add Wa_1409085225, Wa_14010229206
` [Intel-gfx] [PATCH v2 06/14] drm/i915/tgl: Extend Wa_1606931601 for all steppings
` [Intel-gfx] [PATCH v2 07/14] drm/i915/tgl: Add note to Wa_1607297627
` [Intel-gfx] [PATCH v2 08/14] drm/i915/tgl: Add note about Wa_1607063988
` [Intel-gfx] [PATCH v2 09/14] drm/i915/tgl: Extend Wa_1409767108 to B0
` [Intel-gfx] [PATCH v2 10/14] drm/i915/tgl: Fix the Wa number of a fix
` [Intel-gfx] [PATCH v2 11/14] drm/i915/tgl: Add note about Wa_1409142259
` [Intel-gfx] [PATCH v2 12/14] drm/i915/tgl: Restrict Wa_1408615072 to GT A0 stepping
` [Intel-gfx] [PATCH v2 13/14] drm/i915/tgl: Add Wa number to WaAllowPMDepthAndInvocationCountAccessFromUMD
` [Intel-gfx] [PATCH v2 14/14] drm/i915/tgl: Implement Wa_1407901919
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,01/14] drm/i915/tgl: Split GT and display workarounds
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PULL] drm-intel-fixes
 2020-02-27  6:04 UTC 

[Intel-gfx] Fixes that failed to apply to v5.6-rc3
 2020-02-27  5:56 UTC 

[Intel-gfx] [PATCH 1/3] drm/i915/perf: Mark up the racy use of perf->exclusive_stream
 2020-02-27  5:55 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/perf: Manually acquire engine-wakeref around use of kernel_context
` [Intel-gfx] [PATCH 3/3] drm/i915/perf: Wait for lrc_reconfigure on disable
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/perf: Mark up the racy use of perf->exclusive_stream

[Intel-gfx] [PATCH 00/13] drm/i915: Clean up DPLL output/refclock tracking
 2020-02-27  4:33 UTC  (17+ messages)
` [Intel-gfx] [PATCH 01/13] drm/i915: Fix bounds check in intel_get_shared_dpll_id()
` [Intel-gfx] [PATCH 02/13] drm/i915: Move DPLL HW readout/sanitize fns to intel_dpll_mgr.c
` [Intel-gfx] [PATCH 03/13] drm/i915: Keep the global DPLL state in a DPLL specific struct
` [Intel-gfx] [PATCH 04/13] drm/i915: Move the DPLL vfunc inits after the func defines
` [Intel-gfx] [PATCH 05/13] drm/i915/hsw: Use the DPLL ID when calculating DPLL clock
` [Intel-gfx] [PATCH 06/13] drm/i915: Move DPLL frequency calculation to intel_dpll_mgr.c
` [Intel-gfx] [PATCH 07/13] drm/i915/skl: Parametrize the DPLL ref clock instead of open-coding it
` [Intel-gfx] [PATCH 08/13] drm/i915/hsw: Rename the get HDMI/DP DPLL funcs to get WRPLL/LCPLL
` [Intel-gfx] [PATCH 09/13] drm/i915/hsw: Split out the SPLL parameter calculation
` [Intel-gfx] [PATCH 10/13] drm/i915/hsw: Split out the WRPLL, LCPLL, SPLL frequency calculation
` [Intel-gfx] [PATCH 11/13] drm/i915/skl, cnl: Split out the WRPLL/LCPLL "
` [Intel-gfx] [PATCH 12/13] drm/i915/hsw: Use the read-out WRPLL/SPLL state instead of reading out again
` [Intel-gfx] [PATCH 13/13] drm/i915: Unify the DPLL ref clock frequency tracking
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Clean up DPLL output/refclock tracking
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/ggtt: do not set bits 1-11 in gen12 ptes
 2020-02-27  3:38 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH 1/3] drm/i915/gem: Consolidate ctx->engines[] release
 2020-02-27  3:08 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Prevent allocation on a banned context
` [Intel-gfx] [PATCH 3/3] drm/i915/gem: Check that the context wasn't closed during setup
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/gem: Consolidate ctx->engines[] release

[Intel-gfx] [PATCH 1/3] drm/i915: Fix 400 MHz FSB readout on elk
 2020-02-27  2:48 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Document our lackluster FSB frequency readout
` [Intel-gfx] [PATCH 3/3] drm/i915: Read out hrawclk on all gen3+ platforms
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Fix 400 MHz FSB readout on elk

[Intel-gfx] [PATCH v3 0/7] 3 display pipes combination system support
 2020-02-27  2:09 UTC  (9+ messages)
` [Intel-gfx] [PATCH v3 4/7] drm/i915: Fix wrongly populated plane possible_crtcs bit mask
  ` [Intel-gfx] [PATCH v4 "
` [Intel-gfx] ✓ Fi.CI.IGT: success for 3 display pipes combination system support (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success for 3 display pipes combination system support (rev5)

[Intel-gfx] [PATCH] drm/i915: Set up PIPE_MISC truncate bit on tgl+
 2020-02-27  1:51 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH 1/3] drm/i915: HDCP: fix Ri prime check done during link check
 2020-02-27  1:37 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: HDCP: fix Ri prime and R0 checks during auth
` [Intel-gfx] [PATCH 3/3] drm/i915: HDCP: retry link integrity check on failure
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/3] drm/i915: HDCP: fix Ri prime check done during link check

[Intel-gfx] [PATCH] drm/i915/selftests: Disable heartbeat around manual pulse tests
 2020-02-27  1:09 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [drm-intel:for-linux-next 3/6] drivers/gpu//drm/i915/display/intel_display.c:253:1: error: 'has_transcoder' defined but not used
 2020-02-27  0:27 UTC 

[Intel-gfx] 5.6 DP-MST regression: 1 of 2 monitors on TB3 (DP-MST) dock no longer light up
 2020-02-26 23:41 UTC  (6+ messages)

[Intel-gfx] [v3] drm/i915/tgl: Add Wa_1606054188:tgl
 2020-02-26 23:10 UTC  (5+ messages)
` [Intel-gfx] [PATCH v4] "
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/tgl: Add Wa_1606054188:tgl (rev3)

[Intel-gfx] [PATCH] drm/i915/tgl: Allow DC5/DC6 entry while PG2 is active
 2020-02-26 23:09 UTC  (3+ messages)

[Intel-gfx] [PULL] gvt-next
 2020-02-26 23:10 UTC  (3+ messages)

[Intel-gfx] [PATCH v18 0/8] Refactor Gen11+ SAGV support
 2020-02-26 22:26 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Refactor Gen11+ SAGV support (rev5)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915: significantly reduce the use of <drm/i915_drm.h>
 2020-02-26 22:13 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: significantly reduce the use of <drm/i915_drm.h> (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PULL] gvt-fixes
 2020-02-26 22:00 UTC  (2+ messages)

[Intel-gfx] [PATCH v4] drm/i915: Use intel_plane_data_rate for min_cdclk calculation
 2020-02-26 20:41 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use intel_plane_data_rate for min_cdclk calculation (rev4)

[Intel-gfx] [PATCH 00/10] drm/i915/display: conversion to drm_device based logging macros
 2020-02-26 20:07 UTC  (13+ messages)
` [Intel-gfx] [PATCH 01/10] drm/i915/dsb: convert "
` [Intel-gfx] [PATCH 02/10] drm/i915/fbc: "
` [Intel-gfx] [PATCH 03/10] drm/i915/fbdev: convert to drm_device based logging
` [Intel-gfx] [PATCH 04/10] drm/i915/fifo_underrun: "
` [Intel-gfx] [PATCH 05/10] drm/i915/gmbus: convert to drm_device based logging,
` [Intel-gfx] [PATCH 06/10] drm/i915/hdcp: convert to struct drm_device based logging
` [Intel-gfx] [PATCH 07/10] drm/i915/hotplug: convert to "
` [Intel-gfx] [PATCH 08/10] drm/i915/lpe_audio: convert to drm_device based logging macros
` [Intel-gfx] [PATCH 09/10] drm/i915/lvds: "
` [Intel-gfx] [PATCH 10/10] drm/i915/overlay: convert to drm_device based logging
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: conversion to drm_device based logging macros (rev3)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 01/17] drm/i915/gt: Reset queue_priority_hint after wedging
 2020-02-26 19:39 UTC  (19+ messages)
` [Intel-gfx] [PATCH 02/17] drm/i915/perf: Mark up the racy use of perf->exclusive_stream
` [Intel-gfx] [PATCH 03/17] drm/i915: Manually acquire engine-wakeref around use of kernel_context
` [Intel-gfx] [PATCH 04/17] drm/i915/gt: Pull marking vm as closed underneath the vm->mutex
` [Intel-gfx] [PATCH 05/17] drm/i915: Protect i915_request_await_start from early waits
` [Intel-gfx] [PATCH 06/17] drm/i915/selftests: Verify LRC isolation
` [Intel-gfx] [PATCH 07/17] drm/i915/selftests: Check recovery from corrupted LRC
` [Intel-gfx] [PATCH 08/17] drm/i915/selftests: Wait for the kernel context switch
` [Intel-gfx] [PATCH 09/17] drm/i915/selftests: Be a little more lenient for reset workers
` [Intel-gfx] [PATCH 10/17] drm/i915/selftests: Add request throughput measurement to perf
` [Intel-gfx] [PATCH 11/17] drm/i915/gem: Consolidate ctx->engines[] release
` [Intel-gfx] [PATCH 12/17] drm/i915/gt: Prevent allocation on a banned context
` [Intel-gfx] [PATCH 13/17] drm/i915/gem: Check that the context wasn't closed during setup
` [Intel-gfx] [PATCH 14/17] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 15/17] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
` [Intel-gfx] [PATCH 16/17] drm/i915/execlists: Check the sentinel is alone in the ELSP
` [Intel-gfx] [PATCH 17/17] drm/i915/execlists: Reduce preempt-to-busy roundtrip delay
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/17] drm/i915/gt: Reset queue_priority_hint after wedging
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/selftests: Add request throughput measurement to perf
 2020-02-26 18:38 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/gt: Autotune idle timeouts
 2020-02-26 18:34 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [CI 1/3] drm/i915: Flush idle barriers when waiting
 2020-02-26 18:06 UTC  (4+ messages)
` [Intel-gfx] [CI 2/3] drm/i915: Allow userspace to specify ringsize on construction
` [Intel-gfx] [CI 3/3] drm/i915/gem: Honour O_NONBLOCK before throttling execbuf submissions
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [CI,1/3] drm/i915: Flush idle barriers when waiting

[Intel-gfx] [PATCH v2 00/20] drm/i915: Proper dbuf global state
 2020-02-26 18:04 UTC  (18+ messages)
` [Intel-gfx] [PATCH v2 01/20] drm/i915: Handle some leftover s/intel_crtc/crtc/
` [Intel-gfx] [PATCH v2 02/20] drm/i915: Remove garbage WARNs
` [Intel-gfx] [PATCH v2 03/20] drm/i915: Add missing commas to dbuf tables
` [Intel-gfx] [PATCH v2 04/20] drm/i915: Use a sentinel to terminate the dbuf slice arrays
` [Intel-gfx] [PATCH v2 09/20] drm/i915: Nuke skl_ddb_get_hw_state()
` [Intel-gfx] [PATCH v2 10/20] drm/i915: Move the dbuf pre/post plane update
` [Intel-gfx] [PATCH v2 11/20] drm/i915: Clean up dbuf debugs during .atomic_check()
` [Intel-gfx] [PATCH v2 13/20] drm/i915: Pass the crtc to skl_compute_dbuf_slices()
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Proper dbuf global state (rev2)

[Intel-gfx] [PATCH 01/11] drm/i915: Drop assertion that active->fence is unchanged
 2020-02-26 17:06 UTC  (5+ messages)
` [Intel-gfx] [PATCH 09/11] drm/i915/gem: Consolidate ctx->engines[] release
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [01/11] drm/i915: Drop assertion that active->fence is unchanged (rev2)

[Intel-gfx] [PATCH 01/20] drm/i915: Drop inspection of execbuf flags during evict
 2020-02-26 17:02 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [01/20] "

[Intel-gfx] [PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
 2020-02-26 16:32 UTC  (12+ messages)

[Intel-gfx] [PATCH] drm/i915/perf: Mark up the racy use of perf->exclusive_stream
 2020-02-26 16:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] (no subject)
 2020-02-26 15:08 UTC  (5+ messages)

[Intel-gfx] [PATCH i-g-t v3] tests/gem_userptr_blits: Refresh map-fixed-invalidate* subtests
 2020-02-26 14:49 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/51] drm managed resources, v2
 2020-02-26 14:38 UTC  (9+ messages)
` [Intel-gfx] [PATCH 37/51] drm/rockchip: Drop explicit drm_mode_config_cleanup call
  ` [Intel-gfx] [PATCH 03/51] drm: add managed resources tied to drm_device

[Intel-gfx] [PATCH 0/1] Adding YUV444 packed format support for skl+
 2020-02-26 14:30 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915: Adding YUV444 packed format support for skl+ (V14)
` [Intel-gfx] ✓ Fi.CI.IGT: success for Adding YUV444 packed format support for skl+ (rev3)

[Intel-gfx] [PATCH] drm/i915/gem: Cleanup shadow batch after I915_EXEC_SECURE
 2020-02-26 13:12 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH 0/6] drm/i915: Proper dbuf global state
 2020-02-26 11:34 UTC  (3+ messages)
` [Intel-gfx] [PATCH 5/6] drm/i915: Move the dbuf pre/post plane update

[Intel-gfx] [PATCH 1/7] dma-buf: add dynamic DMA-buf handling v15
 2020-02-26 10:09 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/tgl: Add Wa_1608008084
 2020-02-26  8:56 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/tgl: Add Wa_1608008084 (rev2)

[Intel-gfx] [PATCH] drm/i915: stop assigning drm->dev_private pointer
 2020-02-26  8:51 UTC  (3+ messages)

[Intel-gfx] [CI] drm/i915: split intel_modeset_init() to pre/post irq install
 2020-02-26  8:50 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] drm/i915: Drop assertion that active->fence is unchanged
 2020-02-26  8:02 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH 7/7] docs: gpu: i915.rst: fix warnings due to file renames
 2020-02-25 23:36 UTC  (2+ messages)

[Intel-gfx] Linux 5.6-rc2
 2020-02-24 18:24 UTC  (3+ messages)

[Intel-gfx] [PATCH 00/12] drm: Put drm_display_mode on diet
 2020-02-25 21:52 UTC  (8+ messages)
  ` [Intel-gfx] [PATCH 04/12] drm: Nuke mode->vrefresh


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).