intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-25 19:51:52 to 2020-08-27 15:55:28 UTC [more...]

[Intel-gfx] [PULL] drm-misc-next
 2020-08-27 15:55 UTC 

[Intel-gfx] [PATCH 0/8] Return head pages from find_get_entry and find_lock_entry
 2020-08-27 14:22 UTC  (16+ messages)
` [Intel-gfx] [PATCH 2/8] mm: Use find_get_swap_page in memcontrol
` [Intel-gfx] [PATCH 3/8] mm: Optimise madvise WILLNEED
` [Intel-gfx] [PATCH 4/8] proc: Optimise smaps for shmem entries
` [Intel-gfx] [PATCH 5/8] i915: Use find_lock_page instead of find_lock_entry
` [Intel-gfx] [PATCH 6/8] mm: Convert find_get_entry to return the head page

[Intel-gfx] [PATCH v5 00/20] drm/dp, i915, nouveau: Cleanup nouveau HPD and add DP features from i915
 2020-08-27 14:09 UTC  (27+ messages)
` [Intel-gfx] [PATCH v5 01/20] drm/nouveau/kms: Fix some indenting in nouveau_dp_detect()
` [Intel-gfx] [PATCH v5 02/20] drm/nouveau/kms/nv50-: Remove open-coded drm_dp_read_desc()
` [Intel-gfx] [PATCH v5 03/20] drm/nouveau/kms/nv50-: Just use drm_dp_dpcd_read() in nouveau_dp.c
` [Intel-gfx] [PATCH v5 04/20] drm/nouveau/kms/nv50-: Use macros for DP registers "
` [Intel-gfx] [PATCH v5 05/20] drm/nouveau/kms: Don't clear DP_MST_CTRL DPCD in nv50_mstm_new()
` [Intel-gfx] [PATCH v5 06/20] drm/nouveau/kms: Search for encoders' connectors properly
` [Intel-gfx] [PATCH v5 07/20] drm/nouveau/kms/nv50-: Use drm_dp_dpcd_(readb|writeb)() in nv50_sor_disable()
` [Intel-gfx] [PATCH v5 08/20] drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handling
` [Intel-gfx] [PATCH v5 09/20] drm/i915/dp: Extract drm_dp_read_mst_cap()
` [Intel-gfx] [PATCH v5 10/20] drm/nouveau/kms: Use new drm_dp_read_mst_cap() helper for checking MST caps
` [Intel-gfx] [PATCH v5 11/20] drm/nouveau/kms: Move drm_dp_cec_unset_edid() into nouveau_connector_detect()
` [Intel-gfx] [PATCH v5 12/20] drm/nouveau/kms: Only use hpd_work for reprobing in HPD paths
` [Intel-gfx] [PATCH v5 13/20] drm/i915/dp: Extract drm_dp_read_downstream_info()
` [Intel-gfx] [PATCH v5 14/20] drm/nouveau/kms/nv50-: Use downstream DP clock limits for mode validation
` [Intel-gfx] [PATCH v5 15/20] drm/i915/dp: Extract drm_dp_read_sink_count_cap()
` [Intel-gfx] [PATCH v5 16/20] drm/i915/dp: Extract drm_dp_read_sink_count()
` [Intel-gfx] [PATCH v5 17/20] drm/nouveau/kms/nv50-: Add support for DP_SINK_COUNT
` [Intel-gfx] [PATCH v5 18/20] drm/nouveau/kms: Don't change EDID when it hasn't actually changed
` [Intel-gfx] [PATCH v5 19/20] drm/i915/dp: Extract drm_dp_read_dpcd_caps()
` [Intel-gfx] [PATCH v5 20/20] drm/nouveau/kms: Start using drm_dp_read_dpcd_caps()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/dp, i915, nouveau: Cleanup nouveau HPD and add DP features from i915 (rev7)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-08-27  1:37 UTC  (16+ messages)
` [Intel-gfx] [PATCH] block: "

