intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-07 00:51:26 to 2020-07-08 15:36:25 UTC [more...]

[Intel-gfx] s/obj->mm.lock//
 2020-07-08 15:36 UTC  (10+ messages)
` [Intel-gfx] [PATCH 08/20] drm/i915: Always defer fenced work to the worker
` [Intel-gfx] [PATCH 09/20] drm/i915/gem: Assign context id for async work

[Intel-gfx] [PATCH 1/7] drm/i915/gt: Replace opencoded i915_gem_object_pin_map()
 2020-07-08 15:20 UTC  (11+ messages)
` [Intel-gfx] [PATCH 2/7] drm/i915: Release shortlived maps of longlived objects
  ` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] [PATCH 3/7] drm/i915: Remove i915_gem_object_get_dirty_page()
` [Intel-gfx] [PATCH 4/7] drm/i915/gem: Unpin idle contexts from kswapd reclaim
` [Intel-gfx] [PATCH 5/7] drm/i915: Preallocate stashes for vma page-directories
` [Intel-gfx] [PATCH 6/7] drm/i915: Switch to object allocations for page directories
` [Intel-gfx] [PATCH 7/7] drm/i915/gt: Optimise aliasing-ppgtt allocations
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/7] drm/i915/gt: Replace opencoded i915_gem_object_pin_map() (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[Intel-gfx] [PATCH 00/25] dma-fence annotations, round 3
 2020-07-08 15:19 UTC  (49+ messages)
` [Intel-gfx] [PATCH 01/25] dma-fence: basic lockdep annotations
` [Intel-gfx] [PATCH 02/25] dma-fence: prime "
` [Intel-gfx] [PATCH 03/25] dma-buf.rst: Document why idenfinite fences are a bad idea
` [Intel-gfx] [PATCH 04/25] drm/vkms: Annotate vblank timer
` [Intel-gfx] [PATCH 05/25] drm/vblank: Annotate with dma-fence signalling section
` [Intel-gfx] [PATCH 06/25] drm/amdgpu: add dma-fence annotations to atomic commit path
` [Intel-gfx] [PATCH 07/25] drm/komdea: Annotate dma-fence critical section in "
` [Intel-gfx] [PATCH 08/25] drm/malidp: "
` [Intel-gfx] [PATCH 09/25] drm/atmel: Use drm_atomic_helper_commit
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 10/25] drm/imx: Annotate dma-fence critical section in commit path
` [Intel-gfx] [PATCH 11/25] drm/omapdrm: "
` [Intel-gfx] [PATCH 12/25] drm/rcar-du: "
` [Intel-gfx] [PATCH 13/25] drm/tegra: "
` [Intel-gfx] [PATCH 14/25] drm/tidss: "
` [Intel-gfx] [PATCH 15/25] drm/tilcdc: Use standard drm_atomic_helper_commit
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 16/25] drm/atomic-helper: Add dma-fence annotations
` [Intel-gfx] [PATCH 17/25] drm/scheduler: use dma-fence annotations in main thread
` [Intel-gfx] [PATCH 18/25] drm/amdgpu: use dma-fence annotations in cs_submit()
` [Intel-gfx] [PATCH 19/25] drm/amdgpu: s/GFP_KERNEL/GFP_ATOMIC in scheduler code
` [Intel-gfx] [PATCH 20/25] drm/amdgpu: DC also loves to allocate stuff where it shouldn't
` [Intel-gfx] [PATCH 21/25] drm/amdgpu/dc: Stop dma_resv_lock inversion in commit_tail
` [Intel-gfx] [PATCH 22/25] drm/scheduler: use dma-fence annotations in tdr work
` [Intel-gfx] [PATCH 23/25] drm/amdgpu: use dma-fence annotations for gpu reset code
` [Intel-gfx] [PATCH 24/25] Revert "drm/amdgpu: add fbdev suspend/resume on gpu reset"
` [Intel-gfx] [PATCH 25/25] drm/amdgpu: gpu recovery does full modesets
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for dma-fence annotations, round 3 (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for dma-fence annotations, round 3 (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for dma-fence annotations, round 3 (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2] drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()
 2020-07-08 15:05 UTC 

[Intel-gfx] [PATCH 1/2] drm/vgem: Do not allocate backing shmemfs file for an import dmabuf object
 2020-07-08 15:05 UTC  (15+ messages)
` [Intel-gfx] [PATCH 2/2] drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/vgem: Do not allocate backing shmemfs file for an import dmabuf object

[Intel-gfx] [PATCH v12 0/3] drm/i915: timeline semaphore support
 2020-07-08 14:49 UTC  (7+ messages)
