intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-22 19:39:29 to 2020-06-24 19:14:51 UTC [more...]

[Intel-gfx] [PATCH] mm: Skip opportunistic reclaim for dma pinned pages
 2020-06-24 19:14 UTC 

[Intel-gfx] [PATCH 1/7] drm/i915/gem: Replace i915_gem_object.mm.mutex with reservation_ww_class
 2020-06-24 19:04 UTC  (26+ messages)
` [Intel-gfx] [PATCH 7/7] drm/i915/gem: Acquire all vma/objects under reservation_ww_class

[Intel-gfx] [PATCH] drm/i915/gt: Implement WA_1406941453
 2020-06-24 18:31 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH 1/2] mm/mmu_notifier: Mark up direct reclaim paths with MAYFAIL
 2020-06-24 17:58 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gem: Use mmu_notifier_range_mayfail() to avoid waiting inside reclaim
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] mm/mmu_notifier: Mark up direct reclaim paths with MAYFAIL
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/2] drm/i915/display/rkl: Implement WA 14011471926
 2020-06-24 13:44 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/display: Rename COMP_INIT to CNL_PORT_COMP_DW0_COMP_INIT
` [Intel-gfx] [PATCH 3/3] drm/i915/display: Implement new combo phy initialization step
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/display/rkl: Implement WA 14011471926
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 01/26] Revert "drm/i915/gem: Async GPU relocations only"
 2020-06-24 12:48 UTC  (37+ messages)
` [Intel-gfx] [PATCH 02/26] drm/i915: Revert relocation chaining commits
` [Intel-gfx] [PATCH 03/26] Revert "drm/i915/gem: Drop relocation slowpath"
` [Intel-gfx] [PATCH 04/26] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH 05/26] drm/i915: Remove locking from i915_gem_object_prepare_read/write
` [Intel-gfx] [PATCH 06/26] drm/i915: Parse command buffer earlier in eb_relocate(slow)
` [Intel-gfx] [PATCH 07/26] Revert "drm/i915/gem: Split eb_vma into its own allocation"
` [Intel-gfx] [PATCH 08/26] drm/i915/gem: Make eb_add_lut interruptible wait on object lock
` [Intel-gfx] [PATCH 09/26] drm/i915: Use per object locking in execbuf, v12
` [Intel-gfx] [PATCH 10/26] drm/i915: Use ww locking in intel_renderstate
` [Intel-gfx] [PATCH 11/26] drm/i915: Add ww context handling to context_barrier_task
` [Intel-gfx] [PATCH 12/26] drm/i915: Nuke arguments to eb_pin_engine
` [Intel-gfx] [PATCH 13/26] drm/i915: Pin engine before pinning all objects, v4
` [Intel-gfx] [PATCH 14/26] drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
` [Intel-gfx] [PATCH 15/26] drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin
` [Intel-gfx] [PATCH 16/26] drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2
` [Intel-gfx] [PATCH 17/26] drm/i915: Kill last user of intel_context_create_request outside of selftests
` [Intel-gfx] [PATCH 18/26] drm/i915: Convert i915_perf to ww locking as well
` [Intel-gfx] [PATCH 19/26] drm/i915: Dirty hack to fix selftests locking inversion
` [Intel-gfx] [PATCH 20/26] drm/i915/selftests: Fix locking inversion in lrc selftest
` [Intel-gfx] [PATCH 21/26] drm/i915: Use ww pinning for intel_context_create_request()
` [Intel-gfx] [PATCH 22/26] drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v2
` [Intel-gfx] [PATCH 23/26] drm/i915: Add ww locking to vm_fault_gtt
` [Intel-gfx] [PATCH 24/26] drm/i915: Add ww locking to pin_to_display_plane
` [Intel-gfx] [PATCH 25/26] drm/i915: Ensure we hold the pin mutex
` [Intel-gfx] [PATCH 26/26] drm/i915: Kill context before taking ctx->mutex
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [01/26] Revert "drm/i915/gem: Async GPU relocations only"
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/26] Revert "drm/i915/gem: Async GPU relocations only" (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v3 0/5] Asynchronous flip implementation for i915
 2020-06-24 11:53 UTC  (13+ messages)
