Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-09 03:57:44 to 2019-03-13 07:49:17 UTC [more...]

[PATCH v2 0/3] drm: Add panic handling
 2019-03-13  7:49 UTC  (29+ messages)
` [PATCH v2 1/3] drm: Add support for panic message output
    ` [Intel-gfx] "
` [PATCH v2 2/3] drm/cma-helper: Add support for panic screen
` [PATCH v2 3/3] drm/vc4: Support "
` ✗ Fi.CI.CHECKPATCH: warning for drm: Add panic handling
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.BAT: failure for drm: Add panic handling (rev2)

[PATCH v6 0/3] Support 64 bpp half float formats
 2019-03-13  7:25 UTC  (5+ messages)
` [PATCH v6 1/3] drm/fourcc: Add "
` [PATCH v6 2/3] drm/i915: Refactor icl_is_hdr_plane
` [PATCH v6 3/3] drm/i915/icl: Implement half float formats

[PATCH] drm/dp: Set the connector's TILE property even for DP SST connectors
 2019-03-13  2:17 UTC 

[PATCH 1/2] drm/i915: Add support for retrying hotplug
 2019-03-13  1:03 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/icl: Probe again type-c connectors that failed

[PATCH 1/2] drm/i915: Add support for retrying hotplug
 2019-03-13  0:58 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Enable hotplug retry

[PATCH] drm/i915: Fix PSR2 selective update corruption after PSR1 setup
 2019-03-12 23:42 UTC  (8+ messages)

[PATCH] drm/i915: Stop needlessly acquiring wakeref for debugfs/drop_caches_set
 2019-03-12 21:32 UTC  (2+ messages)

[PATCH 1/3] drm/i915: Hold a ref to the ring while retiring
 2019-03-12 21:19 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Lock the gem_context->active_list while dropping the link
` [PATCH 3/3] drm/i915: Hold a reference to the active HW context
` [PATCH v2] drm/i915: Hold a ref to the ring while retiring

[PATCH 0/9] skl+ cursor DDB allocation fixes
 2019-03-12 20:58 UTC  (10+ messages)
` [PATCH 1/9] drm/i915: Accept alloc_size == blocks
` [PATCH 2/9] drm/i915: Don't pass plane state to skl_compute_plane_wm()
` [PATCH 3/9] drm/i915: Extract skl_compute_wm_params()
` [PATCH 4/9] drm/i915: Allocate enough DDB for the cursor
` [PATCH 5/9] drm/i915: Make sure cursor has enough ddb for the selected wm level
` [PATCH 6/9] drm/i915: Keep plane watermarks enabled more aggressively
` [PATCH 7/9] drm/i915: Move some variables to tighter scope
` [PATCH 8/9] drm/i915: Don't pass pipe_wm around so much
` [PATCH 9/9] drm/i915: Inline skl_build_pipe_wm() into its only caller

[PATCH 1/1] drm/i915/guc: Preparing for GuC reset along with engine reset
 2019-03-12 20:57 UTC  (2+ messages)

[PULL] drm-intel-next-fixes
 2019-03-12 20:55 UTC 

[PATCH v4 1/3] drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time
 2019-03-12 19:57 UTC  (3+ messages)
` [PATCH v4 2/3] drm/i915/psr: Move logic to get TPS registers values to another function
` [PATCH v4 3/3] drm/i915/icl+: Always use TPS2 or TPS3 when exiting PSR1

[PATCH v2] drm/i915: Add new ICL PCI ID
 2019-03-12 19:27 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "

INFO: rcu detected stall in sys_sendfile64 (2)
 2019-03-12 17:10 UTC  (4+ messages)

[PATCH] drm/i915/selftests: Provide stub reset functions
 2019-03-12 15:57 UTC 

[PATCH 1/2] drm/i915: Consolidate reset-request debug message
 2019-03-12 14:43 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/selftests: Improve error detection of reset failure
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Consolidate reset-request debug message
` ✓ Fi.CI.IGT: "

