Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-21 13:06:15 to 2024-08-23 13:10:31 UTC [more...]

[PATCH v1] drm/i915/dp: Remove double assignment in intel_dp_compute_as_sdp()
 2024-08-23  8:24 UTC  (2+ messages)

[PATCH v3 00/15] CCS static load balance
 2024-08-23 13:08 UTC  (13+ messages)
` [PATCH v3 01/15] drm/i915/gt: Avoid using masked workaround for CCS_MODE setting
` [PATCH v3 02/15] drm/i915/gt: Move the CCS mode variable to a global position
` [PATCH v3 03/15] drm/i915/gt: Allow the creation of multi-mode CCS masks
` [PATCH v3 04/15] drm/i915/gt: Refactor uabi engine class/instance list creation
` [PATCH v3 05/15] drm/i915/gem: Mark and verify UABI engine validity
` [PATCH v3 06/15] drm/i915/gt: Introduce for_each_enabled_engine() and apply it in selftests
` [PATCH v3 07/15] drm/i915/gt: Manage CCS engine creation within UABI exposure
` [PATCH v3 08/15] drm/i915/gt: Remove cslices mask value from the CCS structure
` [PATCH v3 09/15] drm/i915/gt: Expose the number of total CCS slices
` [PATCH v3 10/15] drm/i915/gt: Store engine-related sysfs kobjects
` [PATCH v3 11/15] drm/i915/gt: Store active CCS mask
` [PATCH v3 12/15] drm/i915: Protect access to the UABI engines list with a mutex

[PATCH] drm/i915/dp_mst: Fix MST state after a sink reset
 2024-08-23 13:09 UTC  (11+ messages)

[PATCH v3 00/15] CCS static load balance
 2024-08-23 13:08 UTC 

[PATCH v2 0/2] Increase fastwake sync pulse count as a quirk
 2024-08-23 12:47 UTC  (3+ messages)
` [PATCH v2 1/2] drm/i915/display: Add mechanism to use sink model when applying quirk
` [PATCH v2 2/2] drm/i915/display: Increase Fast Wake Sync length as a quirk

[PATCH 00/14] drm/i915/dsb: Use chained DSBs for LUT programming
 2024-08-23 12:45 UTC  (11+ messages)
` [PATCH 10/14] drm/i915/dsb: Introduce intel_dsb_chain()
` [PATCH 11/14] drm/i915/dsb: Allow intel_dsb_chain() to use DSB_WAIT_FOR_VBLANK

[PATCH] drm/i915: remove unnecessary display includes
 2024-08-23 12:33 UTC 

[PATCH] drm/i915/gt: Disable Redundant HZ Plane expansions for MTL/ARL and DG2
 2024-08-23 11:34 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/7] drm/i915/display: conversion to struct intel_display
 2024-08-23 10:08 UTC  (21+ messages)