` [Intel-gfx] [PATCH v3 1/5] drm/i915: Add enable/disable flip done and flip done handler
` [Intel-gfx] [PATCH v3 3/5] drm/i915: Add checks specific to async flips

[Intel-gfx] [PATCH v6 0/3] Send a hotplug when edid changes
 2020-06-24 11:12 UTC  (7+ messages)
` [Intel-gfx] [PATCH v6 1/3] drm: Add helper to compare edids
` [Intel-gfx] [PATCH v6 2/3] drm: Introduce epoch counter to drm_connector
` [Intel-gfx] [PATCH v6 3/3] drm/i915: Send hotplug event if edid had changed
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Send a hotplug when edid changes (rev8)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH i-g-t 0/2] minor improvements to the kms_cursor_crc doc and some comments cleanup
 2020-06-24  9:55 UTC  (3+ messages)
` [Intel-gfx] [PATCH i-g-t 1/2] lib/igt_fb: change comments with fd description
` [Intel-gfx] [PATCH i-g-t 2/2] test/kms_cursor_crc: update subtests descriptions and some comments

[Intel-gfx] [PATCH 1/8] drm/atomic-helper: reset vblank on crtc reset
 2020-06-24  9:42 UTC  (17+ messages)
` [Intel-gfx] [PATCH 3/8] drm/imx: Use __drm_atomic_helper_crtc_reset
` [Intel-gfx] [PATCH 4/8] drm/mtk: "
` [Intel-gfx] [PATCH 5/8] drm/vc4: "
` [Intel-gfx] [PATCH 7/8] drm/mipi-dbi: Remove ->enabled
` [Intel-gfx] [PATCH 8/8] drm/tiny/repaper: Drop edp->enabled

[Intel-gfx] [PATCH] drm/i915/dp_mst: Enable VC payload allocation after transcoder is enabled
 2020-06-24  9:06 UTC  (9+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] linux-next: build failure after merge of the drm-misc tree
 2020-06-24  7:16 UTC  (4+ messages)

[Intel-gfx] [PATCH v7 00/17] drm/i915: Add support for HDCP 1.4 over MST
 2020-06-24  2:15 UTC  (22+ messages)
` [Intel-gfx] [PATCH v7 01/17] drm/i915: Fix sha_text population code
` [Intel-gfx] [PATCH v7 02/17] drm/i915: Clear the repeater bit on HDCP disable
` [Intel-gfx] [PATCH v7 03/17] drm/i915: WARN if HDCP signalling is enabled upon disable
` [Intel-gfx] [PATCH v7 04/17] drm/i915: Intercept Aksv writes in the aux hooks
` [Intel-gfx] [PATCH v7 05/17] drm/i915: Use the cpu_transcoder in intel_hdcp to toggle HDCP signalling
` [Intel-gfx] [PATCH v7 06/17] drm/i915: Factor out hdcp->value assignments
` [Intel-gfx] [PATCH v7 07/17] drm/i915: Protect workers against disappearing connectors
` [Intel-gfx] [PATCH v7 08/17] drm/i915: Clean up intel_hdcp_disable
` [Intel-gfx] [PATCH v7 09/17] drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it
` [Intel-gfx] [PATCH v7 10/17] drm/i915: Support DP MST in enc_to_dig_port() function
` [Intel-gfx] [PATCH v7 11/17] drm/i915: Use ddi_update_pipe in intel_dp_mst
` [Intel-gfx] [PATCH v7 12/17] drm/i915: Factor out HDCP shim functions from dp for use by dp_mst
` [Intel-gfx] [PATCH v7 13/17] drm/i915: Plumb port through hdcp init
` [Intel-gfx] [PATCH v7 14/17] drm/i915: Add connector to hdcp_shim->check_link()
` [Intel-gfx] [PATCH v7 15/17] drm/mst: Add support for QUERY_STREAM_ENCRYPTION_STATUS MST sideband message
` [Intel-gfx] [PATCH v7 16/17] drm/i915: Print HDCP version info for all connectors
` [Intel-gfx] [PATCH v7 17/17] drm/i915: Add HDCP 1.4 support for MST connectors
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add support for HDCP 1.4 over MST
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/fb-helper: Fix vt restore
 2020-06-24  2:08 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 00/32] Introduce DG1
 2020-06-24  0:13 UTC  (19+ messages)
` [Intel-gfx] [PATCH v2 01/32] drm/i915/rkl: Handle new DPCLKA_CFGCR0 layout
` [Intel-gfx] [PATCH v2 03/32] drm/i915/rkl: Handle HTI
` [Intel-gfx] [PATCH v2 04/32] drm/i915/rkl: Add initial workarounds
` [Intel-gfx] [PATCH v2 05/32] drm/i915/rkl: Add Wa_14011224835 for PHY B initialization
` [Intel-gfx] [PATCH v2 07/32] drm/i915/dg1: add initial DG-1 definitions
` [Intel-gfx] [PATCH v2 20/32] drm/i915/dg1: add hpd interrupt handling

[Intel-gfx] [PATCH 01/18] mm: Track mmu notifiers in fs_reclaim_acquire/release
 2020-06-23 22:36 UTC  (9+ messages)
` [Intel-gfx] [PATCH] "

