Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-29 14:17:21 to 2019-07-30 14:57:08 UTC [more...]

[PATCH 0/6] Call uC functions from GT ones
 2019-07-30 14:56 UTC  (19+ messages)
` [PATCH 1/6] drm/i915/uc: move uC WOPCM setup in uc_init_hw
` [PATCH 2/6] drm/i915: move gt_cleanup_early out of gem_cleanup_early
` [PATCH 3/6] drm/i915/uc: move uc early functions inside the gt ones
` [PATCH 4/6] drm/i915/gt: introduce intel_gt_runtime_suspend/resume
` [PATCH 5/6] drm/i915/uc: move uc_resume under gt_resume
` [PATCH 6/6] drm/i915/gt: introduce intel_gt_suspend
` ✗ Fi.CI.SPARSE: warning for Call uC functions from GT ones
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v3 0/9] DC3CO Support for TGL
 2019-07-30 14:41 UTC  (12+ messages)
` [PATCH v3 1/9] drm/i915/tgl: Add DC3CO required register and bits
` [PATCH v3 2/9] drm/i915/tgl: Add DC3CO mask to allowed_dc_mask and gen9_dc_mask
` [PATCH v3 3/9] drm/i915/tgl: Add power well to enable DC3CO state
` [PATCH v3 4/9] drm/i915/tgl: mutual exclusive handling for DC3CO and DC5/6
` [PATCH v3 5/9] drm/i915/tgl: Add helper function to prefer dc3co over dc5
` [PATCH v3 6/9] drm/i915/tgl: Add VIDEO power domain
` [PATCH v3 7/9] drm/i915/tgl: DC3CO PSR2 helper
` [PATCH v3 8/9] drm/i915/tgl: switch between dc3co and dc5 based on display idleness
` [PATCH v3 9/9] drm/i915/tgl: Add DC3CO counter in i915_dmc_info
` ✗ Fi.CI.SPARSE: warning for DC3CO Support for TGL
` ✓ Fi.CI.BAT: success "

Quick and dirty intel_gt_pm.c rebase
 2019-07-30 14:38 UTC  (23+ messages)
` [PATCH 01/17] drm/i915/execlists: Always clear pending&inflight requests on reset
` [PATCH 02/17] drm/i915: Allow sharing the idle-barrier from other kernel requests
` [PATCH 03/17] drm/i915: Flush extra hard after writing relocations through the GTT
` [PATCH 04/17] drm/i915: Use drm_i915_private directly from drv_get_drvdata()
` [PATCH 05/17] drm/i915/gem: Make caps.scheduler static
` [PATCH 06/17] drm/i915: Move aliasing_ppgtt underneath its i915_ggtt
` [PATCH 07/17] drm/i915/gt: Provide a local intel_context.vm
` [PATCH 08/17] drm/i915: Remove lrc default desc from GEM context
` [PATCH 09/17] drm/i915: Push the ring creation flags to the backend
` [PATCH 10/17] drm/i915: Hide unshrinkable context objects from the shrinker
` [PATCH 11/17] drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
` [PATCH 12/17] drm/i915: Use intel_engine_lookup_user for probing HAS_BSD etc
` [PATCH 13/17] drm/i915: Isolate i915_getparam_ioctl()
` [PATCH 14/17] drm/i915: Only include active engines in the capture state
` [PATCH 15/17] drm/i915: Flush the freed object list on file close
` [PATCH 16/17] drm/i915: Make debugfs/per_file_stats scale better
` [PATCH 17/17] drm/i915/gt: Extract GT runtime power management from intel_pm.c
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/17] drm/i915/execlists: Always clear pending&inflight requests on reset
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[RFC PATCH 0/3] Propose new struct drm_mem_region
 2019-07-30 14:33 UTC  (11+ messages)
` [RFC PATCH 2/3] drm: Introduce DRM_MEM defines for specifying type of drm_mem_region
  ` [RFC PATCH 1/3] drm: introduce new struct drm_mem_region
  ` [RFC PATCH 3/3] drm/i915: Update intel_memory_region to use nested drm_mem_region

[CI 1/2] drm/i915: Move aliasing_ppgtt underneath its i915_ggtt
 2019-07-30 14:32 UTC  (2+ messages)
