Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-22 00:05:03 to 2018-11-27 08:36:59 UTC [more...]

[PATCH v2 0/7] Make GEN macros more similar
 2018-11-27  8:37 UTC  (15+ messages)
` [PATCH v2 3/7] drm/i915: replace IS_GEN<N> with GT_GEN(..., N)

[RFC] drm/i915: rename alpha_support to preliminary_support
 2018-11-27  8:26 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH 0/3] RFC: mmu notifier debug checks
 2018-11-27  7:49 UTC  (25+ messages)
` [PATCH 1/3] mm: Check if mmu notifier callbacks are allowed to fail
    ` [Intel-gfx] "
` [PATCH 2/3] mm, notifier: Catch sleeping/blocking for !blockable
          ` [Intel-gfx] "
` [PATCH 3/3] mm, notifier: Add a lockdep map for invalidate_range_start
` ✗ Fi.CI.CHECKPATCH: warning for RFC: mmu notifier debug checks
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/9] drm/i915: Disable PSR in Apple panels
 2018-11-27  7:05 UTC  (13+ messages)
` [PATCH 2/9] drm/i915/psr: Don't tell sink that main link will be active while is active PSR2
` [PATCH 3/9] drm/i915/psr: Enable sink to trigger a interruption on PSR2 CRC mismatch
` [PATCH 4/9] drm/i915/icl: Do not change reserved registers related to PSR2
` [PATCH 5/9] drm: Add offset of PSR2 SU X granularity value
` [PATCH 6/9] drm/i915/psr: Check if source supports sink specific SU granularity
` [PATCH 7/9] drm/i915/psr: Rename PSR2 macros to better match meaning
` [PATCH 8/9] drm/i915/psr: Set the right frames values
` [PATCH 9/9] drm/i915: Remove old PSR2 FIXME about frontbuffer tracking
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] drm/i915: Disable PSR in Apple panels
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

DMA-API: exceeded 7 overlapping mappings of cacheline
 2018-11-27  4:33 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v2 1/2] drm/i915: Add HAS_DISPLAY() and use it
 2018-11-27  3:26 UTC  (6+ messages)
` [PATCH v2 2/2] drm/i915: Move display device info capabilities to its own struct
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/i915: Add HAS_DISPLAY() and use it
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v5 0/5] drm: Add shmem GEM library
 2018-11-27  0:36 UTC  (3+ messages)
` [PATCH v5 4/5] drm: Add library for shmem backed GEM objects

[PATCH v2 00/13] drm/i915: Program SKL+ watermarks/ddb more carefully
 2018-11-26 23:38 UTC  (9+ messages)
` [PATCH v2 11/13] drm/i915: Commit skl+ planes in an order that avoids ddb overlaps
` [PATCH v2 12/13] drm/i915: Rename the confusing 'plane_id' to 'color_plane'
` [PATCH v2 13/13] drm/i915: Pass the plane to icl_program_input_csc_coeff()
` ✓ Fi.CI.BAT: success for drm/i915: Program SKL+ watermarks/ddb more carefully (rev8)
` ✓ Fi.CI.IGT: "

[RESEND PATCH v2 0/2] Check MST topology change on resume
 2018-11-26 22:35 UTC  (7+ messages)
` [RESEND PATCH v2 1/2] drm/dp/mst: Reprobe EDID for MST ports "

[PATCH v6 0/6] drm/dp_mst: Improve VCPI helpers, use in nouveau
 2018-11-26 21:36 UTC  (7+ messages)
` [PATCH v6 1/6] drm/dp_mst: Add some atomic state iterator macros
  ` [Nouveau] "
` [PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations

[PATCH RFC 0/5] DRM cgroup controller
 2018-11-26 20:59 UTC  (12+ messages)
` [PATCH RFC 2/5] cgroup: Add mechanism to register vendor specific DRM devices
` [PATCH RFC 4/5] drm/amdgpu: Add accounting of command submission via DRM cgroup

[PATCH i-g-t 1/4] kms_content_protection: Fix log bug on 32-bit platforms
 2018-11-26 20:46 UTC  (4+ messages)
` [PATCH i-g-t 4/4] igt/v3d_*: Add new tests for the V3D UABI

[PATCH] drm/i915/ringbuffer: 2-step restart
 2018-11-26 17:24 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Skip engine serialisation for no-op seqno reset
 2018-11-26 16:25 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH v2 1/2] drm/i915/guc: fix GuC suspend/resume
 2018-11-26 14:51 UTC  (2+ messages)

[PATCH 01/25] RFT drm/i915/execlists: Flush memory before signaling ELSQ
 2018-11-26 14:10 UTC  (12+ messages)
` [PATCH 06/25] drm/i915: Always try to reset the GPU on takeover
` [PATCH 07/25] drm/i915: Cache the error string
` [PATCH 08/25] drm/i915: Report the number of closed vma held by each context in debugfs
` [PATCH 09/25] drm/i915: Remove debugfs/i915_ppgtt_info
` [PATCH 20/25] drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex

[PATCH 1/2] drm/i915: Hook into the reboot notifier to cancel outstanding GPU operations
 2018-11-26 12:55 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Disable active links before rebooting
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Hook into the reboot notifier to cancel outstanding GPU operations
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts"
 2018-11-26 12:19 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Make CHICKEN_TRANS reg not depend on enum value
 2018-11-26 10:14 UTC  (8+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Make CHICKEN_TRANS reg not depend on enum value (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PULL] gvt-fixes for 4.20-rc5
 2018-11-26 10:14 UTC  (2+ messages)

[PATCH] drm/i915/cnl: Fix the formulae for register offsets
 2018-11-26  9:10 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[RFC PATCH v2 0/2] GVT device model split
 2018-11-26  6:23 UTC  (4+ messages)
` [RFC PATCH v2 1/2] drm/i915: Export current required functions for GVT
` [RFC PATCH v2 2/2] drm/i915: Move GVT device model into separate module
` ✗ Fi.CI.BAT: failure for GVT device model split

linux-next: manual merge of the etnaviv tree with the drm-misc tree
 2018-11-26  2:58 UTC 

linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2018-11-26  2:37 UTC 

[PATCH 0/6] Remove all bad dp_mst_port uses and hide struct def
 2018-11-24 15:55 UTC  (2+ messages)

v4.20-rc1: list_del corruption on thinkpad x220
 2018-11-24 15:23 UTC  (5+ messages)

dad4f140ed ("Merge branch 'xarray' of .."): Mem-Info:
 2018-11-24  9:04 UTC  (3+ messages)

[CI] drm/i915: Cache the error string
 2018-11-23 15:52 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915: Cache the error string (rev6)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 01/13] locking/lockdep: restore cross-release checks
 2018-11-23 14:12 UTC  (9+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [01/13] locking/lockdep: restore cross-release checks (rev4)
` ✗ Fi.CI.BAT: failure for series starting with [01/13] locking/lockdep: restore cross-release checks (rev5)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/13] locking/lockdep: restore cross-release checks (rev6)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/13] locking/lockdep: restore cross-release checks (rev7)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH] HAX FOR CI: Enable cross-release
 2018-11-23 13:24 UTC  (5+ messages)

