Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-14 14:18:33 to 2019-11-15 09:30:46 UTC [more...]

[PATCH 0/8] fb_create drive-through cleanups
 2019-11-15  9:30 UTC  (19+ messages)
` [Intel-gfx] "
` [PATCH 1/8] drm/fb: More paranoia in addfb checks
  ` [Intel-gfx] "
` [PATCH 2/8] drm/atmel: ditch fb_create wrapper
  ` [Intel-gfx] "
` [PATCH 3/8] drm/mediatek: don't open-code drm_gem_fb_create
  ` [Intel-gfx] "
` [PATCH 4/8] drm/rockchip: Use drm_gem_fb_create_with_dirty
  ` [Intel-gfx] "
` [PATCH 5/8] drm/tilcdc: Drop drm_gem_fb_create wrapper
  ` [Intel-gfx] "
` [PATCH 6/8] drm/xen: Simplify fb_create
  ` [Intel-gfx] "
` [PATCH 7/8] drm/hibmc: Use drm_gem_fb_create
  ` [Intel-gfx] "
` [PATCH 8/8] drm/todo: Add entry for fb funcs related cleanups
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for fb_create drive-through cleanups

[PATCH] drm/i915/gt: Track engine round-trip times
 2019-11-15  9:26 UTC  (8+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Track engine round-trip times (rev2)
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

[PATCH] drm/amdgpu/dm: Do not throw an error for a display with no audio
 2019-11-15  9:18 UTC  (14+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for "
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH v2] drm/i915/guc: Properly capture & release GuC interrupts on Gen11+
 2019-11-15  8:39 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH v4 0/2] VBT "generic DTD" block
 2019-11-15  7:45 UTC  (18+ messages)
` [Intel-gfx] "
` [PATCH v4 1/2] drm/i915/vbt: Parse panel options separately from timing data
  ` [Intel-gfx] "
` [PATCH v4 2/2] drm/i915/vbt: Handle generic DTD block
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for VBT "generic DTD" block
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH] drm/i915/selftests: Exercise rc6 handling
 2019-11-15  5:02 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/selftests: Exercise rc6 handling (rev4)
  ` [Intel-gfx] "

[PATCH] drm/i915/selftests: Be explicit in ERR_PTR handling
 2019-11-15  4:05 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for "
  ` [Intel-gfx] "

[PATCH 0/2] Improve error handling on DSB
 2019-11-15  2:35 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for Improve error handling on DSB (rev2)
  ` [Intel-gfx] "

[PATCH 1/2] drm/i915/guc: Add GuC method to determine if submission is active
 2019-11-15  1:44 UTC  (6+ messages)
` [Intel-gfx] "
` [PATCH 2/2] drm/i915/guc: Skip suspend/resume GuC action on platforms w/o GuC submission
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/guc: Add GuC method to determine if submission is active
  ` [Intel-gfx] "

[CI v2] drm/fbdev: Fallback to non tiled mode if all tiles not present
 2019-11-15  1:13 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for drm/fbdev: Fallback to non tiled mode if all tiles not present (rev3)
  ` [Intel-gfx] "

[PATCH 1/5] drm/i915/gt: Wait for new requests in intel_gt_retire_requests()
 2019-11-15  0:34 UTC  (14+ messages)
` [Intel-gfx] "
` [PATCH 2/5] drm/i915/selftests: Exercise rc6 handling
  ` [Intel-gfx] "
` [PATCH 3/5] drm/i915/selftests: Be explicit in ERR_PTR handling
  ` [Intel-gfx] "
` [PATCH 4/5] drm/i915/selftests: Exercise long preemption chains
  ` [Intel-gfx] "
` [PATCH 5/5] drm/i915/gem: Silence sparse for RCU protection inside the constructor
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915/gt: Wait for new requests in intel_gt_retire_requests()
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH 0/4] Start removing legacy guc code
 2019-11-15  0:22 UTC  (7+ messages)
` [PATCH 3/4] drm/i915/guc: kill doorbell code and selftests
    ` [Intel-gfx] "
` [PATCH 4/4] drm/i915/guc: kill the GuC client
    ` [Intel-gfx] "

[PATCH 1/4] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
 2019-11-14 23:54 UTC  (16+ messages)
` [Intel-gfx] "
` [PATCH 2/4] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
  ` [Intel-gfx] "
` [PATCH 3/4] drm/i915: cpu-map based dumb buffers
  ` [Intel-gfx] "
` [PATCH 4/4] drm/i915: Add cpu fault handler for mmap_offset
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
  ` [Intel-gfx] "
