intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-24 12:17:11 to 2022-08-25 07:31:35 UTC [more...]

[Intel-gfx] [PATCH v3 0/9] Move all drivers to a common dma-buf locking convention
 2022-08-24 17:45 UTC  (15+ messages)
` [Intel-gfx] [PATCH v3 5/9] dma-buf: Move dma_buf_mmap_unlocked() to dynamic locking specification
` [Intel-gfx] [PATCH v3 6/9] dma-buf: Move dma-buf attachment "
  ` [Intel-gfx] [Linaro-mm-sig] "
` [Intel-gfx] [PATCH v3 9/9] dma-buf: Remove internal lock

[Intel-gfx] [PULL] drm-misc-fixes
 2022-08-25  7:31 UTC 

[Intel-gfx] [PATCH 0/7] drm/i915: Add HWMON support
 2022-08-25  7:27 UTC  (14+ messages)
` [Intel-gfx] [PATCH 1/7] drm/i915/hwmon: Add HWMON infrastructure
` [Intel-gfx] [PATCH 3/7] drm/i915/hwmon: Power PL1 limit and TDP setting
` [Intel-gfx] [PATCH 6/7] drm/i915/hwmon: Expose power1_max_interval
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Add HWMON support (rev4)

[Intel-gfx] [PATCH] drm/i915/display: compute config for audio
 2022-08-25  7:27 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] i915/pmu: Wire GuC backend to per-client busyness
 2022-08-25  6:18 UTC  (6+ messages)

[Intel-gfx] [PATCH 0/7] Fixes and improvements to GuC logging and error capture
 2022-08-25  7:15 UTC  (6+ messages)
` [Intel-gfx] [PATCH 3/7] drm/i915/guc: Add GuC <-> kernel time stamp translation information
` [Intel-gfx] [PATCH 6/7] drm/i915/guc: Make GuC log sizes runtime configurable

[Intel-gfx] [PATCH] i915/pmu: Wire GuC backend to per-client busyness
 2022-08-25  5:03 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915:Move the code position to reduce the number of judgments
 2022-08-25  6:51 UTC 

[Intel-gfx] [PATCH 0/2] drm/i915: Remove frontbuffer tracking from gem
 2022-08-25  6:53 UTC  (4+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915: Remove gem and overlay frontbuffer tracking
` [Intel-gfx] [PATCH 2/2] drm/i915: Remove special frontbuffer type
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Remove frontbuffer tracking from gem

[Intel-gfx] [PATCH] drm/i915/backlight: Disable pps power hook for aux based backlight
 2022-08-25  5:32 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] drm/i915/dg2: Incorporate Wa_16014892111 into DRAW_WATERMARK tuning
 2022-08-25  2:45 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH v2 0/3] Enable Pipewriteback Framework
 2022-08-25  1:11 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for Enable Pipewriteback Framework (rev2)

[Intel-gfx] [PATCH 0/2] Drop version numbers from firmware files
 2022-08-25  0:48 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Drop version numbers from firmware files (rev2)

[Intel-gfx] [PATCH v2 00/38] drm/i915: add display sub-struct to drm_i915_private
 2022-08-24 23:39 UTC  (42+ messages)
