Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-07 00:54:48 to 2018-12-10 14:13:37 UTC [more...]

[PATCH 0/4] mmu notifier debug checks v2
 2018-12-10 14:13 UTC  (10+ messages)
` [PATCH 1/4] mm: Check if mmu notifier callbacks are allowed to fail
` [PATCH 2/4] kernel.h: Add non_block_start/end()
` [PATCH 3/4] mm, notifier: Catch sleeping/blocking for !blockable
` [PATCH 4/4] mm, notifier: Add a lockdep map for invalidate_range_start
` ✗ Fi.CI.CHECKPATCH: warning for mmu notifier debug checks v2
` ✓ Fi.CI.BAT: success "

[PATCH 0/7] legacy helper cleanup
 2018-12-10 13:40 UTC  (16+ messages)
` [PATCH 1/7] drm/ch7006: Stop using drm_crtc_force_disable
` [PATCH 2/7] drm/nouveau: "
` [PATCH 3/7] drm: Unexport drm_crtc_force_disable
  ` [PATCH 4/7] drm: Move the legacy kms disable_all helper to crtc helpers
` [PATCH 5/7] drm/qxl: Don't set the dpms hook
` [PATCH 6/7] drm/xen: "
` [PATCH 7/7] drm: Split out drm_probe_helper.h
` ✗ Fi.CI.CHECKPATCH: warning for legacy helper cleanup
` ✓ Fi.CI.BAT: success "

[PATCH 1/7] drm/i915: Allocate a common scratch page
 2018-12-10 12:00 UTC  (8+ messages)
` [PATCH 5/7] drm/i915: Return immediately if trylock fails for direct-reclaim
` [PATCH 6/7] drm/i915/userptr: Avoid struct_mutex recursion for mmu_invalidate_range_start

[PATCH i-g-t] igt: add timeline test cases
 2018-12-10 10:42 UTC  (2+ messages)

[RFT i-g-t 1/2] tests/gem_shrink: Background, direct and OOM shrinker plus userptr tests
 2018-12-10 10:11 UTC  (2+ messages)
` [RFT i-g-t 2/2] intel-ci: Unblacklist the new tests??

[PATCH 7/7] drm: Split out drm_probe_helper.h
 2018-12-10 10:10 UTC 

[PATCH] drm/dp-mst-helper: Remove hotplug callback
 2018-12-10 10:10 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH v8 00/35] drm/i915: Implement HDCP2.2
 2018-12-10  9:31 UTC  (30+ messages)
` [PATCH v8 03/35] linux/mei: Header for mei_hdcp driver interface
` [PATCH v8 04/35] drm/i915: Initialize HDCP2.2
` [PATCH v8 05/35] drm/i915: MEI interface definition
` [PATCH v8 06/35] drm/i915: Enable and Disable of HDCP2.2
` [PATCH v8 09/35] drm/i915: Implement HDCP2.2 link integrity check
` [PATCH v8 33/35] drm/i915: Fix KBL HDCP2.2 encrypt status signalling

v4.20-rc1: list_del corruption on thinkpad x220
 2018-12-10  8:30 UTC  (10+ messages)
        ` v4.20-rc1: list_del corruption on thinkpad x220, graphics related?
            ` v4.20-rc5+ on x220: Resetting chip for hang on rcs0

[PATCH v3 0/3] Make GEN macros more similar
 2018-12-10  8:27 UTC  (8+ messages)
` [PATCH v3 2/3] drm/i915: replace IS_GEN<N> with IS_GEN(..., N)

[PATCH] drivers/base: use a worker for sysfs unbind
 2018-12-09 23:34 UTC  (13+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drivers/base: use a worker for sysfs unbind (rev2)
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drivers/base: use a worker for sysfs unbind (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 2/3] ACPI / PMIC: Implement exec_mipi_pmic_seq_element for CHT Whiskey Cove PMIC
 2018-12-09 14:34 UTC  (2+ messages)

[PATCH 0/2] HuC Update for BXT
 2018-12-08  3:34 UTC  (5+ messages)
` [PATCH 1/2] drm/i915/huc: Update the HuC version "
` [PATCH 2/2] HAX Enable HuC testing without GuC submission
` ✓ Fi.CI.BAT: success for HuC Update for BXT (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 1/5] drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfers
 2018-12-08  1:05 UTC  (10+ messages)
` [PATCH 2/5] drm/dp/mst: Validate REMOTE_I2C_READ harder
` [PATCH 4/5] drm/dp/mst: Provide defines for ACK vs. NAK reply type
  ` [Intel-gfx] "
` [PATCH 5/5] drm/dp/mst: Provide better debugs for NAK replies
  ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH 1/5] drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfers

[PATCH 01/10] dma-buf: add new dma_fence_chain container v4
 2018-12-08  0:43 UTC  (14+ messages)
` [PATCH 03/10] drm/syncobj: add new drm_syncobj_add_point interface v2
` [PATCH 05/10] drm/syncobj: add timeline payload query ioctl v4
` [PATCH 06/10] drm/syncobj: use the timeline point in drm_syncobj_find_fence v3
` [PATCH 07/10] drm/amdgpu: add timeline support in amdgpu CS v2
  ` [PATCH 02/10] drm/syncobj: remove drm_syncobj_cb and cleanup
  ` [PATCH 04/10] drm/syncobj: add support for timeline point wait v8
  ` [PATCH 08/10] drm/syncobj: add transition iotcls between binary and timeline v2
  ` [PATCH 09/10] drm/syncobj: add timeline signal ioctl for syncobj v2
  ` [PATCH 10/10] drm/amdgpu: update version for timeline syncobj support in amdgpu
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/10] dma-buf: add new dma_fence_chain container v4
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] igt: add timeline test cases v2
 2018-12-07 23:43 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for igt: add timeline test cases (rev3)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Flush GPU relocs harder for gen3
 2018-12-07 23:40 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

linux-firmware PR for BXT HUC
 2018-12-07 22:14 UTC 

[PATCH] drm/i915: Skip the ERR_PTR error state
 2018-12-07 18:55 UTC  (7+ messages)
` [PATCH v3] "
` ✓ Fi.CI.BAT: success for drm/i915: Skip the ERR_PTR error state (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 1/3] drm/i915: Use explicit old crtc state in skl_compute_wm()
 2018-12-07 18:47 UTC  (4+ messages)
` [PATCH 3/3] drm/i915: Remove dead update_wm_pre assignment from SKL wm code

