Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-16 13:04:33 to 2018-05-17 08:06:04 UTC [more...]

[PATCH 01/19] drm/i915: Move request->ctx aside
 2018-05-17  8:06 UTC  (21+ messages)
` [PATCH 02/19] drm/i915: Move fiddling with engine->last_retired_context
` [PATCH 03/19] drm/i915: Store a pointer to intel_context in i915_request
` [PATCH 04/19] drm/i915: Pull the context->pin_count dec into the common intel_context_unpin
` [PATCH 05/19] drm/i915: Be irqsafe inside reset
` [PATCH 06/19] drm/i915: Make intel_engine_dump irqsafe
` [PATCH 07/19] drm/i915/execlists: Handle copying default context state for atomic reset
` [PATCH 08/19] drm/i915: Allow init_breadcrumbs to be used from irq context
` [PATCH 09/19] drm/i915/execlists: HWACK checking superseded checking port[0].count
` [PATCH 10/19] drm/i915: Remove USES_GUC_SUBMISSION() pointer chasing from gen8_cs_irq_handler
` [PATCH 11/19] drm/i915/execlists: Double check rpm wakeref
` [PATCH 12/19] drm/i915: After reset on sanitization, reset the engine backends
` [PATCH 13/19] drm/i915/execlists: Reset the CSB head tracking on reset/sanitization
` [PATCH 14/19] drm/i915/execlists: Pull submit after dequeue under timeline lock
` [PATCH 15/19] drm/i915/execlists: Process one CSB interrupt at a time
` [PATCH 16/19] drm/i915/execlists: Unify CSB access pointers
` [PATCH 17/19] drm/i915/execlists: Process the CSB directly from inside the irq handler
` [PATCH 18/19] drm/i915/execlists: Direct submission (avoid tasklet/ksoftirqd)
` [PATCH 19/19] drm/i915: Combine gt irq ack/handlers
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/19] drm/i915: Move request->ctx aside
` ✗ Fi.CI.SPARSE: "

[PATCH] drm/i915/psr: vbt change for psr
 2018-05-17  8:02 UTC  (7+ messages)

[drm-intel:topic/core-for-CI 6/9] htmldocs: kernel/kthread.c:377: warning: Function parameter or member 'exited_key' not described in '_kthread_create_on_node'
 2018-05-17  7:52 UTC 

[PATCH] Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."
 2018-05-17  7:33 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for "
` [Intel-gfx] [PATCH] "

[PATCH] drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit panel's native mode
 2018-05-17  7:28 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.BAT: failure "

[PATCH v11 0/2] Enabling content-type setting for HDMI displays
 2018-05-17  7:21 UTC  (2+ messages)

[PATCH] Revert "drm/i915/edp: Do not do link training fallback or prune modes on EDP"
 2018-05-17  7:20 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v3 00/40] drm/i915: Implement HDCP2.2
 2018-05-17  6:15 UTC  (47+ messages)
` [PATCH v3 05/40] misc/mei/hdcp: Notifier chain for mei cldev state change
` [PATCH v3 07/40] linux/mei: Header for mei_hdcp driver interface
` [PATCH v3 08/40] misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session
` [PATCH v3 10/40] misc/mei/hdcp: Verify H_prime
  ` [Intel-gfx] "
` [PATCH v3 11/40] misc/mei/hdcp: Store the HDCP Pairing info
` [PATCH v3 12/40] misc/mei/hdcp: Initiate Locality check
` [PATCH v3 13/40] misc/mei/hdcp: Verify L_prime
` [PATCH v3 14/40] misc/mei/hdcp: Prepare Session Key
` [PATCH v3 15/40] misc/mei/hdcp: Repeater topology verifcation and ack
` [PATCH v3 16/40] misc/mei/hdcp: Verify M_prime
` [PATCH v3 17/40] misc/mei/hdcp: Enabling the HDCP authentication
` [PATCH v3 18/40] misc/mei/hdcp: Closing wired HDCP2.2 Tx Session
  ` [Intel-gfx] "

