Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-08 18:34:46 to 2019-11-11 10:15:41 UTC [more...]

[PATCH] drm/i915/perf: always consider holding preemption a privileged op
 2019-11-11 10:15 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH] drm/i915/pmu: "Frequency" is reported as accumulated cycles
 2019-11-11  9:43 UTC  (10+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "
` ✗ Fi.CI.IGT: failure "
  ` [Intel-gfx] "

[PATCH] drm/i915/perf: Configure OAR controls for specific context
 2019-11-11  9:38 UTC  (8+ messages)
    ` [Intel-gfx] "
` ✓ Fi.CI.IGT: success for drm/i915/perf: Configure OAR controls for specific context (rev2)
  ` [Intel-gfx] "

[PATCH] drm/i915/execlists: Move reset_active() from schedule-out to schedule-in
 2019-11-11  8:20 UTC  (6+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "
` ✓ Fi.CI.IGT: "
  ` [Intel-gfx] "

[PATCH] drm/i915/gen9: Add missing 10bpc formats
 2019-11-11  4:32 UTC  (4+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for "
  ` [Intel-gfx] "

[PATCH] drm/i915: do not warn late about hdmi on port A
 2019-11-10 19:57 UTC  (6+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "
` ✗ Fi.CI.IGT: failure "
  ` [Intel-gfx] "

[PATCH 01/25] drm/i915: Protect context while grabbing its name for the request
 2019-11-10 19:40 UTC  (54+ messages)
` [Intel-gfx] "
` [PATCH 02/25] drm/i915/gem: Embed context/timeline name inside the GEM context
  ` [Intel-gfx] "
` [PATCH 03/25] drm/i915/gem: Update context name on closing
  ` [Intel-gfx] "
` [PATCH 04/25] drm/i915/execlists: Move reset_active() from schedule-out to schedule-in
  ` [Intel-gfx] "
` [PATCH 05/25] drm/i915/pmu: "Frequency" is reported as accumulated cycles
  ` [Intel-gfx] "
` [PATCH 06/25] drm/i915/userptr: Handle unlocked gup retries
  ` [Intel-gfx] "
` [PATCH 07/25] drm/i915: Cancel context if it hangs after it is closed
  ` [Intel-gfx] "
` [PATCH 08/25] drm/i915: Show guilty context name on GPU reset
  ` [Intel-gfx] "
` [PATCH 09/25] drm/i915/icl: Refine PG_HYSTERESIS
  ` [Intel-gfx] "
` [PATCH 10/25] drm/i915/execlists: Reduce barrier on context switch to a wmb()
  ` [Intel-gfx] "
` [PATCH 11/25] drm/i915/gem: Silence sparse for RCU protection inside the constructor
  ` [Intel-gfx] "
` [PATCH 12/25] drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
  ` [Intel-gfx] "
` [PATCH 13/25] drm/i915: Taint the kernel on dumping the GEM ftrace buffer
  ` [Intel-gfx] "
` [PATCH 14/25] drm/i915/selftests: Exercise parallel blit operations on a single ctx
  ` [Intel-gfx] "
` [PATCH 15/25] drm/i915/selftests: Perform some basic cycle counting of MI ops
  ` [Intel-gfx] "
` [PATCH 16/25] drm/i915/selftests: Mock the engine sorting for easy validation
  ` [Intel-gfx] "
` [PATCH 17/25] drm/i915/selftests: Fill all the drm_vma_manager holes
  ` [Intel-gfx] "
` [PATCH 18/25] Revert "drm/i915: use a separate context for gpu relocs"
  ` [Intel-gfx] "
` [PATCH 19/25] drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
  ` [Intel-gfx] "
` [PATCH 20/25] drm/i915: Drop GEM context as a direct link from i915_request
  ` [Intel-gfx] "
` [PATCH 21/25] drm/i915: Push the use-semaphore marker onto the intel_context
  ` [Intel-gfx] "
` [PATCH 22/25] drm/i915: Remove i915->kernel_context
  ` [Intel-gfx] "
` [PATCH 23/25] drm/i915: Move i915_gem_init_contexts() earlier
  ` [Intel-gfx] "
` [PATCH 24/25] drm/i915/uc: Use an internal buffer for firmware images
  ` [Intel-gfx] "
` [PATCH 25/25] drm/i915/gt: Pull GT initialisation under intel_gt_init()
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/25] drm/i915: Protect context while grabbing its name for the request
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH 1/3] drm/i915/bios: rename bios to oprom when mapping pci rom
 2019-11-10 18:59 UTC  (10+ messages)