` [Intel-gfx] [PATCH v2 01/38] "
` [Intel-gfx] [PATCH v2 02/38] drm/i915: move cdclk_funcs to display.funcs
` [Intel-gfx] [PATCH v2 03/38] drm/i915: move dpll_funcs "
` [Intel-gfx] [PATCH v2 04/38] drm/i915: move hotplug_funcs "
` [Intel-gfx] [PATCH v2 05/38] drm/i915: move wm_disp funcs "
` [Intel-gfx] [PATCH v2 06/38] drm/i915: move fdi_funcs "
` [Intel-gfx] [PATCH v2 07/38] drm/i915: move color_funcs "
` [Intel-gfx] [PATCH v2 08/38] drm/i915: move and group gmbus members under display.gmbus
` [Intel-gfx] [PATCH v2 09/38] drm/i915: move and group pps members under display.pps
` [Intel-gfx] [PATCH v2 10/38] drm/i915: move dmc to display.dmc
` [Intel-gfx] [PATCH v2 11/38] drm/i915: move and split audio under display.audio and display.funcs
` [Intel-gfx] [PATCH v2 12/38] drm/i915: move dpll under display.dpll
` [Intel-gfx] [PATCH v2 13/38] drm/i915: move and group fbdev under display.fbdev
` [Intel-gfx] [PATCH v2 14/38] drm/i915: move wm to display.wm
` [Intel-gfx] [PATCH v2 15/38] drm/i915: move and group hdcp under display.hdcp
` [Intel-gfx] [PATCH v2 16/38] drm/i915: move hotplug to display.hotplug
` [Intel-gfx] [PATCH v2 17/38] drm/i915: move overlay to display.overlay
` [Intel-gfx] [PATCH v2 18/38] drm/i915: move and group sagv under display.sagv
` [Intel-gfx] [PATCH v2 19/38] drm/i915: move and group max_bw and bw_obj under display.bw
` [Intel-gfx] [PATCH v2 20/38] drm/i915: move opregion to display.opregion
` [Intel-gfx] [PATCH v2 21/38] drm/i915: move and group cdclk under display.cdclk
` [Intel-gfx] [PATCH v2 22/38] drm/i915: move backlight to display.backlight
` [Intel-gfx] [PATCH v2 23/38] drm/i915: move mipi_mmio_base to display.dsi
` [Intel-gfx] [PATCH v2 24/38] drm/i915: move vbt to display.vbt
` [Intel-gfx] [PATCH v2 25/38] drm/i915: move fbc to display.fbc
` [Intel-gfx] [PATCH v2 26/38] drm/i915/vrr: drop window2_delay member from i915
` [Intel-gfx] [PATCH v2 27/38] drm/i915: move and group power related members under display.power
` [Intel-gfx] [PATCH v2 28/38] drm/i915: move and group fdi members under display.fdi
` [Intel-gfx] [PATCH v2 29/38] drm/i915: move fb_tracking under display sub-struct
` [Intel-gfx] [PATCH v2 30/38] drm/i915: move INTEL_FRONTBUFFER_* macros to intel_frontbuffer.h
` [Intel-gfx] [PATCH v2 31/38] drm/i915: move dbuf under display sub-struct
` [Intel-gfx] [PATCH v2 32/38] drm/i915: move and group modeset_wq and flip_wq under display.wq
` [Intel-gfx] [PATCH v2 33/38] drm/i915: split gem quirks from display quirks
` [Intel-gfx] [PATCH v2 34/38] drm/i915/quirks: abstract checking for "
` [Intel-gfx] [PATCH v2 35/38] drm/i915/quirks: abstract quirks further by making quirk ids an enum
` [Intel-gfx] [PATCH v2 36/38] drm/i915: move quirks under display sub-struct
` [Intel-gfx] [PATCH v2 37/38] drm/i915: move atomic_helper "
` [Intel-gfx] [PATCH v2 38/38] drm/i915: move and group properties under display.properties
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: add display sub-struct to drm_i915_private (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v1] drm/i915: fix null pointer dereference
 2022-08-24 23:27 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: fix null pointer dereference (rev4)