[PATCH 001/262] drm/i915: Move request->ctx aside
 2018-05-17  6:12 UTC  (57+ messages)
` [PATCH 002/262] drm/i915: Move fiddling with engine->last_retired_context
` [PATCH 003/262] drm/i915: Store a pointer to intel_context in i915_request
` [PATCH 004/262] drm/i915: Pull the context->pin_count dec into the common intel_context_unpin
` [PATCH 005/262] drm/i915: Be irqsafe inside reset
` [PATCH 006/262] drm/i915: Make intel_engine_dump irqsafe
` [PATCH 007/262] drm/i915/execlists: Handle copying default context state for atomic reset
` [PATCH 008/262] drm/i915: Allow init_breadcrumbs to be used from irq context
` [PATCH 009/262] drm/i915/execlists: HWACK checking superseded checking port[0].count
` [PATCH 010/262] drm/i915: Remove USES_GUC_SUBMISSION() pointer chasing from gen8_cs_irq_handler
` [PATCH 011/262] drm/i915/execlists: Double check rpm wakeref
` [PATCH 012/262] drm/i915: After reset on sanitization, reset the engine backends
` [PATCH 013/262] drm/i915/execlists: Reset the CSB head tracking on reset/sanitization
` [PATCH 014/262] drm/i915/execlists: Pull submit after dequeue under timeline lock
` [PATCH 015/262] drm/i915/execlists: Process one CSB interrupt at a time
` [PATCH 016/262] drm/i915/execlists: Unify CSB access pointers
` [PATCH 017/262] drm/i915/execlists: Process the CSB directly from inside the irq handler
` [PATCH 018/262] drm/i915/execlists: Direct submission (avoid tasklet/ksoftirqd)
` [PATCH 019/262] drm/i915: Combine gt irq ack/handlers
` [PATCH 020/262] drm/i915/execlists: Force preemption via reset on timeout
` [PATCH 021/262] drm/i915/execlists: Try preempt-reset from hardirq timer context
` [PATCH 022/262] drm/i915/preemption: Select timeout when scheduling
` [PATCH 023/262] drm/i915: Use a preemption timeout to enforce interactivity
` [PATCH 024/262] drm/i915: Allow user control over preempt timeout on their important context
` [PATCH 025/262] drm/mm: Reject over-sized allocation requests early
` [PATCH 026/262] drm/mm: Add a search-by-address variant to only inspect a single hole
` [PATCH 027/262] drm/i915: Limit searching for PIN_HIGH
` [PATCH 028/262] drm/i915: Pin the ring high
` [PATCH 029/262] drm/i915: Track the purgeable objects on a separate eviction list
` [PATCH 030/262] drm/i915: Refactor unsettting obj->mm.pages
` [PATCH 031/262] drm/i915: Report all objects with allocated pages to the shrinker
` [PATCH 032/262] drm/i915: Disable preemption and sleeping while using the punit sideband
` [PATCH 033/262] drm/i915: Lift acquiring the vlv punit magic to a common sb-get
` [PATCH 034/262] drm/i915: Lift sideband locking for vlv_punit_(read|write)
` [PATCH 035/262] drm/i915: Reduce RPS update frequency on Valleyview/Cherryview
` [PATCH 036/262] Revert "drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3"
` [PATCH 037/262] drm/i915: Replace pcu_lock with sb_lock
` [PATCH 038/262] drm/i915: Separate sideband declarations to intel_sideband.h
` [PATCH 039/262] drm/i915: Merge sbi read/write into a single accessor
` [PATCH 040/262] drm/i915: Merge sandybridge_pcode_(read|write)
` [PATCH 041/262] drm/i915: Move sandybride pcode access to intel_sideband.c
` [PATCH 042/262] drm/i915: Mark up Ironlake ips with rpm wakerefs
` [PATCH 043/262] drm/i915: Record logical context support in driver caps
` [PATCH 044/262] drm/i915: Generalize i915_gem_sanitize() to reset contexts
` [PATCH 045/262] drm/i915: Enable render context support for Ironlake (gen5)
` [PATCH 046/262] drm/i915: Enable render context support for gen4 (Broadwater to Cantiga)
` [PATCH 047/262] drm/i915: Split GT powermanagement functions to intel_gt_pm.c
` [PATCH 048/262] drm/i915: Move rps worker "
` [PATCH 049/262] drm/i915: Move all the RPS irq handlers to intel_gt_pm
` [PATCH 050/262] drm/i915: Track HAS_RPS alongside HAS_RC6 in the device info
` [PATCH 051/262] drm/i915: Remove defunct intel_suspend_gt_powersave()
` [PATCH 052/262] drm/i915: Reorder GT interface code
` [PATCH 053/262] drm/i915: Split control of rps and rc6
` [PATCH 054/262] drm/i915: Enabling rc6 and rps have different requirements, so separate them
` [PATCH 055/262] drm/i915: Simplify rc6/rps enabling
` [PATCH 056/262] drm/i915: Refactor frequency bounds computation

[PATCH v4] gpu: drm: i915: Change return type to vm_fault_t
 2018-05-17  5:10 UTC  (6+ messages)
` ✗ Fi.CI.SPARSE: warning for gpu: drm: i915: Change return type to vm_fault_t (rev4)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[drm-tip:drm-tip 711/734] drivers/gpu/drm/rcar-du/rcar_du_vsp.c:317:6: error: 'struct rcar_du_vsp_plane_state' has no member named 'alpha'
 2018-05-17  5:05 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] drm: Replace PRIu64 to llu to fix -Wformat compile warning on android
 2018-05-17  4:54 UTC 

