Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-29 13:56:55 to 2020-11-02 01:59:10 UTC [more...]

[Intel-gfx] linux-next: build failure after merge of the drm-misc tree
 2020-11-02  1:59 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[Intel-gfx] linux-next: build warning after merge of the drm-misc tree
 2020-11-02  1:46 UTC 

[Intel-gfx] [PATCH v3 0/3] Reduce context clear batch size to avoid gpu hang
 2020-11-01 18:24 UTC  (7+ messages)
` [Intel-gfx] [PATCH v3 1/3] drm/i915: Introduce quirk QUIRK_RENDERCLEAR_REDUCED
` [Intel-gfx] [PATCH v3 2/3] drm/i915/display: Add function quirk_renderclear_reduced
` [Intel-gfx] [PATCH v3 3/3] drm/i915/gt: Force reduced batch size if new QUIRK_RENDERCLEAR_REDUCED is set
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Reduce context clear batch size to avoid gpu hang (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v3 0/3] Reduce context clear batch size to avoid gpu hang
 2020-11-01 14:42 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 1/3] drm/i915: Introduce quirk QUIRK_RENDERCLEAR_REDUCED
` [Intel-gfx] [PATCH v3 2/3] drm/i915/display: Add function quirk_renderclear_reduced

[Intel-gfx] [PATCH v2 00/13] Add support for DP-HDMI2.1 PCON
 2020-11-01 12:43 UTC  (18+ messages)
` [Intel-gfx] [PATCH v2 01/13] drm/edid: Add additional HFVSDB fields for HDMI2.1
` [Intel-gfx] [PATCH v2 02/13] drm/edid: Parse MAX_FRL field from HFVSDB block
` [Intel-gfx] [PATCH v2 03/13] drm/edid: Parse DSC1.2 cap fields "
` [Intel-gfx] [PATCH v2 04/13] drm/dp_helper: Add Helpers for FRL Link Training support for DP-HDMI2.1 PCON
` [Intel-gfx] [PATCH v2 05/13] drm/dp_helper: Add support for link failure detection
` [Intel-gfx] [PATCH v2 06/13] drm/dp_helper: Add support for Configuring DSC for HDMI2.1 Pcon
` [Intel-gfx] [PATCH v2 07/13] drm/i915: Capture max frl rate for PCON in dfp cap structure
` [Intel-gfx] [PATCH v2 08/13] drm/i915: Add support for starting FRL training for HDMI2.1 via PCON
` [Intel-gfx] [PATCH v2 09/13] drm/i915: Check for FRL training before DP Link training
` [Intel-gfx] [PATCH v2 10/13] drm/i915: Add support for enabling link status and recovery
` [Intel-gfx] [PATCH v2 11/13] drm/i915: Read DSC capabilities of the HDMI2.1 PCON encoder
` [Intel-gfx] [PATCH v2 12/13] drm/i915: Add helper functions for calculating DSC parameters for HDMI2.1
` [Intel-gfx] [PATCH v2 13/13] drm/i915: Configure PCON for DSC1.1 to DSC1.2 encoding
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add support for DP-HDMI2.1 PCON (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/5] drm/radeon: Stop changing the drm_driver struct
 2020-11-01 10:01 UTC  (21+ messages)
` [Intel-gfx] [PATCH 2/5] drm: Compile out legacy chunks from struct drm_device
` [Intel-gfx] [PATCH 3/5] drm/amdgpu: Paper over the drm_driver mangling for virt
` [Intel-gfx] [PATCH 4/5] drm: Allow const struct drm_driver
` [Intel-gfx] [PATCH 5/5] drm/<drivers>: Constify "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/radeon: Stop changing the drm_driver struct
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/5] drm/radeon: Stop changing the drm_driver struct (rev2)

[Intel-gfx] [RFC 00/13] Add support for DP-HDMI2.1 PCON
 2020-11-01  7:14 UTC  (36+ messages)
` [Intel-gfx] [RFC 01/13] drm/edid: Add additional HFVSDB fields for HDMI2.1
` [Intel-gfx] [RFC 02/13] drm/edid: Parse MAX_FRL field from HFVSDB block
` [Intel-gfx] [RFC 03/13] drm/dp_helper: Add FRL training support for a DP-HDMI2.1 PCON
` [Intel-gfx] [RFC 04/13] drm/i915: Capture max frl rate for PCON in dfp cap structure
` [Intel-gfx] [RFC 05/13] drm/i915: Add support for starting FRL training for HDMI2.1 via PCON
` [Intel-gfx] [RFC 06/13] drm/i915: Check for FRL training before DP Link training
` [Intel-gfx] [RFC 07/13] drm/dp_helper: Add support for link status and link recovery
` [Intel-gfx] [RFC 08/13] drm/i915: Add support for enabling link status and recovery
` [Intel-gfx] [RFC 09/13] drm/edid: Parse DSC1.2 cap fields from HFVSDB block
` [Intel-gfx] [RFC 10/13] drm/dp_helper: Add support for Configuring DSC for HDMI2.1 Pcon
` [Intel-gfx] [RFC 11/13] drm/i915: Read DSC capabilities of the HDMI2.1 PCON encoder