[PATCH] drm/i915/backlight: Fix backlight takeover on LPT
 2018-11-23 12:33 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Check MI_STORE_DWORD_IMM coherency
 2018-11-23 11:05 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PULL] drm-intel-next
 2018-11-23  9:40 UTC 

[PATCH] drm/i915/gvt: Use after free in intel_vgpu_destroy_ggtt_mm()
 2018-11-23  8:58 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

linux-next: manual merge of the drm-misc tree with the drm tree
 2018-11-23  0:13 UTC 

[PATCH v5 1/6] drm/i915: Avoid a full port detection in the first eDP short pulse
 2018-11-22 22:03 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v5,1/6] "

[PATCH 1/3] drm/i915/selftests: Flush the test object on creation
 2018-11-22 22:02 UTC  (18+ messages)
` [PATCH 2/3] drm/i915/selftests: Check MI_STORE_DWORD_IMM coherency
  ` [PATCH v2] "
  ` [PATCH v3] "
  ` [PATCH v4] "
` [PATCH 3/3] drm/i915: Avoid using MI_STORE_DWORD_IMM on vecs
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/selftests: Flush the test object on creation
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/selftests: Flush the test object on creation (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/selftests: Flush the test object on creation (rev3)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/selftests: Flush the test object on creation (rev4)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH 1/2] drm/atomic-helper: Complete fake_commit->flip_done potentially earlier
 2018-11-22 20:45 UTC  (5+ messages)
` [PATCH 2/2] drm/atomic-helper: WARN if fake_commit->hw_done is not completed as expected
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/atomic-helper: Complete fake_commit->flip_done potentially earlier
` ✓ Fi.CI.IGT: "

[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
 2018-11-22 20:01 UTC  (2+ messages)

Updated drm-intel-testing
 2018-11-22 15:31 UTC 

[PATCH 0/2] [i915] Getting rid of GUP and use HMM for user ptr features
 2018-11-22 14:31 UTC  (4+ messages)
` [PATCH 2/2] gpu/i915: use HMM mirror for userptr buffer object

[bug report] i915/dp/fec: Cache the FEC_CAPABLE DPCD register
 2018-11-22 12:52 UTC 

[PATCH 1/3] drm/i915/selftests: Flush the test object on creation
 2018-11-22 12:48 UTC  (7+ messages)
` [PATCH 2/3] drm/i915/selftests: Check MI_STORE_DWORD_IMM coherency
` [PATCH 3/3] drm/i915: Avoid using MI_STORE_DWORD_IMM on vecs
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/selftests: Flush the test object on creation
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PULL] drm-intel-fixes
 2018-11-22 12:05 UTC 

[PATCH] drm/i915: Synchronize hpd work in i915_hpd_storm_ctl_show()
 2018-11-22 10:40 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] drm/i915: avoid rebuilding i915_gpu_error.o on version string updates
 2018-11-22 10:05 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH 00/15] drm/i915: Fix TV encoder support
 2018-11-22  8:53 UTC  (9+ messages)
` [PATCH 01/15] drm/vblank: Allow dynamic per-crtc max_vblank_count

[PATCH] drm/i915: Release power well if load DMC failed
 2018-11-22  4:49 UTC  (7+ messages)

[PATCH] drm/i915: Show waiter's status on engine dump
 2018-11-22  1:12 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Show waiter's status on engine dump (rev2)

[PATCH 1/3] drm/i915: Add HAS_DISPLAY() and use it
 2018-11-22  0:20 UTC  (2+ messages)

[PATCH 1/2] drm/i915: allow to load DMC firmware on next gen
 2018-11-22  0:14 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Downgrade unknown CSR firmware warnings


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