[CI 1/8] drm/i915: Remove tasklet flush before disable
 2018-05-17  4:42 UTC  (12+ messages)
` [CI 2/8] drm/i915: Only sync tasklets once for recursive reset preparation
` [CI 3/8] drm/i915/execlists: Refactor out complete_preempt_context()
` [CI 4/8] drm/i915: Move engine reset prepare/finish to backends
` [CI 5/8] drm/i915: Split execlists/guc reset preparations
` [CI 6/8] drm/i915/execlists: Split out CSB processing
` [CI 7/8] drm/i915/execlists: Flush pending preemption events during reset
` [CI 8/8] drm/i915: Stop parking the signaler around reset
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/8] drm/i915: Remove tasklet flush before disable
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/dp: implement EXTENDED_RECEIVER_CAPABILITY_FIELD_PRESENT
 2018-05-17  1:27 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[CI 1/5] drm/i915: Remove tasklet flush before disable
 2018-05-17  0:50 UTC  (8+ messages)
` [CI 2/5] drm/i915: Only sync tasklets once for recursive reset preparation
` [CI 3/5] drm/i915/execlists: Refactor out complete_preempt_context()
` [CI 4/5] drm/i915: Move engine reset prepare/finish to backends
` [CI 5/5] drm/i915: Split execlists/guc reset preparations
` ✓ Fi.CI.BAT: success for series starting with [CI,1/5] drm/i915: Remove tasklet flush before disable
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/icl: Read the correct Gen11 interrupt registers
 2018-05-16 23:39 UTC  (3+ messages)

[PATCH] drm/i915/psr: Nuke PSR support for VLV and CHV
 2018-05-16 23:03 UTC  (2+ messages)

[PATCH 1/7] drm/i915: Remove tasklet flush before disable
 2018-05-16 22:56 UTC  (12+ messages)
` [PATCH 2/7] drm/i915: Only sync tasklets once for recursive reset preparation
` [PATCH 3/7] drm/i915/execlists: Refactor out complete_preempt_context()
` [PATCH 4/7] drm/i915: Split execlists/guc reset preparations
` [PATCH 5/7] drm/i915/execlists: Split out CSB processing
` [PATCH 6/7] drm/i915/execlists: Flush pending preemption events during reset
` [PATCH 7/7] drm/i915: Stop parking the signaler around reset
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/7] drm/i915: Remove tasklet flush before disable
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[CI 1/4] drm/i915: Remove tasklet flush before disable
 2018-05-16 22:14 UTC  (6+ messages)