` [PATCH 1/7] drm/i915/vblank: use drm_crtc_vblank_crtc() instead of open-coding
` [PATCH 2/7] drm/i915/vblank: fix context imbalance warnings
` [PATCH 3/7] drm/i915/vblank: convert to struct intel_display
` [PATCH 4/7] drm/i915/vrr: "
` [PATCH 5/7] drm/i915/tv: "
` [PATCH 6/7] drm/i915/sprite: "
` [PATCH 7/7] drm/i915/display: convert params "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: conversion "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/2] Implement WA to fix increased power usage
 2024-08-23 10:00 UTC  (13+ messages)
` [PATCH 1/2] drm/i915/psr: Add return bool value for hsw_activate_psr1
` [PATCH 2/2] drm/i915/psr: Implment WA to help reach PC10

[PULL] drm-intel-gt-next
 2024-08-23  9:55 UTC 

[PATCH] drm/i915: remove unused leftover basedie step code
 2024-08-23  8:59 UTC  (7+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.SPARSE: warning for drm/i915: remove unused leftover basedie step code (rev2)
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915/dsi: Make Lenovo Yoga Tab 3 X90F DMI match less strict
 2024-08-23  8:33 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2] drm/i915: Implement Dbuf overlap detection feature starting from LNL
 2024-08-23  7:09 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Implement Dbuf overlap detection feature starting from LNL (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH v2] drm/i915: Implement Dbuf overlap detection feature starting from LNL
 2024-08-23  6:41 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Implement Dbuf overlap detection feature starting from LNL (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Do not explicilty enable FEC in DP_TP_CTL for UHBR rates
 2024-08-23  4:59 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH v7] drm/i915/hwmon: expose fan speed
 2024-08-23  4:09 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/hwmon: expose fan speed (rev7)

[PULL] drm-xe-next
 2024-08-22 20:55 UTC 

[PATCH] drm/i915: ARL requires a newer GSC firmware
 2024-08-22 18:33 UTC  (3+ messages)

[PATCH v2 00/15] CCS static load balance
 2024-08-22 18:18 UTC  (19+ messages)
` [PATCH v2 01/15] drm/i915/gt: Avoid using masked workaround for CCS_MODE setting
` [PATCH v2 02/15] drm/i915/gt: Move the CCS mode variable to a global position
` [PATCH v2 03/15] drm/i915/gt: Allow the creation of multi-mode CCS masks
` [PATCH v2 04/15] drm/i915/gt: Refactor uabi engine class/instance list creation
` [PATCH v2 05/15] drm/i915/gem: Mark and verify UABI engine validity
` [PATCH v2 06/15] drm/i915/gt: Introduce for_each_enabled_engine() and apply it in selftests
` [PATCH v2 07/15] drm/i915/gt: Manage CCS engine creation within UABI exposure
` [PATCH v2 08/15] drm/i915/gt: Remove cslices mask value from the CCS structure
` [PATCH v2 09/15] drm/i915/gt: Expose the number of total CCS slices
` [PATCH v2 10/15] drm/i915/gt: Store engine-related sysfs kobjects
` [PATCH v2 11/15] drm/i915/gt: Store active CCS mask
` [PATCH v2 12/15] drm/i915: Protect access to the UABI engines list with a mutex
` [PATCH v2 13/15] drm/i915/gt: Isolate single sysfs engine file creation
` [PATCH v2 14/15] drm/i915/gt: Implement creation and removal routines for CCS engines
` [PATCH v2 15/15] drm/i915/gt: Allow the user to change the CCS mode through sysfs
` ✗ Fi.CI.CHECKPATCH: warning for CCS static load balance (rev4)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v2 00/86] drm: Provide client setup helper and convert drivers
 2024-08-22 16:47 UTC  (52+ messages)
` [PATCH v2 27/86] drm/meson: Run DRM default client setup
` [PATCH v2 40/86] drm/stm: "
` [PATCH v2 41/86] drm/sun4i: "
` [PATCH v2 43/86] drm/tilcdc: "
` [PATCH v2 46/86] drm/tve200: "
` [PATCH v2 47/86] drm/vc4: "
` [PATCH v2 49/86] drm/fbdev-dma: Remove obsolete setup function
` [PATCH v2 51/86] drm/ast: Run DRM default client setup
` [PATCH v2 53/86] drm/gm12u320: "
` [PATCH v2 55/86] drm/hyperv_drm: "
` [PATCH v2 56/86] drm/mgag200: "
` [PATCH v2 57/86] drm/ofdrm: Use "
` [PATCH v2 59/86] drm/solomon: Run "
` [PATCH v2 60/86] drm/udl: "
` [PATCH v2 61/86] drm/virtgpu: "
` [PATCH v2 62/86] drm/vkms: "
` [PATCH v2 63/86] drm/fbdev-shmem: Remove obsolete setup function
` [PATCH v2 64/86] drm/fbdev-ttm: Support struct drm_driver.fbdev_probe
` [PATCH v2 65/86] drm/amdgpu: Run DRM default client setup
` [PATCH v2 66/86] drm/bochs: "
` [PATCH v2 67/86] drm/hisilicon/hibmc: "
` [PATCH v2 68/86] drm/loongson: "
` [PATCH v2 69/86] drm/nouveau: "
` [PATCH v2 70/86] drm/qxl: "
` [PATCH v2 71/86] drm/vboxvideo: "
` [PATCH v2 72/86] drm/vmwgfx: "
` [PATCH v2 73/86] drm/fbdev-ttm: Remove obsolete setup function
` [PATCH v2 74/86] drm/armada: Run DRM default client setup
` [PATCH v2 75/86] drm/exynos-drm: "
` [PATCH v2 76/86] drm/gma500: "
` [PATCH v2 77/86] drm/msm: "
` [PATCH v2 78/86] drm/radeon: "
` [PATCH v2 79/86] drm/tegra: "
` [PATCH v2 80/86] drm/i915: Remove struct drm_fb_helper from struct intel_fbdev
` [PATCH v2 81/86] drm/i915: Move custom restore code into separate callback
` [PATCH v2 82/86] drm/i915: Move custom hotplug "
` [PATCH v2 83/86] drm/{i915,xe}: Run DRM default client setup
` [PATCH v2 84/86] drm/omapdrm: Remove struct drm_fb_helper from struct omap_fbdev
` [PATCH v2 85/86] drm/omapdrm: Run DRM default client setup
` [PATCH v2 86/86] drm/fb-helper: Remove struct drm_fb_helper.fb_probe
` ✗ Fi.CI.CHECKPATCH: warning for drm: Provide client setup helper and convert drivers (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PULL] drm-xe-fixes
 2024-08-22 15:12 UTC 