` [CI 2/2] drm/i915/gt: Provide a local intel_context.vm

[PATCH v2 00/37] Introduce memory region concept (including device local memory)
 2019-07-30 14:28 UTC  (10+ messages)
` [PATCH v2 16/37] drm/i915/lmem: support pread
` [PATCH v2 29/37] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET

[PATCH 1/3] drm/i915/oa: add content to Makefile
 2019-07-30 13:51 UTC  (6+ messages)
` [PATCH 2/3] drm/i915: add SPDX headers to subdir Makefiles
` [PATCH 3/3] drm/i915/oa: update the generated files
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/oa: add content to Makefile
` ✓ Fi.CI.BAT: success "

Short list of hopeful bug fixes
 2019-07-30 13:01 UTC  (6+ messages)
` [PATCH 1/3] drm/i915/execlists: Always clear pending&inflight requests on reset
` [PATCH 2/3] drm/i915: Allow sharing the idle-barrier from other kernel requests
` [PATCH 3/3] drm/i915: Flush extra hard after writing relocations through the GTT
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/execlists: Always clear pending&inflight requests on reset
` ✓ Fi.CI.BAT: success "

[PATCH v6 00/24] Associate ddc adapters with connectors
 2019-07-30 12:36 UTC  (7+ messages)
` [PATCH v6 16/24] drm: sti: Provide ddc symlink in hdmi connector sysfs directory
` [PATCH v6 19/24] drm/bridge: dumb-vga-dac: Provide ddc symlink in "
` [PATCH v6 21/24] drm/bridge: ti-tfp410: "

[PATCH 1/2] drm/i915/oa: add content to Makefile
 2019-07-30 12:36 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: add SPDX headers to subdir Makefiles
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/oa: add content to Makefile
` ✓ Fi.CI.BAT: success "

[PATCH v4 00/23] Associate ddc adapters with connectors
 2019-07-30 12:25 UTC  (7+ messages)
` [PATCH v4 18/23] drm/bridge: dumb-vga-dac: Provide ddc symlink in connector sysfs directory
` [PATCH v4 19/23] drm/bridge: dw-hdmi: "
` [PATCH v4 20/23] drm/bridge: ti-tfp410: "

[PATCH] drm/i915/execlists: Always clear pending&inflight requests on reset
 2019-07-30 12:12 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH i-g-t v5] tests/i915/gem_exec_async: Update with engine discovery
 2019-07-30 12:05 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/uc: don't enable communication twice on resume
 2019-07-30 11:25 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 0/4] add more probe failures
 2019-07-30 11:09 UTC  (15+ messages)
` [PATCH 1/4] drm/i915: Report -ENODEV after injecting probe failure
` [PATCH 2/4] drm/i915: Add i915 to i915_inject_probe_failure
` [PATCH 3/4] drm/i915/uc: Inject load errors into intel_uc_init_hw
` [PATCH 4/4] drm/i915/wopcm: Don't fail on WOPCM partitioning failure
` ✓ Fi.CI.BAT: success for add more probe failures
` ✗ Fi.CI.BAT: failure for add more probe failures (rev2)

[PATCH v2] drm/i915/uc: Don't fail on HuC firmware failure
 2019-07-30 11:02 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/uc: Don't fail on HuC firmware failure (rev2)

[PATCH v3 0/8] Enable Transcoder Port Sync feature for tiled displays
 2019-07-30 10:53 UTC  (3+ messages)
` [PATCH v3 6/8] drm/i915/display/icl: Enable master-slaves in trans port sync mode in correct order

[PATCH] drm/i915: Use drm_i915_private directly from drv_get_drvdata()
 2019-07-30 10:37 UTC  (5+ messages)
` [PATCH v2] "
` ✗ Fi.CI.BAT: failure for drm/i915: Use drm_i915_private directly from drv_get_drvdata() (rev2)

[PATCH] drm/i915: stop genereating old header test files
 2019-07-30 10:30 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Inline engine->init_context into its caller
 2019-07-30 10:11 UTC  (4+ messages)

[PATCH v3 8/8] drm/i915/display/icl: In port sync mode disable slaves first then masters
 2019-07-30  9:44 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 01/23] drm/i915: Move aliasing_ppgtt underneath its i915_ggtt
 2019-07-30  9:38 UTC  (6+ messages)
` [PATCH 04/23] drm/i915: Push the ring creation flags to the backend

[PATCH] drm/i915: use upstream version of header tests
 2019-07-30  9:18 UTC  (9+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[RFC 0/7] Bigjoiner atomic preparations
 2019-07-30  9:08 UTC  (4+ messages)
` [RFC 7/7] drm/i915: Allow vdsc functions to be called without encoder