[Intel-gfx] [PATCH v4 00/31] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-24 23:00 UTC  (35+ messages)
` [Intel-gfx] [PATCH v4 02/31] drm/i915: Don't register backlight when another backlight should be used
` [Intel-gfx] [PATCH v4 05/31] drm/nouveau: Don't register backlight when another backlight should be used (v2)
` [Intel-gfx] [PATCH v4 06/31] ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_backlight_type()
` [Intel-gfx] [PATCH v4 07/31] ACPI: video: Remove acpi_video_bus from list before tearing it down
` [Intel-gfx] [PATCH v4 08/31] ACPI: video: Simplify acpi_video_unregister_backlight()
` [Intel-gfx] [PATCH v4 09/31] ACPI: video: Make backlight class device registration a separate step (v2)
` [Intel-gfx] [PATCH v4 10/31] ACPI: video: Remove code to unregister acpi_video backlight when a native backlight registers
` [Intel-gfx] [PATCH v4 11/31] drm/i915: Call acpi_video_register_backlight() (v2)
` [Intel-gfx] [PATCH v4 12/31] drm/nouveau: Register ACPI video backlight when nv_backlight registration fails (v2)
` [Intel-gfx] [PATCH v4 13/31] drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight registration
` [Intel-gfx] [PATCH v4 14/31] drm/radeon: Register ACPI video backlight when skipping radeon "
` [Intel-gfx] [PATCH v4 15/31] platform/x86: nvidia-wmi-ec-backlight: Move fw interface definitions to a header (v2)
` [Intel-gfx] [PATCH v4 16/31] ACPI: video: Refactor acpi_video_get_backlight_type() a bit
` [Intel-gfx] [PATCH v4 17/31] ACPI: video: Add Nvidia WMI EC brightness control detection (v3)
` [Intel-gfx] [PATCH v4 18/31] ACPI: video: Add Apple GMUX brightness control detection
` [Intel-gfx] [PATCH v4 19/31] platform/x86: nvidia-wmi-ec-backlight: Use acpi_video_get_backlight_type()
` [Intel-gfx] [PATCH v4 20/31] platform/x86: apple-gmux: Stop calling acpi/video.h functions
` [Intel-gfx] [PATCH v4 21/31] platform/x86: toshiba_acpi: Stop using acpi_video_set_dmi_backlight_type()
` [Intel-gfx] [PATCH v4 22/31] platform/x86: acer-wmi: Move backlight DMI quirks to acpi/video_detect.c
` [Intel-gfx] [PATCH v4 23/31] platform/x86: asus-wmi: Drop DMI chassis-type check from backlight handling
` [Intel-gfx] [PATCH v4 24/31] platform/x86: asus-wmi: Move acpi_backlight=vendor quirks to ACPI video_detect.c
` [Intel-gfx] [PATCH v4 25/31] platform/x86: asus-wmi: Move acpi_backlight=native "
` [Intel-gfx] [PATCH v4 26/31] platform/x86: samsung-laptop: Move acpi_backlight=[vendor|native] "
` [Intel-gfx] [PATCH v4 27/31] ACPI: video: Remove acpi_video_set_dmi_backlight_type()
` [Intel-gfx] [PATCH v4 28/31] ACPI: video: Drop "Samsung X360" acpi_backlight=native quirk
` [Intel-gfx] [PATCH v4 29/31] ACPI: video: Drop NL5x?U, PF4NU1F and PF5?U?? acpi_backlight=native quirks
` [Intel-gfx] [PATCH v4 30/31] ACPI: video: Fix indentation of video_detect_dmi_table[] entries
` [Intel-gfx] [PATCH v4 31/31] drm/todo: Add entry about dealing with brightness control on devices with > 1 panel
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2 0/3] Enable Pipewriteback
 2022-08-24 22:29 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 3/3] drm/i915: Enabling WD Transcoder
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Enable Pipewriteback (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v3 00/15] drm/i915: HuC loading for DG2
 2022-08-24 22:12 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3 04/15] mei: bus: extend bus API to support command streamer API
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: HuC loading for DG2 (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v6 1/6] drm/ttm: Add new callbacks to ttm res mgr
 2022-08-24 22:01 UTC  (3+ messages)
