Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-16 12:37:04 to 2019-01-17 16:51:36 UTC [more...]

Swapping a single global interrupt handler for a herd
 2019-01-17 16:51 UTC  (34+ messages)
` [PATCH 01/23] drm/i915: Make all GPU resets atomic
` [PATCH 02/23] drm/i915/guc: Disable global reset
` [PATCH 03/23] drm/i915: Remove GPU reset dependence on struct_mutex
` [PATCH 04/23] drm/i915/selftests: Trim struct_mutex duration for set-wedged selftest
` [PATCH 05/23] drm/i915: Issue engine resets onto idle engines
` [PATCH 06/23] drm/i915: Stop tracking MRU activity on VMA
` [PATCH 07/23] drm/i915: Pull VM lists under the VM mutex
` [PATCH 08/23] drm/i915: Move vma lookup to its own lock
` [PATCH 09/23] drm/i915: Use b->irq_enable() as predicate for mock engine
` [PATCH 10/23] drm/i915/selftests: Allocate mock ring/timeline per context
` [PATCH 11/23] drm/i915/selftests: Make evict tolerant of foreign objects
` [PATCH 12/23] drm/i915: Always allocate an object/vma for the HWSP
` [PATCH 13/23] drm/i915: Move list of timelines under its own lock
` [PATCH 14/23] drm/i915: Introduce concept of per-timeline (context) HWSP
` [PATCH 15/23] drm/i915: Enlarge vma->pin_count
` [PATCH 16/23] drm/i915: Allocate a status page for each timeline
` [PATCH 17/23] drm/i915: Share per-timeline HWSP using a slab suballocator
` [PATCH 18/23] drm/i915: Keep all partially allocated HWSP on a freelist
` [PATCH 19/23] drm/i915: Track the context's seqno in its own timeline HWSP
` [PATCH 20/23] drm/i915: Identify active requests
` [PATCH 21/23] drm/i915: Remove the intel_engine_notify tracepoint
` [PATCH 22/23] drm/i915: Replace global breadcrumbs with per-context interrupt tracking
` [PATCH 23/23] drm/i915: Drop fake breadcrumb irq
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/23] drm/i915: Make all GPU resets atomic
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm: Split out drm_probe_helper.h
 2019-01-17 16:45 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for drm: Split out drm_probe_helper.h (rev3)

[PATCH 00/13] Enable/disable gamma/csc dynamically and fix C8
 2019-01-17 16:34 UTC  (42+ messages)
` [PATCH 01/13] drm/i915: Clean up intel_plane_atomic_check_with_state()
` [PATCH 02/13] drm/i915: Split the gamma/csc enable bits from the plane_ctl() function
` [PATCH 03/13] drm/i915: Precompute gamma_mode
` [PATCH 04/13] drm/i915: Constify the state arguments to the color management stuff
` [PATCH 05/13] drm/i915: Pull GAMMA_MODE write out from haswell_load_luts()
` [PATCH 06/13] drm/i915: Split color mgmt based on single vs. double buffered registers
` [PATCH 07/13] drm/i915: Move LUT programming to happen after vblank waits
` [PATCH 08/13] drm/i915: Populate gamma_mode for all platforms
` [PATCH 09/13] drm/i915: Track pipe gamma enable/disable in crtc state
` [PATCH 10/13] drm/i915: Track pipe csc enable "
` [PATCH 11/13] drm/i915: Turn off pipe gamma when it's not needed
` [PATCH 12/13] drm/i915: Turn off pipe CSC "
` [PATCH 13/13] drm/i915: Disable pipe gamma when C8 pixel format is used

[PATCH 01/46] drm/i915: Return immediately if trylock fails for direct-reclaim
 2019-01-17 16:23 UTC  (15+ messages)