` [CI 2/4] drm/i915: Only sync tasklets once for recursive reset preparation
` [CI 3/4] drm/i915/execlists: Refactor out complete_preempt_context()
` [CI 4/4] drm/i915: Split execlists/guc reset preparations
` ✓ Fi.CI.BAT: success for series starting with [CI,1/4] drm/i915: Remove tasklet flush before disable
` ✓ Fi.CI.IGT: "

[PATCH v2 0/4] DRM helpers for Display Stream Compression PPS infoframes
 2018-05-16 21:53 UTC  (7+ messages)
` [PATCH v2 2/4] drm/dsc: Define Display Stream Compression PPS infoframe
` [PATCH v2 3/4] drm/dsc: Define VESA Display Stream Compression Capabilities

[PATCH v3 00/22] Workarounds for Icelake
 2018-05-16 19:41 UTC  (4+ messages)
` [PATCH 14/22] drm/i915/icl: WaDisableImprovedTdlClkGating

[PULL] drm-misc-fixes
 2018-05-16 19:21 UTC 

[PATCH] drm/i915: Enable fastset by default, except on initial modeset
 2018-05-16 19:02 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v2 0/5] Add ChromeOS EC CEC Support
 2018-05-16 18:53 UTC  (7+ messages)
` [PATCH v2 2/5] drm/i915: hdmi: add CEC notifier to intel_hdmi
      ` [Intel-gfx] "

[PATCH 1/7] drm/i915: Remove tasklet flush before disable
 2018-05-16 18:26 UTC  (9+ messages)
` [PATCH 2/7] drm/i915: Only sync tasklets once for recursive reset preparation
` [PATCH 6/7] drm/i915/execlists: Flush pending preemption events during reset
` ✗ Fi.CI.IGT: failure for series starting with [1/7] drm/i915: Remove tasklet flush before disable
` ✗ Fi.CI.IGT: failure for series starting with [1/7] drm/i915: Remove tasklet flush before disable (rev2)

[PATCH] drm/i915: Call intel_opregion_notify_encoder in intel_sanitize_encoder, v2
 2018-05-16 17:44 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH 1/7] drm/arc: Stop consulting plane->fb
 2018-05-16 17:10 UTC  (6+ messages)
` [PATCH 5/7] drm/vmwgfx: Stop updating plane->fb

[PATCH] drm/i915/gvt: Use offsetofend() rather than offsetof + sizeof
 2018-05-16 16:38 UTC  (3+ messages)

[PATCH v5 0/7] drm/i915: per context slice/subslice powergating
 2018-05-16 15:51 UTC  (6+ messages)
` [PATCH v5 7/7] drm/i915: Expose RPCS (SSEU) configuration to userspace

[PATCH 0/3] GuC, HuC Loading Support for Geminilake
 2018-05-16 15:28 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v3] gpu: drm: i915: Change return type to vm_fault_t
 2018-05-16 14:58 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for gpu: drm: i915: Change return type to vm_fault_t (rev3)

[PATCH v2 2/3] drm/i915: Consult VBT "LVDS config" bits to determine whether internal LVDS is present
 2018-05-16 14:34 UTC  (3+ messages)
` [PATCH v3 "

[PATCH][V2] drm/i915/dp: fix spelling mistakes: "seqeuncer" and "seqeuencer"
 2018-05-16 14:23 UTC  (3+ messages)

[PATCH v6 00/14] drm/i915/gvt: Add huge gtt shadowing
 2018-05-16 13:39 UTC  (3+ messages)
` [PATCH v6 14/14] drm/i915: Enable platform support for vGPU huge gtt pages


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