[v2 0/6] Support mipi dsi video mode on TGL
 2019-07-30  8:44 UTC  (8+ messages)
` [v2 1/6] drm/i915/tgl/dsi: Program TRANS_VBLANK register
` [v2 2/6] drm/i915/tgl/dsi: Set latency PCS_DW1 for tgl
` [v2 3/6] drm/i915/tgl/dsi: Do not override TA_SURE
` [v2 4/6] drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping
` [v2 5/6] drm/i915/tgl: Add mipi dsi support for TGL
` [v2 6/6] drm/i915/tgl/dsi: Enable blanking packets during BLLP for video mode
` ✓ Fi.CI.BAT: success for Support mipi dsi video mode on TGL (rev2)

[PATCH v2 0/5] Tiger Lake: MOCS table handling
 2019-07-30  8:36 UTC  (11+ messages)
` [PATCH v2 1/5] drm/i915/tgl: Move fault registers to their new offset
` [PATCH v2 2/5] drm/i915/tgl: stop using ERROR_GEN6 and DONE_REG
` [PATCH v2 3/5] drm/i915/tgl: Define MOCS entries for Tigerlake
` [PATCH v2 4/5] drm/i915/tgl: Tigerlake only has global MOCS registers
` [PATCH v2 5/5] drm/i915: Move MOCS setup to intel_mocs.c
` ✗ Fi.CI.CHECKPATCH: warning for Tiger Lake: MOCS table handling (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PULL] gvt-fixes
 2019-07-30  8:33 UTC  (5+ messages)

[PATCH 0/4] Support mipi dsi video mode on TGL
 2019-07-30  6:24 UTC  (4+ messages)
` [PATCH 1/4] drm/i915/tgl/dsi: Program TRANS_VBLANK register

[PATCH] drm/i915/gvt: remove duplicate entry of trace
 2019-07-30  3:08 UTC  (3+ messages)

[PATCH] drm/i915: Flush the i915_vm_release before ggtt shutdown
 2019-07-29 23:16 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Flush the i915_vm_release before ggtt shutdown (rev2)
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] i915/gem_exec_schedule: Avoid using borked engines
 2019-07-29 19:19 UTC 

[PATCH v4 1/2] drm/i915/display/icl: Bump up the hdisplay and vdisplay as per transcoder limits
 2019-07-29 19:17 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Refuse modes with hdisplay==4096 on pre-HSW DP
 2019-07-29 19:11 UTC  (2+ messages)

[RFC PATCH 0/3] Propose new struct drm_mem_region
 2019-07-29 17:55 UTC  (5+ messages)
` [RFC PATCH 1/3] drm: introduce "
` [RFC PATCH 2/3] drm: Introduce DRM_MEM defines for specifying type of drm_mem_region
` [RFC PATCH 3/3] drm/i915: Update intel_memory_region to use nested drm_mem_region

[PATCH v1 0/11] drm: header maintenance
 2019-07-29 17:50 UTC  (8+ messages)
` [PATCH v1 02/11] drm: drop uapi dependency from drm_print.h

[PATCH] drm/i915: Replace hangcheck by heartbeats
 2019-07-29 16:38 UTC  (11+ messages)

[PATCH v9 0/9] i915 vgpu PV to improve vgpu performance
 2019-07-29 16:32 UTC  (11+ messages)
` ✓ Fi.CI.IGT: success for "
` [PATCH v9 1/9] drm/i915: introduced vgpu pv capability
` [PATCH v9 2/9] drm/i915: vgpu shared memory setup for pv optimization
` [PATCH v9 3/9] drm/i915: vgpu pv command buffer support
` [PATCH v9 4/9] drm/i915: vgpu ppgtt update pv optimization
` [PATCH v9 5/9] drm/i915: vgpu context submission "
` [PATCH v9 6/9] drm/i915/gvt: GVTg handle pv_caps PVINFO register
` [PATCH v9 7/9] drm/i915/gvt: GVTg handle shared_page setup
` [PATCH v9 8/9] drm/i915/gvt: GVTg support ppgtt pv optimization
` [PATCH v9 9/9] drm/i915/gvt: GVTg support context submission "

[PATCH v10 1/6] drm: Add Content protection type property
 2019-07-29 14:20 UTC  (3+ messages)
` [PATCH v11 "

Fixes that failed to apply to v5.3-rc2
 2019-07-29 13:08 UTC 


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