Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-25 16:14:24 to 2019-01-28 21:36:22 UTC [more...]

[PATCH v2 0/3] drm/i915: MST and wakeref leak fixes
 2019-01-28 21:36 UTC  (6+ messages)
` [PATCH v2 1/3] drm/i915: Block fbdev HPD processing during suspend
` [PATCH v2 2/3] drm/i915: Don't send MST hotplugs during resume
` [PATCH v2 3/3] drm/i915: Don't send hotplug in intel_dp_check_mst_status()
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: MST and wakeref leak fixes
` ✓ Fi.CI.BAT: success "

[v6 0/6] Add support for Gen 11 pipe color features
 2019-01-28 21:34 UTC  (3+ messages)
` [v6 2/6] drm/i915/glk: Fix degamma lut programming

[PATCH v5 0/5] drm: Add shmem GEM library
 2019-01-28 21:22 UTC  (12+ messages)
` [PATCH v5 4/5] drm: Add library for shmem backed GEM objects
    ` [Intel-gfx] "

[PATCH] drm/i915/icl: Add TypeC ports only if VBT is present
 2019-01-28 20:29 UTC  (10+ messages)
` ✗ Fi.CI.BAT: failure for "
` [PATCH v2] "
` ✗ Fi.CI.BAT: failure for drm/i915/icl: Add TypeC ports only if VBT is present (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[CI 1/5] drm/i915: Stop tracking MRU activity on VMA
 2019-01-28 20:12 UTC  (8+ messages)
` [CI 2/5] drm/i915: Pull VM lists under the VM mutex
` [CI 3/5] drm/i915: Move vma lookup to its own lock
` [CI 4/5] drm/i915: Always allocate an object/vma for the HWSP
` [CI 5/5] drm/i915: Move list of timelines under its own lock
` ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/5] drm/i915: Stop tracking MRU activity on VMA
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Apply LUT validation checks to platforms more accurately
 2019-01-28 20:05 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[CI 1/6] drm/i915: Introduce concept of per-timeline (context) HWSP
 2019-01-28 19:17 UTC  (9+ messages)
` [CI 2/6] drm/i915: Enlarge vma->pin_count
` [CI 3/6] drm/i915: Allocate a status page for each timeline
` [CI 4/6] drm/i915: Share per-timeline HWSP using a slab suballocator
` [CI 5/6] drm/i915: Track the context's seqno in its own timeline HWSP
` [CI 6/6] drm/i915: Track active timelines
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/6] drm/i915: Introduce concept of per-timeline (context) HWSP
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH v2 0/4] icl: Misc PLL patches
 2019-01-28 18:30 UTC  (8+ messages)
` [PATCH v2 1/4] drm/i915/icl: use tc_port in MG_PLL macros
` [PATCH v2 2/4] drm/i915: always return something on DDI clock selection
` [PATCH v2 3/4] drm/i915/icl: remove dpll from clk_sel
` [PATCH v2 4/4] drm/i915/icl: keep track of unused pll while looping
` ✓ Fi.CI.BAT: success for icl: Misc PLL patches (rev2)
` ✗ Fi.CI.IGT: failure "
` ✓ Fi.CI.BAT: success for icl: Misc PLL patches (rev3)

[PULL] drm-intel-next
 2019-01-28 18:10 UTC 

[CI 1/6] drm/i915: Introduce concept of per-timeline (context) HWSP
 2019-01-28 17:54 UTC  (7+ messages)
` [CI 2/6] drm/i915: Enlarge vma->pin_count
` [CI 3/6] drm/i915: Allocate a status page for each timeline
` [CI 4/6] drm/i915: Share per-timeline HWSP using a slab suballocator
` [CI 5/6] drm/i915: Track the context's seqno in its own timeline HWSP
` [CI 6/6] drm/i915: Track active timelines
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/6] drm/i915: Introduce concept of per-timeline (context) HWSP

[PATCH 01/28] drm/i915: Wait for a moment before forcibly resetting the device
 2019-01-28 16:24 UTC  (39+ messages)