[Intel-gfx] [i915] flip_done timed out errors with i7-1065G7 on kernel > 4.19
 2020-08-27 13:09 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/39] drm/i915/gem: Avoid implicit vmap for highmem on x86-32
 2020-08-27 12:25 UTC  (48+ messages)
` [Intel-gfx] [PATCH 02/39] drm/i915/gem: Use set_pte_at() for assigning the vmapped PTE
` [Intel-gfx] [PATCH 03/39] drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supported
` [Intel-gfx] [PATCH 04/39] drm/i915/gt: Clear the buffer pool age before use
` [Intel-gfx] [PATCH 05/39] drm/i915/gt: Widen CSB pointer to u64 for the parsers
` [Intel-gfx] [PATCH 06/39] drm/i915/gt: Wait for CSB entries on Tigerlake
` [Intel-gfx] [PATCH 07/39] drm/i915/gt: Apply the CSB w/a for all
` [Intel-gfx] [PATCH 08/39] drm/i915/gt: Show engine properties in the pretty printer
` [Intel-gfx] [PATCH 09/39] drm/i915/gem: Hold request reference for canceling an active context
` [Intel-gfx] [PATCH 10/39] drm/i915: Cancel outstanding work after disabling heartbeats on an engine
` [Intel-gfx] [PATCH 11/39] drm/i915/gt: Always send a pulse down the engine after disabling heartbeat
` [Intel-gfx] [PATCH 12/39] drm/i915/gem: Always test execution status on closing the context
` [Intel-gfx] [PATCH 13/39] drm/i915/gt: Signal cancelled requests
` [Intel-gfx] [PATCH 14/39] drm/i915/selftests: Finish pending mock requests on cancellation
` [Intel-gfx] [PATCH 15/39] drm/i915/gt: Retire cancelled requests on unload
` [Intel-gfx] [PATCH 16/39] drm/i915/gt: Remove defunct intel_virtual_engine_get_sibling()
` [Intel-gfx] [PATCH 17/39] drm/i915/gt: Defer enabling the breadcrumb interrupt to after submission
` [Intel-gfx] [PATCH 18/39] drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlock
` [Intel-gfx] [PATCH 19/39] drm/i915/gt: Don't cancel the interrupt shadow too early
` [Intel-gfx] [PATCH 20/39] drm/i915/gt: Free stale request on destroying the virtual engine
` [Intel-gfx] [PATCH 21/39] drm/i915/gt: Protect context lifetime with RCU
` [Intel-gfx] [PATCH 22/39] drm/i915/gt: Split the breadcrumb spinlock between global and contexts
` [Intel-gfx] [PATCH 23/39] drm/i915/gt: Move the breadcrumb to the signaler if completed upon cancel
` [Intel-gfx] [PATCH 24/39] drm/i915/gt: Decouple completed requests on unwind
` [Intel-gfx] [PATCH 25/39] drm/i915/gt: Check for a completed last request once
` [Intel-gfx] [PATCH 26/39] drm/i915/gt: Replace direct submit with direct call to tasklet
` [Intel-gfx] [PATCH 27/39] drm/i915/gt: ce->inflight updates are now serialised
` [Intel-gfx] [PATCH 28/39] drm/i915/gt: Use virtual_engine during execlists_dequeue
` [Intel-gfx] [PATCH 29/39] drm/i915/gt: Decouple inflight virtual engines
` [Intel-gfx] [PATCH 30/39] drm/i915/gt: Defer schedule_out until after the next dequeue
` [Intel-gfx] [PATCH 31/39] drm/i915/gt: Remove virtual breadcrumb before transfer
` [Intel-gfx] [PATCH 32/39] drm/i915/gt: Shrink the critical section for irq signaling
` [Intel-gfx] [PATCH 33/39] drm/i915/gt: Resubmit the virtual engine on schedule-out
` [Intel-gfx] [PATCH 34/39] drm/i915/gt: Simplify virtual engine handling for execlists_hold()
` [Intel-gfx] [PATCH 35/39] drm/i915: Encode fence specific waitqueue behaviour into the wait.flags
` [Intel-gfx] [PATCH 36/39] drm/i915/selftests: Confirm RING_TIMESTAMP / CTX_TIMESTAMP share a clock
` [Intel-gfx] [PATCH 37/39] drm/i915/gt: Consolidate the CS timestamp clocks
` [Intel-gfx] [PATCH 38/39] drm/i915: Break up error capture compression loops with cond_resched()
` [Intel-gfx] [PATCH 39/39] drm/i915: Reduce GPU error capture mutex hold time
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/39] drm/i915/gem: Avoid implicit vmap for highmem on x86-32
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v3 1/3] drm/i915/display: Compute has_drrs after compute has_psr
 2020-08-27 12:09 UTC  (8+ messages)