[PATCH V3] video/aperture: optionally match the device in sysfb_disable()
 2024-08-22 15:12 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "

[PULL] drm-misc-next
 2024-08-22 15:07 UTC 

[PATCH 00/10] drm/i915/display: identify display steppings in display code
 2024-08-22 13:29 UTC  (4+ messages)

[PATCH v6] drm/i915/hwmon: expose fan speed
 2024-08-22 13:28 UTC  (7+ messages)

[PULL] drm-misc-fixes
 2024-08-22 12:39 UTC 

[PATCH 0/5] Display Global Histogram
 2024-08-22 11:14 UTC  (7+ messages)
` [PATCH 1/5] drm/i915/display: Add support for histogram

[PATCH v2 0/2] Allow partial memory mapping for cpu memory
 2024-08-22  9:49 UTC  (5+ messages)

[PATCH 0/2] Allow partial memory mapping for cpu memory
 2024-08-22  9:29 UTC  (11+ messages)

[PULL] drm-misc-next
 2024-08-22  8:15 UTC  (2+ messages)

[PATCH] drm/i915: Preserve value of fec_enable calculated before DSC compute config
 2024-08-22  6:20 UTC  (5+ messages)

[PULL] drm-intel-fixes
 2024-08-22  5:40 UTC 

[PATCH] drm/i915: Do not attempt to load the GSC multiple times
 2024-08-22  5:15 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915: Do not attempt to load the GSC multiple times (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 0/3] Introducing Xe2 ccs modifiers for integrated and discrete graphics
 2024-08-21 19:24 UTC  (4+ messages)
` [PATCH 2/3] drm/fourcc: define Intel Xe2 related tile4 ccs modifiers

[CI] drm/i915/gt: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-21 18:45 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/gt: Use kmemdup_array instead of kmemdup for multiple allocation (rev2)
` ✓ Fi.CI.IGT: "

[PATCH v1 00/14] CCS static load balance
 2024-08-21 15:59 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for CCS static load balance (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v5] drm/i915/hwmon: expose fan speed
 2024-08-21 14:58 UTC  (4+ messages)

[PATCH 00/12] Ultrajoiner basic functionality series
 2024-08-21 14:48 UTC  (5+ messages)
` [PATCH 05/12] drm/i915: Add some essential functionality for joiners

[PATCH 07/10] drm/i915/display: identify display steppings in display probe
 2024-08-21 14:30 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/2] Increase fastwake sync pulse count as a quirk
 2024-08-21 14:01 UTC  (5+ messages)
` [PATCH 1/2] drm/i915/display: Add mechanism to use sink model when applying quirk
` [PATCH 2/2] drm/i915/display: Increase Fast Wake Sync length as a quirk

[v3] drm/i915/bios: Update new entries in VBT BDB block definitions
 2024-08-21 13:07 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/bios: Update new entries in VBT BDB block definitions (rev2)


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