` [PATCH 31/46] drm/i915: Stop tracking MRU activity on VMA
` [PATCH 32/46] drm/i915: Pull VM lists under the VM mutex
` [PATCH 43/46] drm/i915: Allocate a status page for each timeline

[PATCH 1/4] drm/i915/vbt: Add 'tp4' to varibles holding TP2/3/4 PSR wakeup time
 2019-01-17 16:16 UTC  (8+ messages)
` [PATCH 2/4] drm/i915/psr: Store VBT TP wakeup times into a enum
` [PATCH 3/4] drm/i915/vbt: Parse and use the new field with PSR2 TP2/3/4 wakeup time
` [PATCH 4/4] drm/i915/psr: Add HBR3 support
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915/vbt: Add 'tp4' to varibles holding TP2/3/4 PSR wakeup time
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 3/3] drm/i915/icl: Work around broken VBTs for port F detection
 2019-01-17 16:09 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] drm/i915: Limit the for_each_set_bit() to the valid range
 2019-01-17 15:13 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Fix wakeref cookie handling in debugfs/i915_forcewake_user
 2019-01-17 14:51 UTC  (2+ messages)

Mika's reward
 2019-01-17 14:24 UTC  (13+ messages)
` [PATCH 1/8] drm/i915: Serialise concurrent calls to i915_gem_set_wedged()
` [PATCH 3/8] drm/i915: Pull all the reset functionality together into i915_reset.c
` [PATCH 4/8] drm/i915: Make all GPU resets atomic
` [PATCH 5/8] drm/i915/guc: Disable global reset

[v6 0/6] Add support for Gen 11 pipe color features
 2019-01-17 13:31 UTC  (10+ messages)
` [v6 1/6] drm/i915: Sanitize crtc gamma and csc mode
` [v6 2/6] drm/i915/glk: Fix degamma lut programming
` [v6 3/6] drm/i915/icl: Add icl pipe degamma and gamma support
` [v6 4/6] drm/i915/icl: Enable ICL Pipe CSC block
` [v6 5/6] drm/i915/icl: Enable pipe output csc
` [v6 6/6] drm/i915/icl: Add degamma and gamma lut size to gen11 caps
` ✗ Fi.CI.CHECKPATCH: warning for Add support for Gen 11 pipe color features (rev6)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 0/4] drm/i915: introduce macros to define register contents
 2019-01-17 13:13 UTC  (12+ messages)
` [PATCH v2 1/4] drm/i915/dp: remove PANEL_POWER_OFF macro and its use
` [PATCH v2 2/4] drm/i915: introduce _BIT() and _MASK() to define register contents
` [PATCH v2 3/4] drm/i915: deprecate _SHIFT in favor of FIELD_GET() and _MASK
` [PATCH v2 4/4] drm/i915: introduce _FIELD() to define register field values
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: introduce macros to define register contents (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH i-g-t] i915/gem_exec_nop: poll-sequential requires ordering between rings
 2019-01-17 12:19 UTC 

[PATCH 0/7] drm/i915/perf: add OA interrupt support
 2019-01-17 11:43 UTC  (24+ messages)
` [PATCH 1/7] drm/i915/perf: rework aging tail workaround
` [PATCH 2/7] drm/i915/perf: reset pollin when perf stream is enabled
` [PATCH 3/7] drm/i915/perf: only append status when data is available
` [PATCH 4/7] drm/i915/perf: add new open param to configure polling of OA buffer
` [PATCH 5/7] drm/i915: handle interrupts from the OA unit
` [PATCH 6/7] drm/i915/perf: add interrupt enabling parameter
` [PATCH 7/7] drm/i915/perf: add flushing ioctl
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: add OA interrupt support (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PULL] drm-misc-fixes
 2019-01-17 11:06 UTC 

[PATCH i-g-t 0/4] Per context dynamic (sub)slice power-gating
 2019-01-17 11:01 UTC  (5+ messages)
` [PATCH i-g-t 1/4] headers: bump
` [PATCH i-g-t 2/4] tests/gem_ctx_sseu: Dynamic (sub)slice programming tests
` [PATCH i-g-t 3/4] tests/gem_media_vme: Simple test to exercise the VME block
` [PATCH i-g-t 4/4] tests/gem_media_vme: Shut down half of subslices to avoid gpu hang on ICL