` ✗ Fi.CI.SPARSE: "
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

[PATCH 1/2] drm/i915/tgl: Wa_1606679103
 2019-11-14 22:21 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915/tgl: Wa_1606679103 (rev3)
  ` [Intel-gfx] "

[PATCH 2/2] drm/i915/tgl: Add Wa_1408615072
 2019-11-14 21:50 UTC  (3+ messages)
` [PATCH v2 "
  ` [Intel-gfx] "

[PATCH 1/2] drm/i915/perf: Allow non-privileged access when OA buffer is not sampled
 2019-11-14 21:19 UTC  (10+ messages)
` [Intel-gfx] "
` [PATCH 2/2] drm/i915/perf: Configure OAR for specific context
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/perf: Allow non-privileged access when OA buffer is not sampled
  ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure "
  ` [Intel-gfx] "

[CI] drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtree
 2019-11-14 20:05 UTC  (4+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtree (rev3)
  ` [Intel-gfx] "

[PATCH i-g-t] i915/gem_exec_balancer: Throw a few hangs into the virtual pipelines
 2019-11-14 19:15 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 1/4] drm/i915/gt: Set unused mocs entry to follow PTE on tgl as on all others
 2019-11-14 17:35 UTC  (9+ messages)
` [PATCH 2/4] drm/i915/gt: Tidy up debug-warns for the mocs control table
    ` [Intel-gfx] "
` [PATCH 3/4] drm/i915/gt: Refactor mocs loops into single control macro
    ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH 1/4] drm/i915/gt: Set unused mocs entry to follow PTE on tgl as on all others

[PATCH] drm/i915/tgl: allow DVI/HDMI on port A
 2019-11-14 17:31 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH i-g-t] Add tests/gem_exec_parse_blt
 2019-11-14 17:30 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: do not warn late about hdmi on port A
 2019-11-14 17:27 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH 01/11] HAX to make DSC work on the icelake test system
 2019-11-14 17:25 UTC  (28+ messages)
` [Intel-gfx] "
` [PATCH 02/11] drm/i915: Remove hw.mode
  ` [Intel-gfx] "
` [PATCH 03/11] drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
  ` [Intel-gfx] "
` [PATCH 04/11] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3
  ` [Intel-gfx] "
` [PATCH 05/11] drm/i915: Try to make bigjoiner work in atomic check, v3
  ` [Intel-gfx] "
` [PATCH 06/11] drm/i915: Enable big joiner support in enable and disable sequences
  ` [Intel-gfx] "
` [PATCH 07/11] drm/i915: Make hardware readout work on i915
  ` [Intel-gfx] "
` [PATCH 08/11] drm/i915: Link planes in a bigjoiner configuration, v3
  ` [Intel-gfx] "
` [PATCH 09/11] drm/i915: Add bigjoiner aware plane clipping checks
  ` [Intel-gfx] "
` [PATCH 10/11] drm/i915: Add intel_update_bigjoiner handling
  ` [Intel-gfx] "
` [PATCH 11/11] drm/i915: Add debugfs dumping for bigjoiner, v2
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] HAX to make DSC work on the icelake test system
  ` [Intel-gfx] "
` ✗ Fi.CI.SPARSE: "
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH] drm/i915: Restore GT coarse power gating workaround
 2019-11-14 17:04 UTC  (10+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for "
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH] drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtree
 2019-11-14 16:55 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH] drm/i915/perf: Add preemption check while waiting for OA
 2019-11-14 15:32 UTC  (5+ messages)
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "

[drm-intel:for-linux-next 5/19] ERROR: "pm_suspend_target_state" [drivers/gpu/drm/i915/i915.ko] undefined!
 2019-11-14 14:53 UTC  (2+ messages)
` [Intel-gfx] "

[PULL] topic/drm-mipi-dsi-dsc-updates
 2019-11-14 14:35 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH 0/5] drm: Aspect ratio fixes
 2019-11-14 14:21 UTC  (7+ messages)
` [PATCH 4/5] drm/i915: Do not override mode's aspect ratio with the prop value NONE
    ` [Intel-gfx] "
` [PATCH 5/5] drm/i915: Drop redundant aspec ratio prop value initialization
  ` [Intel-gfx] "

drm-next + i915 CVE yolo merge
 2019-11-14 14:20 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH v7] drm/i915: Enable second dbuf slice for ICL and TGL
 2019-11-14 14:18 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Enable second dbuf slice for ICL and TGL (rev4)
  ` [Intel-gfx] "


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