intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-02 15:36:17 to 2020-06-04 11:58:16 UTC [more...]

[Intel-gfx] [PATCH 00/59] devm_drm_dev_alloc, v2
 2020-06-04 11:58 UTC  (12+ messages)
` [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for devm_drm_dev_alloc, v2 (rev2)

[Intel-gfx] [PATCH 01/22] drm/i915/gem: Mark the buffer pool as active for the cmdparser
 2020-06-04 11:37 UTC  (24+ messages)
` [Intel-gfx] [PATCH 02/22] drm/i915: Trim set_timer_ms() intervals
` [Intel-gfx] [PATCH 03/22] drm/i915/gt: Set timeslicing priority from queue
` [Intel-gfx] [PATCH 04/22] drm/i915/gt: Always check to enable timeslicing if not submitting
` [Intel-gfx] [PATCH 05/22] Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
` [Intel-gfx] [PATCH 06/22] drm/i915/gt: Couple tasklet scheduling for all CS interrupts
` [Intel-gfx] [PATCH 07/22] drm/i915/gt: Support creation of 'internal' rings
` [Intel-gfx] [PATCH 08/22] drm/i915/gt: Use client timeline address for seqno writes
` [Intel-gfx] [PATCH 09/22] drm/i915/gt: Infrastructure for ring scheduling
` [Intel-gfx] [PATCH 10/22] drm/i915/gt: Enable busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 11/22] drm/i915/gt: Track if an engine requires forcewake w/a
` [Intel-gfx] [PATCH 12/22] drm/i915/gt: Implement ring scheduler for gen6/7
` [Intel-gfx] [PATCH 13/22] drm/i915/gt: Enable ring scheduling "
` [Intel-gfx] [PATCH 14/22] drm/i915/gem: Async GPU relocations only
` [Intel-gfx] [PATCH 15/22] drm/i915: Add list_for_each_entry_safe_continue_reverse
` [Intel-gfx] [PATCH 16/22] drm/i915/gem: Separate reloc validation into an earlier step
` [Intel-gfx] [PATCH 17/22] drm/i915/gem: Lift GPU relocation allocation
` [Intel-gfx] [PATCH 18/22] drm/i915/gem: Build the reloc request first
` [Intel-gfx] [PATCH 19/22] drm/i915/gem: Add all GPU reloc awaits/signals en masse
` [Intel-gfx] [PATCH 20/22] dma-buf: Proxy fence, an unsignaled fence placeholder
` [Intel-gfx] [PATCH 21/22] drm/i915: Unpeel awaits on a proxy fence
` [Intel-gfx] [PATCH 22/22] drm/i915/gem: Make relocations atomic within execbuf
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/22] drm/i915/gem: Mark the buffer pool as active for the cmdparser
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

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

[Intel-gfx] [PATCH] drm/i915/selftests: Exercise all copy engines with the blt routines
 2020-06-04 11:08 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[Intel-gfx] [PATCH] drm/i915/dp: DP PHY compliance for JSL
 2020-06-04 10:28 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 00/18] dma-fence lockdep annotations, round 2
 2020-06-04  9:36 UTC  (26+ messages)
` [Intel-gfx] [PATCH 01/18] mm: Track mmu notifiers in fs_reclaim_acquire/release
` [Intel-gfx] [PATCH 02/18] dma-buf: minor doc touch-ups
` [Intel-gfx] [PATCH 03/18] dma-fence: basic lockdep annotations
` [Intel-gfx] [PATCH 04/18] dma-fence: prime "
` [Intel-gfx] [PATCH 05/18] drm/vkms: Annotate vblank timer
` [Intel-gfx] [PATCH 06/18] drm/vblank: Annotate with dma-fence signalling section
` [Intel-gfx] [PATCH 07/18] drm/atomic-helper: Add dma-fence annotations
` [Intel-gfx] [PATCH 08/18] drm/amdgpu: add dma-fence annotations to atomic commit path
` [Intel-gfx] [PATCH 09/18] drm/scheduler: use dma-fence annotations in main thread
` [Intel-gfx] [PATCH 10/18] drm/amdgpu: use dma-fence annotations in cs_submit()
` [Intel-gfx] [PATCH 11/18] drm/amdgpu: s/GFP_KERNEL/GFP_ATOMIC in scheduler code
` [Intel-gfx] [PATCH 12/18] drm/amdgpu: DC also loves to allocate stuff where it shouldn't
` [Intel-gfx] [PATCH 13/18] drm/amdgpu/dc: Stop dma_resv_lock inversion in commit_tail
` [Intel-gfx] [PATCH 14/18] drm/scheduler: use dma-fence annotations in tdr work
` [Intel-gfx] [PATCH 15/18] drm/amdgpu: use dma-fence annotations for gpu reset code
` [Intel-gfx] [PATCH 16/18] Revert "drm/amdgpu: add fbdev suspend/resume on gpu reset"
` [Intel-gfx] [PATCH 17/18] drm/amdgpu: gpu recovery does full modesets
` [Intel-gfx] [PATCH 18/18] drm/i915: Annotate dma_fence_work
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for dma-fence lockdep annotations, round 2
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915/params: fix i915.reset module param type
 2020-06-04  9:31 UTC  (8+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/params: fix i915.reset module param type (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/3] drm/i915/dp_mst: Fix disabling MST on a port
 2020-06-04  8:47 UTC  (12+ messages)
` [Intel-gfx] [PATCH 2/3] drm/dp_mst: Sanitize mgr->qlock locking in drm_dp_mst_wait_tx_reply()
` [Intel-gfx] [PATCH 3/3] drm/i915/dp_mst: Work around out-of-spec adapters filtering short pulses
  ` [Intel-gfx] [PATCH v2 "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/dp_mst: Fix disabling MST on a port
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/dp_mst: Fix disabling MST on a port (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] drm/i915/dp_mst: Fix disabling MST on a port
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] drm/i915/dp_mst: Fix disabling MST on a port (rev2)