` [Intel-gfx] [PATCH v12 1/3] drm/i915: introduce a mechanism to extend execbuf2
` [Intel-gfx] [PATCH v12 2/3] drm/i915: add syncobj timeline support
` [Intel-gfx] [PATCH v12 3/3] drm/i915: peel dma-fence-chains wait fences
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: timeline semaphore support
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/4] drm/i915: Move all FBC w/as to .init_clock_gating()
 2020-07-08 14:24 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915: Don't do WaFbcTurnOffFbcWatermark for glk
` [Intel-gfx] [PATCH 3/4] drm/i915: Limit WaFbcHighMemBwCorruptionAvoidance to skl and bxt
` [Intel-gfx] [PATCH 4/4] drm/i915: Document FBC related w/as more thoroughly
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/4] drm/i915: Move all FBC w/as to .init_clock_gating()

[Intel-gfx] [PATCH 1/2] drm/i915/uc: Extract uc usage details into separate debugfs
 2020-07-08 14:10 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 2/2] drm/i915/huc: Adjust HuC state accordingly after GuC fetch error
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/uc: Extract uc usage details into separate debugfs
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [RFC PATCH i-g-t v2 0/8] tests/core_hotunplug: New subtests and enhancements
 2020-07-08 12:49 UTC  (5+ messages)
` [Intel-gfx] [RFC PATCH i-g-t v2 1/8] tests/core_hotunplug: Duplicate debug messages in dmesg
      ` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PULL] drm-misc-fixes
 2020-07-08 12:10 UTC 

[Intel-gfx] [PATCH v3 00/28] Introduce DG1
 2020-07-08 10:23 UTC  (9+ messages)
` [Intel-gfx] [PATCH v3 06/28] drm/i915/dg1: Add fake PCH
` [Intel-gfx] [PATCH v3 19/28] drm/i915/dg1: Don't program PHY_MISC for PHY-C and PHY-D
` [Intel-gfx] [PATCH v3 20/28] drm/i915/dg1: Update comp master/slave relationships for PHYs
` [Intel-gfx] [PATCH v3 21/28] drm/i915/dg1: Update voltage swing tables for DP

[Intel-gfx] [PATCH v3] drm/i915/hdcp: Update CP as per the kernel internal state
 2020-07-08  9:58 UTC  (6+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/uc: Extract uc usage details into separate debugfs
 2020-07-08  2:10 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/huc: Adjust HuC state accordingly after GuC fetch error
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/uc: Extract uc usage details into separate debugfs
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v3 0/9] Move some device capabilities under intel_gt
 2020-07-08  1:16 UTC  (13+ messages)
` [Intel-gfx] [PATCH v3 1/9] drm/i915: Convert device_info to uncore/de_read
` [Intel-gfx] [PATCH v3 2/9] drm/i915: Use the gt in HAS_ENGINE
` [Intel-gfx] [PATCH v3 3/9] drm/i915: Move engine-related mmio init to engines_init_mmio
` [Intel-gfx] [PATCH v3 4/9] drm/i915: Move the engine mask to intel_gt_info
` [Intel-gfx] [PATCH v3 5/9] drm/i915: Introduce gt_init_mmio
` [Intel-gfx] [PATCH v3 6/9] drm/i915/sseu: Move sseu detection and dump to intel_sseu
` [Intel-gfx] [PATCH v3 7/9] drm/i915/sseu: Move sseu_info under gt_info
` [Intel-gfx] [PATCH v3 8/9] drm/i915: gt-fy sseu debugfs
` [Intel-gfx] [PATCH v3 9/9] drm/i915: Move sseu debugfs under gt/
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Move some device capabilities under intel_gt (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v2] drm/i915/ehl: Add new PCI ids
 2020-07-08  0:49 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/ehl: Add new PCI ids (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v7 0/5] Remaining RKL patches
 2020-07-08  0:43 UTC  (10+ messages)
` [Intel-gfx] [PATCH v7 1/5] drm/i915/rkl: Handle new DPCLKA_CFGCR0 layout
` [Intel-gfx] [PATCH v7 3/5] drm/i915/rkl: Handle HTI
` [Intel-gfx] [PATCH v7 4/5] drm/i915/rkl: Add initial workarounds
` [Intel-gfx] [PATCH v7 5/5] drm/i915/rkl: Add Wa_14011224835 for PHY B initialization

[Intel-gfx] [PATCH 0/2] drm/probe_helper, i915: Validate MST modes against PBN limits
 2020-07-07 23:12 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/mst: filter out the display mode exceed sink's capability