[Intel-gfx] [PATCH 1/3] fbcon: Disable accelerated scrolling
 2020-10-31 14:17 UTC  (14+ messages)
` [Intel-gfx] [PATCH 2/3] fbcon: Drop EXPORT_SYMBOL
` [Intel-gfx] [PATCH] fbcon: Disable accelerated scrolling
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/3] "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with fbcon: Disable accelerated scrolling (rev2)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with fbcon: Disable accelerated scrolling (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/rkl: new rkl ddc map for different PCH
 2020-10-31  2:55 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/rkl: new rkl ddc map for different PCH (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PULL] gvt-fixes
 2020-10-30 22:57 UTC  (6+ messages)

[Intel-gfx] [PATCH 00/10] drm/i915: ilk+ wm cleanups
 2020-10-30 22:21 UTC  (16+ messages)
` [Intel-gfx] [PATCH 01/10] drm/i915: s/USHRT_MAX/U16_MAX/
` [Intel-gfx] [PATCH 02/10] drm/i915: Shrink ilk-bdw wm storage by using u16
` [Intel-gfx] [PATCH 03/10] drm/i915: Rename ilk watermark structs/enums
` [Intel-gfx] [PATCH 04/10] drm/i915: s/dev_priv->wm.hw/&dev_priv->wm.ilk/
` [Intel-gfx] [PATCH 05/10] drm/i915: s/ilk_pipe_wm/ilk_wm_state/
` [Intel-gfx] [PATCH 06/10] drm/i915: Stash away the original SSKPD latency values
` [Intel-gfx] [PATCH 07/10] drm/i915: Remove gen6_check_mch_setup()
` [Intel-gfx] [PATCH 08/10] drm/i915: Add REG_GENMASK64() and REG_FIELD_GET64()
` [Intel-gfx] [PATCH 09/10] drm/i915: Clean up SSKPD/MLTR defines
` [Intel-gfx] [PATCH 10/10] drm/i915: Polish ilk+ wm regidster bits
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: ilk+ wm cleanups
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH] drm/i915/ehl: Remove invalid PCI ID
 2020-10-30 22:17 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH v2] drm/i915: Sort EHL/JSL PCI IDs
 2020-10-30 21:25 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915: Reduce severity for fixing up mistaken VBT tc->legacy_port
 2020-10-30 20:34 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/gvt: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe()
 2020-10-30 18:45 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] Intel i915 corruption issue Gnome EOG #146
 2020-10-30 14:05 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Force initial atomic check in all eDP panels
 2020-10-30 16:57 UTC  (5+ messages)

[Intel-gfx] [PATCH v4 00/61] drm/i915: Remove obj->mm.lock!
 2020-10-30 15:25 UTC  (49+ messages)
` [Intel-gfx] [PATCH v4 02/61] drm/i915: Add missing -EDEADLK handling to execbuf pinning
` [Intel-gfx] [PATCH v4 06/61] drm/i915: Add gem object locking to madvise
` [Intel-gfx] [PATCH v4 07/61] drm/i915: Move HAS_STRUCT_PAGE to obj->flags
` [Intel-gfx] [PATCH v4 08/61] drm/i915: Rework struct phys attachment handling
` [Intel-gfx] [PATCH v4 09/61] drm/i915: Convert i915_gem_object_attach_phys() to ww locking
` [Intel-gfx] [PATCH v4 10/61] drm/i915: make lockdep slightly happier about execbuf
` [Intel-gfx] [PATCH v4 11/61] drm/i915: Disable userptr pread/pwrite support
` [Intel-gfx] [PATCH v4 12/61] drm/i915: No longer allow exporting userptr through dma-buf
` [Intel-gfx] [PATCH v4 13/61] drm/i915: Reject more ioctls for userptr
` [Intel-gfx] [PATCH v4 14/61] drm/i915: Reject UNSYNCHRONIZED "
` [Intel-gfx] [PATCH v4 16/61] drm/i915: Flatten obj->mm.lock
` [Intel-gfx] [PATCH v4 17/61] drm/i915: Populate logical context during first pin
` [Intel-gfx] [PATCH v4 18/61] drm/i915: Make ring submission compatible with obj->mm.lock removal, v2
` [Intel-gfx] [PATCH v4 19/61] drm/i915: Handle ww locking in init_status_page
` [Intel-gfx] [PATCH v4 20/61] drm/i915: Rework clflush to work correctly without obj->mm.lock
` [Intel-gfx] [PATCH v4 22/61] drm/i915: Add object locking to vm_fault_cpu
` [Intel-gfx] [PATCH v4 23/61] drm/i915: Move pinning to inside engine_wa_list_verify()
` [Intel-gfx] [PATCH v4 24/61] drm/i915: Take reservation lock around i915_vma_pin
` [Intel-gfx] [PATCH v4 25/61] drm/i915: Make intel_init_workaround_bb more compatible with ww locking
` [Intel-gfx] [PATCH v4 26/61] drm/i915: Make __engine_unpark() "