[Intel-gfx] [PATCH v2] drm/i915/tgl: Implement WA_16011163337
 2020-06-04  8:40 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/tgl: Implement WA_16011163337 (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v3 00/15] Remaining RKL patches
 2020-06-04  8:34 UTC  (23+ messages)
` [Intel-gfx] [PATCH v3 01/15] drm/i915/rkl: Set transcoder mask properly
` [Intel-gfx] [PATCH v3 02/15] drm/i915/rkl: Program BW_BUDDY0 registers instead of BW_BUDDY1/2
` [Intel-gfx] [PATCH v3 03/15] drm/i915/rkl: RKL has no MBUS_ABOX_CTL{1, 2}
` [Intel-gfx] [PATCH v3 04/15] drm/i915/rkl: Handle new DPCLKA_CFGCR0 layout
` [Intel-gfx] [PATCH v3 05/15] drm/i915/rkl: Setup ports/phys
` [Intel-gfx] [PATCH v3 06/15] drm/i915/rkl: provide port/phy mapping for vbt
` [Intel-gfx] [PATCH v3 07/15] drm/i915/rkl: Update TGP's pin mapping when paired with RKL
` [Intel-gfx] [PATCH v3 08/15] drm/i915/rkl: Add DDC pin mapping
` [Intel-gfx] [PATCH v3 09/15] drm/i915/rkl: Don't try to access transcoder D
` [Intel-gfx] [PATCH v3 10/15] drm/i915/rkl: Don't try to read out DSI transcoders
` [Intel-gfx] [PATCH v3 11/15] drm/i915/rkl: Handle comp master/slave relationships for PHYs
` [Intel-gfx] [PATCH v3 12/15] drm/i915/rkl: Add DPLL4 support
` [Intel-gfx] [PATCH v3 13/15] drm/i915/rkl: Handle HTI
` [Intel-gfx] [PATCH v3 14/15] drm/i915/rkl: Disable PSR2
` [Intel-gfx] [PATCH v3 15/15] drm/i915/rkl: Add initial workarounds
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Remaining RKL patches
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 1/3] drm/i915/bios: Parse HOBL parameter
 2020-06-04  6:36 UTC  (8+ messages)
` [Intel-gfx] [PATCH v2 2/3] drm/i915/display: Implement HOBL
` [Intel-gfx] [PATCH v2 3/3] drm/i915/display: Enable HOBL regardless the VBT value
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/3] drm/i915/bios: Parse HOBL parameter
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 1/1] drm/mm: add ig_frag selftest
 2020-06-04  4:57 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/1] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2] drm/dp: Include the AUX CH name in the debug messages
 2020-06-04  4:43 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/dp: Include the AUX CH name in the debug messages (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/dp: Reset link params on connector disconnect
 2020-06-04  1:19 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH i-g-t 1/2] i915/gem_exec_schedule: Try to spot unfairness
 2020-06-03 23:47 UTC  (2+ messages)
` [Intel-gfx] [PATCH i-g-t 2/2] HAX:fair