[PATCH] gpu: i915: fix a missing check of get_free_page
 2019-03-12 12:50 UTC  (6+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

Kernel Error: [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
 2019-03-12  9:41 UTC 

[PATCH i-g-t 01/19] i915/gem_ppgtt: Estimate resource usage and bail if it means swapping!
 2019-03-12 10:27 UTC  (12+ messages)
` [PATCH i-g-t 17/19] i915: Add gem_ctx_engines
` [PATCH i-g-t 18/19] i915: Add gem_exec_balancer
` [PATCH i-g-t 19/19] i915/gem_exec_balancer: Exercise bonded pairs

[PATCH 1/3] drm/i915/gen11+: First assume next platforms will inherit stuff
 2019-03-12 10:27 UTC  (8+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/3] "

Home straight for veng, the uAPI wars
 2019-03-12  8:56 UTC  (33+ messages)
` [PATCH 08/13] drm/i915: Allow a context to define its set of engines
` [PATCH 09/13] drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
` [PATCH 10/13] drm/i915: Load balancing across a virtual engine
` [PATCH 11/13] drm/i915: Extend execution fence to support a callback
` [PATCH 12/13] drm/i915/execlists: Virtual engine bonding
` [PATCH 13/13] drm/i915: Allow specification of parallel execbuf

[PATCH v3 1/3] drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time
 2019-03-12  3:22 UTC  (10+ messages)
` [PATCH v3 2/3] drm/i915/psr: Move logic to get TPS registers values to another function
` [PATCH v3 3/3] drm/i915/icl+: Always use TPS2 or TPS3 when exiting PSR

[PULL] topic/hdr-formats
 2019-03-11 18:02 UTC  (7+ messages)

[PATCH v2 0/5] drm/i915/icl: split pll functions
 2019-03-11 16:28 UTC  (9+ messages)
` [PATCH v2 1/5] drm/i915/icl: split combo and mg pll enable
` [PATCH v2 2/5] drm/i915/icl: split pll enable in three steps
` [PATCH v2 3/5] drm/i915/icl: split combo and mg pll disable
` [PATCH v2 4/5] drm/i915/icl: split combo and tbt pll funcs
` [PATCH v2 5/5] drm/i915/icl: remove intel_dpll_is_combophy()
` ✓ Fi.CI.BAT: success for drm/i915/icl: split pll functions (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t] i915/gem_ppgtt: Swap args to intel_require_memory()
 2019-03-11 15:31 UTC  (2+ messages)
` [igt-dev] "

[v5 00/13] Add HDR Metadata Parsing and handling in DRM layer
 2019-03-11 15:11 UTC  (20+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Add HDR Metadata Parsing and handling in DRM layer (rev5)
` [v5 01/13] drm: Add HDR source metadata property
` [v5 02/13] drm: Parse HDR metadata info from EDID
` [v5 03/13] drm: Parse Colorimetry data block "
` [v5 04/13] drm/i915: Attach HDR metadata property to connector
` [v5 05/13] drm: Implement HDR output metadata set and get property handling
` [v5 06/13] drm: Enable HDR infoframe support
` [v5 07/13] drm/i915: Write HDR infoframe and send to panel
` [v5 08/13] drm/i915: [DO NOT MERGE] hack for glk board outputs
` [v5 09/13] drm/i915: Add HLG EOTF
` [v5 10/13] drm/i915: Enable infoframes on GLK+ for HDR
` [v5 11/13] drm/i915:Enabled Modeset when HDR Infoframe changes
` [v5 12/13] drm/i915: Set Infoframe for non modeset case for HDR
` [v5 13/13] video/hdmi: Add const variants for drm infoframe
` ✗ Fi.CI.BAT: failure for Add HDR Metadata Parsing and handling in DRM layer (rev5)

[PATCH v2 0/8] HDCP2.2 Phase II
 2019-03-11 13:57 UTC  (14+ messages)
` [PATCH v2 1/8] drm/i915: debugfs: HDCP2.2 capability read
` [PATCH v2 2/8] drm: Add Content protection type property
` [PATCH v2 3/8] drm/i915: Attach content "
` [PATCH v2 4/8] drm/i915: HDCP SRM parsing and revocation check
` [PATCH v2 5/8] drm/i915/sysfs: Node for hdcp srm
` [PATCH v2 6/8] drm: Add CP downstream_info property
` [PATCH v2 7/8] drm/i915: Populate downstream info for HDCP1.4
` [PATCH v2 8/8] drm/i915: Populate downstream info for HDCP2.2
` ✗ Fi.CI.CHECKPATCH: warning for HDCP2.2 Phase II (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: always pin hw_id for GVT context
 2019-03-11 13:49 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH v7 0/4] drm & vgaarb: handle vgacon removal in vgaarb
 2019-03-11 12:43 UTC  (3+ messages)
` [PATCH v7 4/4] drm/i915: switch to drm_fb_helper_remove_conflicting_pci_framebuffers

[PATCH] drm/i915: Consolidate reset-request debug message
 2019-03-11 12:31 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v4 0/5] GEN8+ GPU Watchdog Reset Support
 2019-03-11 11:54 UTC  (6+ messages)
` [PATCH v4 2/5] drm/i915: Watchdog timeout: IRQ handler for gen8+

[PATCH] drm/i915: Switch to use HWS indices rather than addresses
 2019-03-09 22:13 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[CI] drm/i915: Introduce a context barrier callback
 2019-03-09 19:20 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✓ Fi.CI.BAT: success for drm/i915: Introduce a context barrier callback (rev2)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: relax debug BUG_ON() for closed context in hw_id pin
 2019-03-09 17:41 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Fix bit name in PP_STATUS register
 2019-03-09  8:17 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915: Fix bit name in PP_STATUS register (rev2)


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