[Intel-gfx] [PATCH] drm/modes: Switch to 64bit maths to avoid integer overflow
 2020-10-30 14:43 UTC  (3+ messages)

[Intel-gfx] [PATCH v3 00/19] drm/i915: Futher cleanup around hpd pins and port identfiers
 2020-10-30 13:50 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3 17/19] drm/i915: Enable hpd logic only for ports that are present

[Intel-gfx] [PATCH] drm/i915: Add plane .{min, max}_width() and .max_height() vfuncs
 2020-10-30 12:37 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/7] drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
 2020-10-30 12:08 UTC  (10+ messages)
` [Intel-gfx] [PATCH 2/7] drm/i915/gt: Track timeline GGTT offset seperately from subpage offset
` [Intel-gfx] [PATCH 3/7] drm/i915/gt: Add timeline "mode"
` [Intel-gfx] [PATCH 4/7] drm/i915/gt: Expose more parameters for emitting writes into the ring
` [Intel-gfx] [PATCH 5/7] drm/i915/gt: Use indices for writing into relative timelines
` [Intel-gfx] [PATCH 6/7] drm/i915/selftests: Exercise relative timeline modes
` [Intel-gfx] [PATCH 7/7] drm/i915/gt: Use ppHWSP for unshared non-semaphore related timelines
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/7] drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915: Tweaked Wa_14010685332 for PCHs used on gen11 platforms
 2020-10-30 11:37 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v3 0/3] drm/i915/guc: Update to GuC v49
 2020-10-30  9:45 UTC  (2+ messages)

[Intel-gfx] linux-next: build failure after merge of the drm-misc tree
 2020-10-30  7:53 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/5] drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
 2020-10-30  7:36 UTC  (2+ messages)
` [Intel-gfx] [drm/i915] b43515991b: WARNING:at_drivers/gpu/drm/i915/display/intel_display.c:#verify_crtc_state[i915]

[Intel-gfx] [CI] drm: Quieten [zero] EDID carping
 2020-10-30  0:47 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PULL] drm-intel-fixes
 2020-10-30  0:44 UTC 

[Intel-gfx] [PATCH 3/3] drm/qxl: Remove fbcon acceleration leftovers
 2020-10-30  0:37 UTC  (3+ messages)

[Intel-gfx] [PATCH v4 00/16] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-10-29 22:11 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for HDCP 2.2 and HDCP 1.4 Gen12 DP MST support (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH 1/3] drm/i915: Guard debugfs against invalid access without display
 2020-10-29 22:06 UTC  (3+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915: remove some debug-only registers from MCHBAR

[Intel-gfx] [PATCH v2 1/6] drm/i915/display/psr: Calculate selective fetch plane registers
 2020-10-29 21:37 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm: Remove SCATTERLIST_MAX_SEGMENT
 2020-10-29 21:31 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v4 1/6] drm/i915/dp: Some reshuffling in mode_valid as prep for bigjoiner modes
 2020-10-29 20:22 UTC  (8+ messages)
` [Intel-gfx] [PATCH v4 2/6] drm/i915: Move encoder->get_config to a new function
` [Intel-gfx] [PATCH v4 3/6] drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
` [Intel-gfx] [PATCH v4 4/6] drm/i915: Pass intel_atomic_state instead of drm_atomic_state
` [Intel-gfx] [PATCH v4 5/6] drm/i915/dp: Prep for bigjoiner atomic check
` [Intel-gfx] [PATCH v4 6/6] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4,1/6] drm/i915/dp: Some reshuffling in mode_valid as prep for bigjoiner modes
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PULL] drm-misc-fixes
 2020-10-29 17:34 UTC 

[Intel-gfx] [PATCH -next] drm/i915: Remove unused variable ret
 2020-10-29 17:30 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH 12/16] drm/i915: Cleanup PREEMPT_COUNT leftovers
 2020-10-29 16:50 UTC 

[Intel-gfx] [PATCH] drm: Silence zero EDID carping
 2020-10-29 16:09 UTC  (4+ messages)


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