` [Intel-gfx] [PATCH v6 2/6] drm/ttm: Implement intersect/compatible functions
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [v6,1/6] drm/ttm: Add new callbacks to ttm res mgr

[Intel-gfx] [PATCH 0/2] drm/i915/bios: Rethink LFP data pointer generation
 2022-08-24 21:55 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 00/21] Initial Meteorlake Support
 2022-08-24 21:26 UTC  (8+ messages)
` [Intel-gfx] [PATCH v2 03/21] drm/i915/mtl: MMIO range is now 4MB
` [Intel-gfx] [PATCH v2 04/21] drm/i915/mtl: Don't mask off CCS according to DSS fusing
` [Intel-gfx] [PATCH v2 12/21] drm/i915/mtl: Fix rawclk for Meteorlake PCH
` [Intel-gfx] [PATCH v2 15/21] drm/i915/mtl: Obtain SAGV values from MMIO instead of GT pcode mailbox
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Initial Meteorlake Support (rev3)

[Intel-gfx] [PATCH v9 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-08-24  9:36 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH v3] drm/i915/pxp: don't start pxp without mei_pxp bind
 2022-08-23 21:15 UTC  (3+ messages)

[Intel-gfx] [PATCH 00/19] Add DG2 OA support
 2022-08-23 20:41 UTC  (3+ messages)
` [Intel-gfx] [PATCH 02/19] drm/i915/perf: Add OA formats for DG2
` [Intel-gfx] [PATCH 19/19] drm/i915/perf: Enable OA "

[Intel-gfx] [PATCH v2 0/3] Enable Pipewriteback Framework
 2022-08-23 18:56 UTC 

[Intel-gfx] [PATCH 0/3] Enable Pipewriteback Framework
 2022-08-23 18:03 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/utils: remove unused KBps/MBps/GBps macros
 2022-08-23 14:03 UTC  (3+ messages)

[Intel-gfx] [PATCH v2 0/2] drm/dp: add drm_dp_phy_name() and use it in i915
 2022-08-24 18:54 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 1/2] drm/dp: add drm_dp_phy_name() for getting DP PHY name
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/dp: add drm_dp_phy_name() and use it in i915
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/display: Fix warning callstack for imbalance wakeref
 2022-08-23 10:53 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/display: Fix warning callstack for imbalance wakeref (rev4)

[Intel-gfx] [PATCH 0/4] drm/i915: Remove references to uncore from display
 2022-08-23  9:01 UTC 

[Intel-gfx] [PATCH 00/19] Add DG2 OA support
 2022-08-23  0:03 UTC  (3+ messages)
` [Intel-gfx] [PATCH 07/19] drm/i915/perf: Simply use stream->ctx
` [Intel-gfx] [PATCH 19/19] drm/i915/perf: Enable OA for DG2

[Intel-gfx] [PATCH v6 0/4] drm/i915/display: stop HPD workers before display driver unregister
 2022-08-22 17:28 UTC  (3+ messages)
` [Intel-gfx] [PATCH v6 4/4] drm/i915/fbdev: do not create fbdev if HPD is suspended

[Intel-gfx] [PATCH v3 00/31] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-24 20:03 UTC  (6+ messages)
` [Intel-gfx] [PATCH v3 12/31] drm/nouveau: Register ACPI video backlight when nv_backlight registration fails
` [Intel-gfx] [PATCH v3 25/31] platform/x86: asus-wmi: Move acpi_backlight=native quirks to ACPI video_detect.c
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 0/2] Add DP MST DSC support to i915
 2022-08-22 12:23 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Add DP MST DSC support to i915 (rev7)

[Intel-gfx] [PATCH v7 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-08-24 19:27 UTC  (7+ messages)
` [Intel-gfx] [PATCH v7 1/8] overflow: Move and add few utility macros into overflow
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v3 00/14] drm/i915: stop modifying "const" device info
 2022-08-19 12:02 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 11/14] drm/i915: move pipe_mask and cpu_transcoder_mask to runtime info

[Intel-gfx] [PATCH] drm/i915/mtl: Meteorlake and later support DP 2.0
 2022-08-18 22:02 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/mtl: Meteorlake and later support DP 2.0 (rev3)

[Intel-gfx] [RFC v4 00/17] drm/display/dp_mst: Drop Radeon MST support, make MST atomic-only
 2022-08-18  3:34 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/display/dp_mst: Drop Radeon MST support, make MST atomic-only (rev4)

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Add dedicated function for non-ctx register tuning settings
 2022-08-24 18:46 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/i915/gt: Add dedicated function for non-ctx register tuning settings (rev2)

[Intel-gfx] [PATCH v6 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-08-24 18:23 UTC  (6+ messages)
` [Intel-gfx] [PATCH v6 2/8] util_macros: Add exact_type macro to catch type mis-match while compiling
` [Intel-gfx] [PATCH v6 3/8] drm/i915/gem: Typecheck page lookups
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2 00/29] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-17 13:05 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 03/29] drm/amdgpu: Don't register backlight when another backlight should be used

[Intel-gfx] [PATCH] drm/i915/guc/slpc: Allow SLPC to use efficient frequency
 2022-08-24 18:14 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/guc/slpc: Allow SLPC to use efficient frequency (rev6)

[Intel-gfx] [PATCH] drm/i915/display: Fix warning callstack for imbalance wakeref
 2022-08-17  9:12 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: Fix warning callstack for imbalance wakeref (rev3)

[Intel-gfx] [RESEND 0/3] drm/i915/dsi: fix DSI DCS backlight port handling
 2022-08-17  8:14 UTC  (3+ messages)
` [Intel-gfx] [RESEND 3/3] drm/i915/dsi: use VBT backlight and CABC port definitions directly

[Intel-gfx] [PATCH] drm/i915: Fix random -ENOSPC eviction errors due to locked vma objects
 2022-08-17  7:34 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 1/2] drm/i915/gt: Add dedicated function for non-ctx register tuning settings
 2022-08-17  5:19 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 2/2] drm/i915/dg2: Add additional "
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v2,1/2] drm/i915/gt: Add dedicated function for non-ctx register "