` [PATCH 02/28] drm/i915: Rename execlists->queue_priority to preempt_priority_hint
` [PATCH 03/28] drm/i915/execlists: Suppress preempting self
` [PATCH 04/28] drm/i915/execlists: Suppress redundant preemption
` [PATCH 05/28] drm/i915/selftests: Exercise some AB...BA preemption chains
` [PATCH 06/28] drm/i915: Stop tracking MRU activity on VMA
` [PATCH 07/28] drm/i915: Pull VM lists under the VM mutex
` [PATCH 08/28] drm/i915: Move vma lookup to its own lock
` [PATCH 09/28] drm/i915: Always allocate an object/vma for the HWSP
` [PATCH 10/28] drm/i915: Add timeline barrier support
` [PATCH 11/28] drm/i915: Move list of timelines under its own lock
` [PATCH 12/28] drm/i915: Introduce concept of per-timeline (context) HWSP
` [PATCH 13/28] drm/i915: Enlarge vma->pin_count
` [PATCH 14/28] drm/i915: Allocate a status page for each timeline
` [PATCH 15/28] drm/i915: Share per-timeline HWSP using a slab suballocator
` [PATCH 16/28] drm/i915: Track the context's seqno in its own timeline HWSP
` [PATCH 17/28] drm/i915: Track active timelines
` [PATCH 18/28] drm/i915: Identify active requests
` [PATCH 19/28] drm/i915: Remove the intel_engine_notify tracepoint
` [PATCH 20/28] drm/i915: Replace global breadcrumbs with per-context interrupt tracking
` [PATCH 21/28] drm/i915: Drop fake breadcrumb irq
` [PATCH 22/28] drm/i915: Generalise GPU activity tracking
  ` [PATCH] drm/i915: Allocate active tracking nodes from a slabcache
` [PATCH 23/28] "
` [PATCH 24/28] drm/i915: Pull i915_gem_active into the i915_active family
` [PATCH 25/28] drm/i915: Keep timeline HWSP allocated until the system is idle
` [PATCH 26/28] drm/i915/execlists: Refactor out can_merge_rq()
` [PATCH 27/28] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
` [PATCH 28/28] drm/i915: Prioritise non-busywait semaphore workloads
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/28] drm/i915: Wait for a moment before forcibly resetting the device
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/2] drm/i915/tv: Fix return value for intel_tv_compute_config()
 2019-01-28 14:01 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/tv: Use the scanline counter for timestamps on i965gm TV output
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/tv: Fix return value for intel_tv_compute_config()
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSen
 2019-01-28 14:01 UTC  (4+ messages)
` [PATCH v2] "
    ` [Intel-gfx] "

[PATCH i-g-t] i915/gem_workarounds: Require GPU resets
 2019-01-28 13:47 UTC  (8+ messages)

[PATCH] drm/i915: Don't send MST hotplugs until after resume
 2019-01-28 12:44 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "
` ✓ Fi.CI.BAT: success for drm/i915: Don't send MST hotplugs until after resume (rev2)
` ✗ Fi.CI.IGT: failure "
` [Intel-gfx] [PATCH] drm/i915: Don't send MST hotplugs until after resume

[PATCH 00/26] some cleanups, mostly around fbdev emulation
 2019-01-28 11:47 UTC  (11+ messages)
` [PATCH 03/26] drm/irq: Ditch DRIVER_IRQ_SHARED
    ` [Intel-gfx] "
` [PATCH 06/26] drm/fb_helper: set info->par in fill_info()
` [PATCH 21/26] drm/rockchip: Use drm_fb_helper_fill_info

[PATCH v6 0/5] drm: minimize drmP.h dependencies
 2019-01-28 11:41 UTC  (8+ messages)
` [PATCH v6 1/5] staging/vboxvideo: prepare for drmP.h removal from drm_modeset_helper.h
` [PATCH v6 2/5] drm/i915: "
` [PATCH v6 3/5] drm/rcar-du: "
` [PATCH v6 4/5] drm: "
` [PATCH v6 5/5] drm: remove drmP.h "
` ✗ Fi.CI.BAT: failure for drm: minimize drmP.h dependencies

[PATCH i-g-t] i915/perf_pmu: Check for hangs allowed
 2019-01-28 11:36 UTC  (4+ messages)

[v7 0/2] Add Colorspace connector property interface
 2019-01-28 10:25 UTC  (6+ messages)
` [v7 1/2] drm: Add colorspace connector property
` [v7 2/2] drm/i915: Attach colorspace property and enable modeset
` ✗ Fi.CI.CHECKPATCH: warning for Add Colorspace connector property interface (rev7)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 0/9] skl+ watermark stuff
 2019-01-28  8:43 UTC  (7+ messages)