[Intel-gfx] [PATCH v2 1/2] drm/i915/dp: Helper for checking DDI_BUF_CTL Idle status
 2020-06-23 22:59 UTC  (11+ messages)

[Intel-gfx] [PATCH 00/18] dma-fence lockdep annotations, round 2
 2020-06-23 19:02 UTC  (10+ messages)
` [Intel-gfx] [PATCH 04/18] dma-fence: prime lockdep annotations
  ` [Intel-gfx] [Linaro-mm-sig] "
` [Intel-gfx] [PATCH 08/18] drm/amdgpu: add dma-fence annotations to atomic commit path

[Intel-gfx] [PATCH 0/2] Variable renames
 2020-06-23 16:58 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/display: remove alias to dig_port
` [Intel-gfx] [PATCH 2/2] drm/i915/display: prefer dig_port to reference intel_digital_port
` [Intel-gfx] ✓ Fi.CI.BAT: success for Variable renames
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/tgl: Make Wa_14010229206 permanent
 2020-06-23 11:54 UTC  (4+ messages)

[Intel-gfx] [PATCH libdrm] intel: sync i915_pciids.h with kernel
 2020-06-23 11:30 UTC  (3+ messages)
  ` [Intel-gfx] [igt-dev] "

[Intel-gfx] [v6 0/3] VRR capable attach prop in i915, VRR debugfs
 2020-06-23 10:36 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for VRR capable attach prop in i915, VRR debugfs (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 6/6] drm/i915/dp_mst: Ensure the DPCD ACT sent flag is cleared before waiting for it
 2020-06-23  7:30 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 "

[Intel-gfx] [PATCH 1/6] drm/i915/tgl+: Use the correct DP_TP_* register instances in MST encoders
 2020-06-23  7:21 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/6] "

[Intel-gfx] [PATCH 0/1] drm/i915/gt: Initialize reserved and unspecified MOCS indices
 2020-06-23  6:57 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/1] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Initialize reserved and unspecified MOCS indices (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gvt: query if vgpu is active via GETPARAM IOCTL
 2020-06-23  6:41 UTC  (6+ messages)

[Intel-gfx] [PULL] gvt-fixes
 2020-06-23  3:27 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for gvt-fixes

[Intel-gfx] linux-next: manual merge of the drm-intel tree with Linus' tree
 2020-06-23  1:35 UTC 

[Intel-gfx] [PATCH 0/9] RFC: display/ddi: keep register indexes in a table
 2020-06-23  1:11 UTC  (9+ messages)
` [Intel-gfx] [PATCH 4/9] drm/i915/display: start description-based ddi initialization
` [Intel-gfx] [PATCH 9/9] drm/i915/display: use port_info on intel_ddi_init

[Intel-gfx] [v5 00/11] Enable HDR on MCA LSPCON based Gen9 devices
 2020-06-22 21:58 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Enable HDR on MCA LSPCON based Gen9 devices (rev5)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/params: switch to device specific parameters
 2020-06-22 20:30 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/params: switch to device specific parameters (rev3)

[Intel-gfx] [Linaro-mm-sig] [PATCH 04/18] dma-fence: prime lockdep annotations
 2020-06-22 20:15 UTC  (6+ messages)

[Intel-gfx] [v3 6/8] drm/i915/display: Implement infoframes readback for LSPCON
 2020-06-22 20:05 UTC  (12+ messages)


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).