[Intel-gfx] [PATCH 00/39] drm/i915: add display sub-struct to drm_i915_private
 2022-08-17  4:49 UTC  (13+ messages)
` [Intel-gfx] [PATCH 09/39] drm/i915: move and group gmbus members under display.gmbus
` [Intel-gfx] [PATCH 12/39] drm/i915: move and split audio under display.audio and display.funcs
` [Intel-gfx] [PATCH 37/39] drm/i915: move quirks under display sub-struct

[Intel-gfx] [PATCH 0/3] drm/i915/dsi: fix DSI DCS backlight port handling
 2022-08-16 14:55 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/dsi: fix dual-link DSI backlight and CABC ports for display 11+
` [Intel-gfx] [PATCH 3/3] drm/i915/dsi: use VBT backlight and CABC port definitions directly

[Intel-gfx] [PATCH 0/3] drm/i915: Replace kmap() with kmap_local_page()
 2022-08-24 17:50 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm: Fix all occurences of the "the the" typo
 2022-08-16  8:53 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/backlight: split out backlight registers to a separate file
 2022-08-16  4:18 UTC  (2+ messages)

[Intel-gfx] [Intel-gfx 0/2] Delay disabling scheduling on a context
 2022-08-16  2:55 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH v2] drm/i915/guc/slpc: Allow SLPC to use efficient frequency
 2022-08-16  0:01 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/guc/slpc: Allow SLPC to use efficient frequency (rev2)

[Intel-gfx] [PATCH 2/2] drm/i915/dg2: Add additional tuning settings
 2022-08-15 23:46 UTC  (2+ messages)
` [Intel-gfx] [PATCH v2 "

[Intel-gfx] [PATCH] drm/i915/guc: clear stalled request after a reset
 2022-08-15 22:27 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/guc/slpc: Allow SLPC to use efficient frequency
 2022-08-15 16:51 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915: audit bo->resource usage
 2022-08-24 16:44 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/3] drm/ttm: stop allocating dummy resources during BO creation
` [Intel-gfx] [PATCH 3/3] drm/ttm: stop allocating a dummy resource for pipelined gutting
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915: audit bo->resource usage
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [Intel-gfx v4 0/2] Delay disabling scheduling on a context
 2022-08-15  4:31 UTC 

[Intel-gfx] [PATCH] drm/edid: Handle EDID 1.4 range descriptor h/vfreq offsets
 2022-08-24 16:10 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/edid: Handle EDID 1.4 range descriptor h/vfreq offsets (rev2)

[Intel-gfx] [PATCH 0/7] drm/i915: Add HWMON support
 2022-08-13  0:27 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Add HWMON support (rev3)

[Intel-gfx] Intel gpu memory corruption
 2022-08-12 21:24 UTC 

[Intel-gfx] [PATCH] drm/i915: Add new ADL-S pci id
 2022-08-24 15:08 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915: Switch TGL-H DP-IN to dGFX when it's supported
 2022-08-24 14:22 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915: Support Async Flip on Linear buffers
 2022-08-24 12:17 UTC  (5+ messages)
` [Intel-gfx] [PATCHv3] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).