[Intel-gfx] [PATCH] drm/i915/display: Fix initial fb to use resource_size_t
 2020-07-07 22:17 UTC  (10+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Fix initial fb to use resource_size_t (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Fix initial fb to use resource_size_t
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Fix initial fb to use resource_size_t (rev2)

[Intel-gfx] [PATCH] drm/i915/gem: Unpin idle contexts from kswapd reclaim
 2020-07-07 22:03 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 1/3] drm/i915/gt: Replace opencoded i915_gem_object_pin_map()
 2020-07-07 21:29 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Release shortlived maps of longlived objects
` [Intel-gfx] [PATCH 3/3] drm/i915: Remove i915_gem_object_get_dirty_page()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/gt: Replace opencoded i915_gem_object_pin_map()
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v3 00/15] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-07-07 19:41 UTC  (18+ messages)
` [Intel-gfx] [PATCH v3 04/15] pwm: lpss: Add range limit check for the base_unit register value
` [Intel-gfx] [PATCH v3 09/15] pwm: crc: Enable/disable PWM output on enable/disable
` [Intel-gfx] [PATCH v3 11/15] pwm: crc: Implement get_state() method
` [Intel-gfx] [PATCH v3 15/15] drm/i915: panel: Use atomic PWM API for devs with an external PWM controller

[Intel-gfx] [PATCH v3] drm/i915/display: Implement new combo phy initialization step
 2020-07-07 20:23 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Implement new combo phy initialization step (rev3)

[Intel-gfx] Reduce interrupts-off time for execlists submission
 2020-07-07 13:37 UTC  (17+ messages)
` [Intel-gfx] [PATCH 01/12] drm/i915/gt: Decouple completed requests on unwind
` [Intel-gfx] [PATCH 02/12] drm/i915/gt: Check for a completed last request once
` [Intel-gfx] [PATCH 03/12] drm/i915/gt: Replace direct submit with direct call to tasklet
` [Intel-gfx] [PATCH 04/12] drm/i915/gt: Use virtual_engine during execlists_dequeue
` [Intel-gfx] [PATCH 05/12] drm/i915/gt: Decouple inflight virtual engines
` [Intel-gfx] [PATCH 06/12] drm/i915/gt: Defer schedule_out until after the dequeue
` [Intel-gfx] [PATCH 07/12] drm/i915/gt: Resubmit the virtual engine on schedule-out
` [Intel-gfx] [PATCH 08/12] drm/i915/gt: Simplify virtual engine handling for execlists_hold()
` [Intel-gfx] [PATCH 09/12] drm/i915/gt: ce->inflight updates are now serialised
` [Intel-gfx] [PATCH 10/12] drm/i915/gt: Drop atomic for engine->fw_active tracking
` [Intel-gfx] [PATCH 11/12] drm/i915/gt: Extract busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 12/12] drm/i915/gt: Convert stats.active to plain unsigned int
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/12] drm/i915/gt: Decouple completed requests on unwind
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v7 09/36] drm: i915: fix common struct sg_table related issues
 2020-07-07 13:15 UTC  (2+ messages)

[Intel-gfx] [PATCH v1] drm/i915: Fix spelling mistake in i915_reg.h
 2020-07-07 12:49 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Fix spelling mistake in i915_reg.h (rev2)

[Intel-gfx] [PATCH 0/4] drm/i915: FBC fixes
 2020-07-07 12:24 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/fbc: Use the correct plane stride

[Intel-gfx] [PATCH v5 1/2] drm/i915/dp: Helper for checking DDI_BUF_CTL Idle status
 2020-07-07 11:48 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v5,1/2] "

[Intel-gfx] [PATCH 00/23] drm/i915: Use ww locking in execbuf submission
 2020-07-07 11:00 UTC  (6+ messages)
` [Intel-gfx] [PATCH 18/23] drm/i915: Dirty hack to fix selftests locking inversion

[Intel-gfx] [PATCH] drm/i915/gt: Pin the rings before marking active
 2020-07-07  9:35 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Update dma-attributes for our sg DMA
 2020-07-07  9:31 UTC  (2+ messages)

[Intel-gfx] DG1 VRAM question
 2020-07-07  8:36 UTC  (5+ messages)

[Intel-gfx] [PATCH v3 1/2] drm/i915: Initial implementation of PSR2 selective fetch
 2020-07-07  4:03 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/2] drm/i915: Initial implementation of PSR2 selective fetch (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v3,1/2] drm/i915: Initial implementation of PSR2 selective fetch
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v3,1/2] drm/i915: Initial implementation of PSR2 selective fetch (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 0/9] Move some device capabilities under intel_gt
 2020-07-07  1:16 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Move some device capabilities under intel_gt (rev2)

[Intel-gfx] [PATCH v9 0/5] drm/i915 Support for integrated privacy screen
 2020-07-07  0:50 UTC  (4+ messages)
` [Intel-gfx] [PATCH v9 5/5] drm/i915: Enable support "


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