` [Intel-gfx] [PATCH v3 2/3] drm/i915/display: Disable DRRS when needed in fastsets
` [Intel-gfx] [PATCH v3 3/3] drm/i915/display: Fix DRRS debugfs

[Intel-gfx] [PULL] drm-intel-fixes
 2020-08-27  9:06 UTC 

[Intel-gfx] [PATCH] drm/i915/fbc: disable FBC on Nightfury board
 2020-08-27  8:28 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 1/2] drm/i915/gvt: Save/restore HW status for GVT during suspend/resume
 2020-08-27  8:24 UTC  (3+ messages)

[Intel-gfx] [i-g-t] Fixing the latency of hrtimer
 2020-08-27  8:04 UTC  (3+ messages)

[Intel-gfx] 5.9-rc1: graphics regression moved from -next to mainline
 2020-08-27  7:28 UTC  (20+ messages)

[Intel-gfx] [PATCH 1/5] Fixing Possible Null Pointer Dereference
 2020-08-27  6:49 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/lspcon: Limits to 8 bpc for RGB/YCbCr444
 2020-08-27  5:04 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v3 1/3] drm/i915/display/tgl: Use TGL DP tables for eDP ports without low power support
 2020-08-27  4:54 UTC  (8+ messages)
` [Intel-gfx] [PATCH v3 2/3] drm/i915/display/ehl: Use EHL "
` [Intel-gfx] [PATCH v3 3/3] drm/i915/ehl: Update voltage swing table
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/3] drm/i915/display/tgl: Use TGL DP tables for eDP ports without low power support
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/3] drm/i915/display/tgl: Use TGL DP tables for eDP ports without low power support (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/4] drm/i915/display/dp: Attach and set drm connector VRR property
 2020-08-27  3:51 UTC  (10+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915/display/dp: Add VRR crtc state variables
` [Intel-gfx] [PATCH 3/4] drm/i915/display/dp: Compute VRR state in atomic_check
` [Intel-gfx] [PATCH 4/4] drm/i915/display/dp: Do not enable PSR if VRR is enabled
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/4] drm/i915/display/dp: Attach and set drm connector VRR property
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] [PATCH v2 1/4] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/4] drm/i915/display/dp: Attach and set drm connector VRR property (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PULL] drm-intel-next
 2020-08-26 23:27 UTC 

[Intel-gfx] [PATCH 3/4] i915: add -DDYNAMIC_DEBUG_MODULE to i915/gvt/Makefile
 2020-08-26 22:30 UTC  (3+ messages)