[PATCH] drm/i915/icl: Skip DSI path in DDI vswing programming
 2018-12-07 18:29 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] drm/i915: Clear bogus DMC BIOS/debug power well requests
 2018-12-07 18:20 UTC  (4+ messages)

[PATCH v2] drm/i915/icl: Fix pipe config mismatch warnings
 2018-12-07 18:02 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/icl: Fix pipe config mismatch warnings (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/3] drm/i915: Push EMIT_INVALIDATE at request start to backends
 2018-12-07 17:25 UTC  (10+ messages)
` [PATCH 2/3] drm/i915/ringbuffer: EMIT_INVALIDATE after switch context
` [PATCH 3/3] drm/i915: Pipeline PDP updates for Braswell
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Push EMIT_INVALIDATE at request start to backends
` ✓ Fi.CI.IGT: "

[PATCH v2 1/3] ACPI / PMIC: Add support for executing PMIC MIPI sequence elements
 2018-12-07 17:17 UTC  (7+ messages)
` [PATCH v2 2/3] ACPI / PMIC: Implement exec_mipi_pmic_seq_element for CHT Whiskey Cove PMIC
` [PATCH v2 3/3] drm/i915/intel_dsi_vbt: Add support for PMIC mipi sequences
` ✓ Fi.CI.IGT: success for series starting with [v2,1/3] ACPI / PMIC: Add support for executing PMIC MIPI sequence elements

[PATCH] drm/i915/icl: Fix pipe config mismatch warnings
 2018-12-07 16:24 UTC  (2+ messages)

[PATCH libdrm 1/7] new syncobj extension v3
 2018-12-07 15:56 UTC  (7+ messages)
` [PATCH libdrm 3/7] add timeline wait/query ioctl v2
` [PATCH libdrm 4/7] wrap syncobj timeline query/wait APIs for amdgpu v3
` [PATCH libdrm 5/7] add timeline signal/transfer ioctls v2
  ` [PATCH libdrm 2/7] addr cs chunk for syncobj timeline
  ` [PATCH libdrm 6/7] expose timeline signal/export/import interfaces v2
` [PATCH libdrm 7/7] add syncobj timeline tests v3

[PATCH v6 0/3] Change KVMGT into self loadable module
 2018-12-07 15:07 UTC  (6+ messages)
` [PATCH v6 1/3] drm/i915/gvt: mandatory require hypervisor's host_init
` [PATCH v6 2/3] drm/i915/gvt: remove unused parameter for hypervisor's host_exit call
` [PATCH v6 3/3] drm/i915/gvt: Change KVMGT as self load module
` ✓ Fi.CI.BAT: success for Change KVMGT into self loadable module (rev4)
` ✓ Fi.CI.IGT: "

[RFT i-g-t 1/2] tests/gem_shrink: Background, direct and OOM shrinker plus userptr tests
 2018-12-07 14:13 UTC  (8+ messages)
` [RFT i-g-t 2/2] intel-ci: Unblack list the new tests??

[PATCH i-g-t] igt: add timeline test cases
 2018-12-07 14:12 UTC  (7+ messages)
` ✗ Fi.CI.BAT: failure for igt: add timeline test cases (rev2)

[PATCH 0/2] Use intel_* types more consistently
 2018-12-07 13:47 UTC  (6+ messages)
` [PATCH 1/2] drm/i915: Use intel_ types more consistently for watermark code
` ✗ Fi.CI.CHECKPATCH: warning for Use intel_* types more consistently
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/3] New DDB allocation algorithm
 2018-12-07 13:44 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for New DDB allocation algorithm (rev2)

[PATCH] drm/i915: Compile fix for 64b dma-fence seqno
 2018-12-07 13:20 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915/icl: Forcibly evict stale csb entries
 2018-12-07 12:37 UTC  (3+ messages)

linux-next: build failure after merge of the drm-misc tree
 2018-12-07 12:37 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Compile fix for 64b dma-fence seqno
 2018-12-07 12:36 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PULL] drm-intel-fixes
 2018-12-07 10:43 UTC 

[PATCH v11 00/23] drm/i915/icl: dsi enabling
 2018-12-07  9:05 UTC  (11+ messages)

drm tip conflict in intel_workarounds.c
 2018-12-07  8:49 UTC  (3+ messages)

[PATCH v3 3/3] drm/i915/gvt: Change KVMGT as self load module
 2018-12-07  7:50 UTC  (5+ messages)
` [PATCH v4] "

[PATCH v4 0/4] Enable Y210, Y212, Y216 formats for ICL
 2018-12-07  5:14 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for Enable Y210, Y212, Y216 formats for ICL (rev4)

[PULL] gvt-next for 4.21
 2018-12-07  4:36 UTC 

[PATCH] drm/i915: Fix IGT kms_color/gamma subtest SKIP for GLK
 2018-12-07  1:46 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "


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