[PULL] drm-intel-fixes
 2019-01-17 10:22 UTC 

[PULL] gvt-fixes for 5.0-rc3
 2019-01-17 10:16 UTC  (2+ messages)

Timing issues between ALSA and i915 drivers
 2019-01-17  9:50 UTC  (5+ messages)
    ` [alsa-devel] "
` ✗ Fi.CI.BAT: failure for "

[PATCH 00/17] drm/i915: switch to kernel fixed size types
 2019-01-17  7:29 UTC  (39+ messages)
` [PATCH 01/17] drm/i915: small isolated c99 types to kernel types switch
` [PATCH 02/17] drm/i915/crt: switch to kernel types
` [PATCH 03/17] drm/i915/sdvo: "
` [PATCH 04/17] drm/i915/lspcon: "
` [PATCH 05/17] drm/i915/debugfs: "
` [PATCH 06/17] drm/i915/irq: "
` [PATCH 07/17] drm/i915/cdclk: "
` [PATCH 08/17] drm/i915/dpll_mgr: "
` [PATCH 09/17] drm/i915/dp: "
` [PATCH 10/17] drm/i915/sprite: "
` [PATCH 11/17] drm/i915/color: "
` [PATCH 12/17] drm/i915/pm: "
` [PATCH 13/17] drm/i915/ddi: "
` [PATCH 14/17] drm/i915/csr: "
` [PATCH 15/17] drm/i915/display: "
` [PATCH 16/17] drm/i915/i915_drv.h: "
` [PATCH 17/17] drm/i915/intel_drv.h: "
` ✓ Fi.CI.IGT: success for drm/i915: switch to kernel fixed size types

linux-next: manual merge of the drm-intel tree with the drm tree
 2019-01-17  1:59 UTC 

[CI] drm/i915: Pull all the reset functionality together into i915_reset.c
 2019-01-17  1:26 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v3 1/4] drm/i915/psr: Allow PSR2 to be enabled when debugfs asks
 2019-01-16 22:37 UTC  (3+ messages)
` [PATCH v3 4/4] drm/i915/debugfs: Print PSR selective update status register values

linux-next: Fixes tag needs some work in the drm-misc tree
 2019-01-16 21:45 UTC  (2+ messages)

[PULL] drm-misc-next
 2019-01-16 20:04 UTC 

Gen8+ engine-reset
 2019-01-16 17:59 UTC  (13+ messages)
` drm/i915: Watchdog timeout: IRQ handler for gen8+

[v5 0/6] Add support for Gen 11 pipe color features
 2019-01-16 15:57 UTC  (10+ messages)
` [v5 4/6] drm/i915/icl: Add icl pipe degamma and gamma support
` [v5 5/6] drm/i915/icl: Enable ICL Pipe CSC block
` [v5 6/6] drm/i915/icl: Add degamma and gamma lut size to gen11 caps

[PATCH] drm: Split out drm_probe_helper.h
 2019-01-16 15:24 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm: Split out drm_probe_helper.h (rev2)
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] [PATCH] drm: Split out drm_probe_helper.h

[PATCH i-g-t 1/3] i915/gem_userptr_blits: Only mlock the memfd once, not the arena
 2019-01-16 14:49 UTC  (7+ messages)
` [PATCH i-g-t 2/3] i915/gem_cpu_reloc: Use a self-modifying chained batch
` [PATCH i-g-t 3/3] igt/drv_missed_irq: Skip if the kernel reports no rings available to test

[PATCH i-g-t] drm/drm_import_export: Replace imprecise loop-bound with timeout
 2019-01-16 13:56 UTC  (2+ messages)

[PATCH] drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSen
 2019-01-16 13:35 UTC  (2+ messages)

[PATCH v2] drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSen
 2019-01-16 13:35 UTC  (2+ messages)

[PATCH] drm/i915/query: Split out query item checks
 2019-01-16 12:37 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/query: Split out query item checks (rev2)


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