` [Intel-gfx] [PATCH 4/4] i915: POC use dynamic_debug_exec_queries to control pr_debugs in gvt

[Intel-gfx] [PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-08-26 18:26 UTC  (10+ messages)

[Intel-gfx] [PATCH v2 1/3] drm/i915/display/tgl: Use TGL DP tables for eDP ports without low power support
 2020-08-26 20:10 UTC  (8+ messages)
` [Intel-gfx] [PATCH v2 2/3] drm/i915/display/ehl: Use EHL "
` [Intel-gfx] [PATCH v2 3/3] drm/i915/ehl: Update voltage swing table
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v2,1/3] drm/i915/display/tgl: Use TGL DP tables for eDP ports without low power support

[Intel-gfx] [PATCH] drm/xen-front: Add support for EDID based configuration
 2020-08-26 19:32 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [igt-gpu-tools] Fixing the latency of hrtimer
 2020-08-26 18:36 UTC 

[Intel-gfx] [PATCH v2] drm/i915/gt: Implement WA_1406941453
 2020-08-26 18:22 UTC  (10+ messages)
` [Intel-gfx] [PATCH v3] "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gt: Implement WA_1406941453 (rev3)
` [Intel-gfx] [PATCH v4] drm/i915/gt: Implement WA_1406941453
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Implement WA_1406941453 (rev4)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [RFC v4 00/20] drm/dp, i915, nouveau: Cleanup nouveau HPD and add DP features from i915
 2020-08-26 17:12 UTC  (12+ messages)
` [Intel-gfx] [RFC v4 09/20] drm/i915/dp: Extract drm_dp_has_mst()
` [Intel-gfx] [RFC v4 16/20] drm/i915/dp: Extract drm_dp_get_sink_count()
` [Intel-gfx] [RFC v4 19/20] drm/i915/dp: Extract drm_dp_read_dpcd_caps()
` [Intel-gfx] [RFC v4 20/20] drm/nouveau/kms: Start using drm_dp_read_dpcd_caps()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/dp, i915, nouveau: Cleanup nouveau HPD and add DP features from i915 (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v8 02/17] drm/i915: Clear the repeater bit on HDCP disable
 2020-08-26 13:53 UTC  (2+ messages)

[Intel-gfx] [PATCH v8 01/17] drm/i915: Fix sha_text population code
 2020-08-26 13:53 UTC  (2+ messages)

[Intel-gfx] [PATCH 3/3] drm/i915/gem: Always test execution status on closing the context
 2020-08-26 13:53 UTC  (2+ messages)

[Intel-gfx] [PULL] drm-misc-next
 2020-08-26 10:02 UTC  (2+ messages)

[Intel-gfx] [Regression] "drm/i915: Implement display w/a #1143" breaks HDMI on ASUS GL552VW
 2020-08-26 13:05 UTC  (10+ messages)

[Intel-gfx] [PATCH v3 0/2] HDCP minor refactoring
 2020-08-26 11:17 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/fbc: Disable fbc with VT-d also with cometlake
 2020-08-26  9:57 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/fbc: Disable fbc with VT-d also with cometlake (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PULL] drm-misc-fixes
 2020-08-26  7:40 UTC 

[Intel-gfx] [PATCH 1/5] drm: report dp downstream port type as a subconnector property
 2020-08-26  7:23 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm: report dp downstream port type as a subconnector property (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 3/5] drm/nouveau: utilize subconnector property for DP
 2020-08-16  6:51 UTC  (2+ messages)
` [Intel-gfx] [v3] "

[Intel-gfx] [PATCH v2 2/2] drm/i915/gvt: Add GVT suspend/resume routine to i915
 2020-08-26  6:35 UTC 

[Intel-gfx] [PATCH v9 08/32] drm: i915: fix common struct sg_table related issues
 2020-08-26  6:32 UTC 

[Intel-gfx] [PATCH v2 0/2] Enable GVT suspend/resume
 2020-08-26  6:33 UTC 

[Intel-gfx] linux-next: build failure after merge of the drm-misc tree
 2020-08-26  1:12 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH 0/9] Per client engine busyness
 2020-08-26  1:11 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/9] drm/i915: Expose list of clients in sysfs

[Intel-gfx] linux-next: manual merge of the drm-misc tree with the amdgpu tree
 2020-08-26  0:18 UTC 

[Intel-gfx] linux-next: manual merge of the drm-misc tree with Linus' tree
 2020-08-26  0:01 UTC 

[Intel-gfx] [PATCH] drm/i915/display: fix uninitialized variable
 2020-08-25 23:43 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "


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