` [PATCH 1/9] drm/i915: Don't ignore level 0 lines watermark for glk+
` [PATCH 2/9] drm/i915: Reinstate an early latency==0 check for skl+
` [PATCH 3/9] drm/i915: Fix bits vs. bytes mixup in dbuf block size computation

[PATCH] drm/i915: Don't use the second dbuf slice on icl
 2019-01-28  3:54 UTC  (7+ messages)

[PATCH] drm/i915: Wait for a moment before forcibly resetting the device
 2019-01-28  0:26 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH V3 i-g-t] Skip VBlank tests in modules without VBlank
 2019-01-27 19:38 UTC 

[PATCH i-g-t v2] tests/kms_flip: Add test to check suspend/resume
 2019-01-27 18:00 UTC  (2+ messages)

[PATCH i-g-t] i915/pm_rpm: Check for functional GEM before use
 2019-01-27 13:13 UTC 

[PATCH i-g-t] lib: Skip unused fork helpers
 2019-01-27 12:57 UTC 

[PATCH i-g-t] i915/gem_eio: Check for allow-hang prior to issuing a reset
 2019-01-27 12:49 UTC 

linux-next: Fixes tag needs some work in the drm-misc-fixes tree
 2019-01-27 10:27 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the drm-intel tree
 2019-01-27  3:49 UTC 

[PATCH v2] drm/i915: Disable -Wuninitialized
 2019-01-26 17:09 UTC  (9+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/5] Per context dynamic (sub)slice power-gating
 2019-01-26 10:57 UTC  (7+ messages)
` [PATCH 4/5] drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev20)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/4] drm/i915/psr: Remove PSR2 FIXME
 2019-01-26  6:37 UTC  (8+ messages)
` [PATCH 2/4] drm/i915/psr: Initialize PSR mutex even when sink is not reliable
` [PATCH 3/4] drm/psr: Do not enable PSR when a interlaced mode set for all gens
` [PATCH 4/4] drm/i915/psr: Print why PSR or PSR2 was not enabled in debugfs
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915/psr: Remove PSR2 FIXME
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/3] drm/i915: Rename execlists->queue_priority to preempt_priority_hint
 2019-01-26  2:23 UTC  (7+ messages)
` [PATCH 2/3] drm/i915/execlists: Suppress preempting self
` [PATCH 3/3] drm/i915/execlists: Suppress redundant preemption
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Rename execlists->queue_priority to preempt_priority_hint
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Fix skl srckey mask bits
 2019-01-25 23:30 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v2 1/2] drm/dp/mst: Provide defines for ACK vs. NAK reply type
 2019-01-25 23:13 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/dp/mst: Provide defines for ACK vs. NAK reply type (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2] drm/i915: correct the pitch check for NV12 framebuffer
 2019-01-25 21:34 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/4] drm/i915/dsi: Fix pipe_bpp for handling for 6 bpc pixel-formats
 2019-01-25 21:05 UTC  (3+ messages)
` [PATCH 4/4] drm/i915/dsi: Call drm_connector_cleanup on vlv_dsi_init error exit path

[PATCH 1/3] drm: Add debug prints for the various object lookup errors
 2019-01-25 21:01 UTC  (6+ messages)
` [PATCH 2/3] drm: Sync errno values for property "
` [Intel-gfx] [PATCH 1/3] drm: Add debug prints for the various object "

[PATCH v4 2/2] drm/i915: Validate userspace-provided color management LUT's (v3)
 2019-01-25 20:00 UTC  (3+ messages)
` [PATCH v4 2/2] drm/i915: Validate userspace-provided color management LUT's (v4)

[PATCH] drm/i915: Stop tracking MRU activity on VMA
 2019-01-25 18:20 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[CI 1/5] drm/i915: Make all GPU resets atomic
 2019-01-25 18:14 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [CI,1/5] "

[PATCH 00/15] drm/i915: Fix TV encoder support
 2019-01-25 18:11 UTC  (4+ messages)
` [PATCH 14/15] drm/i915/tv: Fix >1024 modes on gen3
    ` [Intel-gfx] "

[PATCH 3/5] drm/i915: Add timeline barrier support
 2019-01-25 17:06 UTC  (2+ messages)
` [PATCH v4 "


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