[Intel-gfx] [RFC PATCH 1/1] drm/mm: add ig_frag selftest
 2020-06-03  9:10 UTC  (8+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Suppress the error message for GT init failure on error injection
 2020-06-03 17:10 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] Restore "08fff7aeddc9 ("drm/i915/tgl: Wa_1607138340")
 2020-06-03 16:56 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Restore "08fff7aeddc9 ("drm/i915/tgl: Wa_1607138340") (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/3] drm/atomic-helper: reset vblank on crtc reset
 2020-06-03 13:46 UTC  (7+ messages)
` [Intel-gfx] [PATCH 3/3] drm/hdlcd: Don't call drm_crtc_vblank_off on unbind
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/3] drm/atomic-helper: reset vblank on crtc reset (rev2)

[Intel-gfx] [PATCH 0/9] shmem helper untangling
 2020-06-03 13:12 UTC  (8+ messages)
` [Intel-gfx] [PATCH 5/9] drm/udl: Don't call get/put_pages on imported dma-buf
` [Intel-gfx] [PATCH 8/9] drm/shmem-helpers: Ensure get_pages is not called "

[Intel-gfx] [PATCH 1/4] drm/i915/display/hsw+: Do not program the same vswing entry twice
 2020-06-03 12:42 UTC  (4+ messages)

[Intel-gfx] [PATCH] i915: purge i915_gem_create_v2
 2020-06-03 11:21 UTC  (3+ messages)
` [Intel-gfx] [igt-dev] "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [RFC] drm/i915: lpsp with hdmi/dp outputs
 2020-06-03 10:05 UTC  (4+ messages)

[Intel-gfx] [PATCH i-g-t 1/2] i915/gem_exec_schedule: Try to spot unfairness
 2020-06-03  8:38 UTC  (2+ messages)
` [Intel-gfx] [PATCH i-g-t 2/2] HAX:fair

[Intel-gfx] [PATCH] drm/i915: Drop i915_request.i915 backpointer
 2020-06-03  6:02 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/tgl: Add HBR and HBR2+ voltage swing table
 2020-06-03  5:55 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/tgl: Implement WA_16011163337
 2020-06-03  4:28 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915: Identify Cometlake platform
 2020-06-03  0:35 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Identify Cometlake platform (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

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

[Intel-gfx] [PATCH 2/2] drm/i915/gt: Make the CTX_TIMESTAMP readable on !rcs
 2020-06-02 19:56 UTC  (3+ messages)
` [Intel-gfx] [PATCH] "

[Intel-gfx] [drm:gen8_de_irq_handler [i915]] *ERROR* Fault errors on pipe B: 0x00000080
 2020-06-02 18:27 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/dsi: Dont forget to clean up the connector on error
 2020-06-02 15:35 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dsi: Dont forget to clean up the connector on error (rev3)


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