` [Intel-gfx] "
` [PATCH 2/3] drm/i915/bios: make sure to check vbt size
  ` [Intel-gfx] "
` [PATCH 3/3] drm/i915/bios: do not discard address space
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/bios: rename bios to oprom when mapping pci rom
  ` [Intel-gfx] "
` ✓ Fi.CI.IGT: "
  ` [Intel-gfx] "

[PATCH] drm/i915/userptr: Track gup locked track
 2019-11-10 17:00 UTC  (6+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "
` ✗ Fi.CI.IGT: failure "
  ` [Intel-gfx] "

[PATCH 1/4] drm/i915/opregion: fix leaking fw on error path
 2019-11-10 16:57 UTC  (18+ messages)
` [PATCH 4/4] drm/i915/bios: do not discard address space
        ` [Intel-gfx] "
  ` [RFC PATCH] drm/i915/bios: find_vbt() can be static
    ` [Intel-gfx] "
` ✓ Fi.CI.IGT: success for series starting with [1/4] drm/i915/opregion: fix leaking fw on error path
  ` [Intel-gfx] "

[PATCH] drm/i915: Show guilty context name on GPU reset
 2019-11-10 15:59 UTC  (6+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "
` ✓ Fi.CI.IGT: "
  ` [Intel-gfx] "

[PATCH 0/9] drm/i915/dsi: enable DSC
 2019-11-10 13:12 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "
` ✓ Fi.CI.IGT: "
  ` [Intel-gfx] "

[PATCH 00/12] drm/i915: Gamma cleanups
 2019-11-10 12:13 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Gamma cleanups (rev2)
  ` [Intel-gfx] "

[PATCH v6] drm/i915: Enable second dbuf slice for ICL and TGL
 2019-11-10 11:13 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Enable second dbuf slice for ICL and TGL (rev3)
  ` [Intel-gfx] "

[PATCH 1/2] drm/i915/guc: Add GuC method to determine if submission is active
 2019-11-10 11:10 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH i-g-t] tools: Add a simple rapl wrapper
 2019-11-10 10:13 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for "
  ` [Intel-gfx] "

[CI 1/2] drm/i915/pmu: Cheat when reading the actual frequency to avoid fw
 2019-11-09 22:20 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [CI,1/2] "
  ` [Intel-gfx] "

[PATCH] drm/i915/gem: Embed context/timeline name inside the GEM context
 2019-11-09 21:47 UTC  (4+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for "
  ` [Intel-gfx] "

[PATCH] drm/i915: Cancel context if it hangs after it is closed
 2019-11-09 21:13 UTC  (4+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "

[PATCH] drm/i915: Protect context while grabbing its name for the request
 2019-11-09 20:49 UTC  (4+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "

[PATCH v2] drm/i915: make more headers self-contained
 2019-11-09 20:33 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH 1/4] drm/i915/icl: Refine PG_HYSTERESIS
 2019-11-09 18:48 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/4] "
  ` [Intel-gfx] "

[PATCH i-g-t] i915/gem_blits: Use common igt_fls()
 2019-11-09 15:10 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Taint the kernel on dumping the GEM ftrace buffer
 2019-11-09 14:33 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915/selftests: Mark up sole accessor to ctx->vm as being protected
 2019-11-09 11:40 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for "
  ` [Intel-gfx] "

[PATCH 1/3] drm/i915/display: Fix TRANS_DDI_MST_TRANSPORT_SELECT definition
 2019-11-09 10:47 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/3] "
  ` [Intel-gfx] "

[PATCH] drm/i915/selftests: Complete transition to a real struct file mock
 2019-11-09  9:48 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH] drm/i915: Don't test plane stride with !INTEL_DISPLAY_ENABLED
 2019-11-09  8:01 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for "
  ` [Intel-gfx] "

[PATCH] drm/i915: Split a setting of MSA to MST and SST
 2019-11-09  5:16 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: Split a setting of MSA to MST and SST (rev3)
  ` [Intel-gfx] "

[CI 1/5] drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate Kconfig
 2019-11-09  4:25 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [CI,1/5] "
  ` [Intel-gfx] "

[PATCH] drm/i915: Expand documentation for gen12 DP pre-enable sequence
 2019-11-09  3:27 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH v2 1/2] drm/i915/bios: store child devices in a list
 2019-11-09  2:41 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v2,1/2] "
  ` [Intel-gfx] "

[PATCH v10 0/2] Refactor Gen11+ SAGV support
 2019-11-09  1:49 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for Refactor Gen11+ SAGV support (rev10)
  ` [Intel-gfx] "

[PATCH v2] drm/fbdev: Fallback to non tiled mode if all tiles not present
 2019-11-09  1:31 UTC  (4+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for drm/fbdev: Fallback to non tiled mode if all tiles not present (rev2)
  ` [Intel-gfx] "

[PATCH V11 0/6] mdev based hardware virtio offloading support
 2019-11-09  0:07 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH i-g-t] i915/gem_exec_schedule: Beware priority inversion from iova faults
 2019-11-08 22:30 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH i-g-t 1/3] i915/gem_exec_schedule: Split pi-ringfull into two tests
 2019-11-08 21:22 UTC  (10+ messages)
` [Intel-gfx] "
` [PATCH i-g-t 2/3] i915/gem_userptr_blits: Exercise userptr + userfaultfd
  ` [Intel-gfx] "
` [PATCH i-g-t 3/3] i915/gem_exec_scheduler: Exercise priority inversion from resource contention
  ` [Intel-gfx] "
  ` [igt-dev] "
    ` [Intel-gfx] "

[PATCH] drm/i915/gem: Silence sparse for RCU protection inside the constructor
 2019-11-08 20:28 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "
  ` [Intel-gfx] "

[PATCH i-g-t] i915/gem_exec_schedule: Split pi-ringfull into two tests
 2019-11-08 18:34 UTC  (2+ messages)
` [Intel-gfx] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox