public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2022-08-18 23:44:28 to 2022-08-23 10:25:30 UTC [more...]

[Intel-gfx] [Bug 216388] New: On Host, kernel errors in KVM, on guests, it shows CPU stalls
 2022-08-22 23:21 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/4] drm/i915: Remove references to uncore from display
 2022-08-23 10:25 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915: Move display pcode requests to intel_de
` [Intel-gfx] [PATCH 2/4] drm/i915: Remove uncore from intel_tc.c
` [Intel-gfx] [PATCH 3/4] drm/i915: Remove uncore from intel_bios.c
` [Intel-gfx] [PATCH 4/4] drm/i915: Replace remaining display uncore references to use intel_de
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Move display pcode requests to intel_de
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 0/7] Fixes and improvements to GuC logging and error capture
 2022-08-23 10:09 UTC  (5+ messages)
` [Intel-gfx] [PATCH 3/7] drm/i915/guc: Add GuC <-> kernel time stamp translation information

[Intel-gfx] [PATCH v7 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-08-23  2:30 UTC  (10+ messages)
` [Intel-gfx] [PATCH v7 1/8] overflow: Move and add few utility macros into overflow

[Intel-gfx] [PATCH v8 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-08-23 10:17 UTC  (9+ messages)
` [Intel-gfx] [PATCH v8 1/8] overflow: Move and add few utility macros into overflow
` [Intel-gfx] [PATCH v8 2/8] util_macros: Add exact_type macro to catch type mis-match while compiling
` [Intel-gfx] [PATCH v8 3/8] drm/i915/gem: Typecheck page lookups
` [Intel-gfx] [PATCH v8 4/8] drm/i915: Check for integer truncation on scatterlist creation
` [Intel-gfx] [PATCH v8 5/8] drm/i915: Check for integer truncation on the configuration of ttm place
` [Intel-gfx] [PATCH v8 6/8] drm/i915: Check if the size is too big while creating shmem file
` [Intel-gfx] [PATCH v8 7/8] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
` [Intel-gfx] [PATCH v8 8/8] drm/i915: Remove truncation warning for large objects

[Intel-gfx] [PATCH v3 00/14] drm/i915: stop modifying "const" device info
 2022-08-19 12:02 UTC  (15+ messages)
` [Intel-gfx] [PATCH v3 01/14] drm/i915/guc: remove runtime info printing from time stamp logging
` [Intel-gfx] [PATCH v3 02/14] drm/i915: combine device info printing into one
` [Intel-gfx] [PATCH v3 03/14] drm/i915: add initial runtime info into device info
` [Intel-gfx] [PATCH v3 04/14] drm/i915: move graphics.ver and graphics.rel to runtime info
` [Intel-gfx] [PATCH v3 05/14] drm/i915: move fbc_mask "
` [Intel-gfx] [PATCH v3 06/14] drm/i915: move page_sizes "
` [Intel-gfx] [PATCH v3 07/14] drm/i915: move ppgtt_type and ppgtt_size "
` [Intel-gfx] [PATCH v3 08/14] drm/i915: move has_pooled_eu "
` [Intel-gfx] [PATCH v3 09/14] drm/i915: move memory_regions "
` [Intel-gfx] [PATCH v3 10/14] drm/i915: move platform_engine_mask "
` [Intel-gfx] [PATCH v3 11/14] drm/i915: move pipe_mask and cpu_transcoder_mask "
` [Intel-gfx] [PATCH v3 12/14] drm/i915: move has_hdcp "
` [Intel-gfx] [PATCH v3 13/14] drm/i915: move has_dmc "
` [Intel-gfx] [PATCH v3 14/14] drm/i915: move has_dsc "

[Intel-gfx] [PATCH 0/7] drm/i915: Add HWMON support
 2022-08-23  9:46 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/7] drm/i915/hwmon: Add HWMON infrastructure

[Intel-gfx] [PATCH] drm/i915/display: Fix warning callstack for imbalance wakeref
 2022-08-23  2:35 UTC 

[Intel-gfx] [PATCH v1] drm/i915: fix null pointer dereference
 2022-08-23  9:27 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: fix null pointer dereference (rev2)

[Intel-gfx] [PATCH v6 0/4] drm/i915/display: stop HPD workers before display driver unregister
 2022-08-23  9:10 UTC  (9+ messages)
` [Intel-gfx] [PATCH v6 1/4] drm/i915/hpd: postpone HPD cancel work after last user suspension
` [Intel-gfx] [PATCH v6 2/4] drm/i915/fbdev: suspend HPD before fbdev unregistration
` [Intel-gfx] [PATCH v6 3/4] drm/i915/display: add hotplug.suspended flag

[Intel-gfx] [PATCH 00/19] Add DG2 OA support
 2022-08-23  7:51 UTC  (19+ messages)
` [Intel-gfx] [PATCH 01/19] drm/i915/perf: Fix OA filtering logic for GuC mode
` [Intel-gfx] [PATCH 02/19] drm/i915/perf: Add OA formats for DG2
` [Intel-gfx] [PATCH 03/19] drm/i915/perf: Fix noa wait predication "
` [Intel-gfx] [PATCH 04/19] drm/i915/perf: Determine gen12 oa ctx offset at runtime
` [Intel-gfx] [PATCH 05/19] drm/i915/perf: Enable commands per clock reporting in OA
` [Intel-gfx] [PATCH 06/19] drm/i915/perf: Use helpers to process reports w.r.t. OA buffer size
` [Intel-gfx] [PATCH 08/19] drm/i915/perf: Move gt-specific data from i915->perf to gt->perf
` [Intel-gfx] [PATCH 09/19] drm/i915/perf: Replace gt->perf.lock with stream->lock for file ops
` [Intel-gfx] [PATCH 10/19] drm/i915/perf: Use gt-specific ggtt for OA and noa-wait buffers
` [Intel-gfx] [PATCH 11/19] drm/i915/perf: Store a pointer to oa_format in oa_buffer
` [Intel-gfx] [PATCH 12/19] drm/i915/perf: Parse 64bit report header formats correctly
` [Intel-gfx] [PATCH 13/19] drm/i915/perf: Add Wa_16010703925:dg2
` [Intel-gfx] [PATCH 14/19] drm/i915/perf: Add Wa_1608133521:dg2
` [Intel-gfx] [PATCH 15/19] drm/i915/perf: Add Wa_1508761755:dg2
` [Intel-gfx] [PATCH 16/19] drm/i915/perf: Apply Wa_18013179988
` [Intel-gfx] [PATCH 17/19] drm/i915/perf: Save/restore EU flex counters across reset
` [Intel-gfx] [PATCH 18/19] drm/i915/guc: Support OA when Wa_16011777198 is enabled

[Intel-gfx] [PATCH] drm/i915/backlight: Disable pps power hook for aux based backlight
 2022-08-23  7:37 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915/combo_phy: Set DCC_MODE to one time update mode
 2022-08-23  2:00 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/5] Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes
 2022-08-23  0:19 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/5] drm/i915/dp: Add helper to check DSC1.2 for HDMI2.1 DFP
` [Intel-gfx] [PATCH 2/5] drm/i915/dp: Reset frl trained flag before restarting FRL training
` [Intel-gfx] [PATCH 3/5] drm/i915/dp: Fix DFP RGB->YCBCR conversion
` [Intel-gfx] [PATCH 4/5] drm/i915/dp: Handle BPP where HDMI2.1 DFP doesn't support DSC
` [Intel-gfx] [PATCH 5/5] drm/i915/dp: Fix FRL BW check for HDMI2.1 DFP
` [Intel-gfx] ✓ Fi.CI.BAT: success for Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/2] Add DP MST DSC support to i915
 2022-08-22 22:52 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/2] drm: Add missing DP DSC extended capability definitions
` [Intel-gfx] [PATCH 2/2] drm/i915: Add DSC support to MST path
` [Intel-gfx] ✓ Fi.CI.BAT: success for Add DP MST DSC support to i915 (rev7)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/3] Enable Pipewriteback Framework
 2022-08-22 20:05 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915: Define WD trancoder for i915
` [Intel-gfx] [PATCH 2/3] drm/i915 : Changing intel_connector iterators
` [Intel-gfx] [PATCH 3/3] drm/i915: Enabling WD Transcoder
` [Intel-gfx] ✓ Fi.CI.BAT: success for Enable Pipewriteback Framework

[Intel-gfx] [PULL] gvt-fixes (resend)
 2022-08-22 17:41 UTC  (2+ messages)

[Intel-gfx] [PATCH v3] drm/i915/guc/slpc: Allow SLPC to use efficient frequency
 2022-08-22 17:36 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/guc/slpc: Allow SLPC to use efficient frequency (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/guc/slpc: Allow SLPC to use efficient frequency (rev5)

[Intel-gfx] [PATCH v6 1/6] drm/ttm: Add new callbacks to ttm res mgr
 2022-08-22 13:38 UTC  (6+ messages)
` [Intel-gfx] [PATCH v6 3/6] drm/amdgpu: Implement intersect/compatible functions
` [Intel-gfx] [PATCH v6 4/6] drm/i915: "
` [Intel-gfx] [PATCH v6 5/6] drm/nouveau: "
` [Intel-gfx] [PATCH v6 6/6] drm/ttm: Switch to using the new res callback

[Intel-gfx] [RFC 08/10] cpuhp: Replace cpumask_any_but(cpu_online_mask, cpu)
 2022-08-22  2:15 UTC 

[Intel-gfx] [PATCH v2] drm/i915/combo_phy: Add Workaround to avoid flicker with HBR3 eDP Panels
 2022-08-22 11:19 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/dsc/mtl: Update the DSC minor version
 2022-08-22 10:40 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/dsc/mtl: Enable alternate ICH method
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915/dsc/mtl: Update the DSC minor version (rev2)

[Intel-gfx] [PATCHv3] drm/i915/display: add support for dual panel backlight
 2022-08-22  9:23 UTC  (4+ messages)

[Intel-gfx] [PATCH v2 0/3] Enable Pipewriteback
 2022-08-22  8:16 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 1/3] drm/i915: Define WD trancoder for i915
` [Intel-gfx] [PATCH v2 2/3] drm/i915 : Changing intel_connector iterators

[Intel-gfx] [PATCH 00/39] drm/i915: add display sub-struct to drm_i915_private
 2022-08-22  4:10 UTC  (9+ messages)
` [Intel-gfx] [PATCH 14/39] drm/i915: move and group fbdev under display.fbdev
` [Intel-gfx] [PATCH 15/39] drm/i915: move wm to display.wm
` [Intel-gfx] [PATCH 16/39] drm/i915: move and group hdcp under display.hdcp
` [Intel-gfx] [PATCH 18/39] drm/i915: move overlay to display.overlay

[Intel-gfx] [PATCH] drm/i915: Support Async Flip on Linear buffers
 2022-08-22  3:36 UTC  (3+ messages)
` [Intel-gfx] [PATCHv3] "

[Intel-gfx] [PULL] gvt-fixes
 2022-08-22  3:00 UTC  (10+ messages)

[Intel-gfx] [PATCH] Revert "drm/i915/guc: Add delay to disable scheduling after pin count goes to zero"
 2022-08-20 13:13 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 00/15] drm/i915: HuC loading for DG2
 2022-08-20  2:01 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/4] CDCLK churn: move checks to atomic check
 2022-08-20  1:29 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/display: Add CDCLK actions to intel_cdclk_state
` [Intel-gfx] [PATCH 2/4] drm/i915/squash: s/intel_cdclk_can_squash/intel_cdclk_squash
` [Intel-gfx] [PATCH 3/4] drm/i915/display: s/intel_cdclk_can_crawl/intel_cdclk_crawl
` [Intel-gfx] [PATCH 4/4] drm/i915/display: Add cdclk checks to atomic check
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for CDCLK churn: move "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v3 00/15] drm/i915: HuC loading for DG2
 2022-08-19 22:53 UTC  (15+ messages)
` [Intel-gfx] [PATCH v3 01/15] HAX: mei: GSC support for XeHP SDV and DG2 platform
` [Intel-gfx] [PATCH v3 02/15] mei: add support to GSC extended header
` [Intel-gfx] [PATCH v3 03/15] mei: bus: enable sending gsc commands
` [Intel-gfx] [PATCH v3 05/15] mei: pxp: add command streamer API to the PXP driver
` [Intel-gfx] [PATCH v3 06/15] mei: pxp: support matching with a gfx discrete card
` [Intel-gfx] [PATCH v3 07/15] drm/i915/pxp: load the pxp module when we have a gsc-loaded huc
` [Intel-gfx] [PATCH v3 08/15] drm/i915/pxp: implement function for sending tee stream command
` [Intel-gfx] [PATCH v3 09/15] drm/i915/pxp: add huc authentication and loading command
` [Intel-gfx] [PATCH v3 10/15] drm/i915/dg2: setup HuC loading via GSC
` [Intel-gfx] [PATCH v3 11/15] drm/i915/huc: track delayed HuC load with a fence
` [Intel-gfx] [PATCH v3 12/15] drm/i915/huc: stall media submission until HuC is loaded
` [Intel-gfx] [PATCH v3 13/15] drm/i915/huc: better define HuC status getparam possible return values
` [Intel-gfx] [PATCH v3 14/15] drm/i915/huc: define gsc-compatible HuC fw for DG2
` [Intel-gfx] [PATCH v3 15/15] HAX: drm/i915: force INTEL_MEI_GSC and INTEL_MEI_PXP on for CI

[Intel-gfx] [PATCH v2 00/21] Initial Meteorlake Support
 2022-08-19 19:46 UTC  (18+ messages)
` [Intel-gfx] [PATCH v2 01/21] drm/i915: Read graphics/media/display arch version from hw
` [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 06/21] drm/i915/mtl: Add PCH support
` [Intel-gfx] [PATCH v2 07/21] drm/i915/mtl: Add gmbus and gpio support
` [Intel-gfx] [PATCH v2 08/21] drm/i915/mtl: Add VBT port and AUX_CH mapping
` [Intel-gfx] [PATCH v2 11/21] drm/i915/mtl: Add DP AUX support on TypeC ports
` [Intel-gfx] [PATCH v2 13/21] drm/i915: Extract wm latency adjustment to its own function
` [Intel-gfx] [PATCH v2 14/21] drm/i915/mtl: memory latency data from LATENCY_LPX_LPY for WM
` [Intel-gfx] [PATCH v2 17/21] drm/i915/mtl: Update MBUS_DBOX credits
` [Intel-gfx] [PATCH v2 19/21] drm/i915/display/mtl: Extend MBUS programming
` [Intel-gfx] [PATCH v2 21/21] drm/i915/mtl: Do not update GV point, mask value

[Intel-gfx] [PATCH] drm/i915: Switch TGL-H DP-IN to dGFX when it's supported
 2022-08-19 17:01 UTC  (9+ messages)
          ` [Intel-gfx] [External] "

[Intel-gfx] [drm-intel:drm-intel-gt-next 2/2] drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:352:20: error: unused function 'context_has_committed_requests'
 2022-08-19 14:39 UTC 

[Intel-gfx] [PATCH 0/3] Fixes for damage clips handling
 2022-08-19 13:19 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/3] drm: Use original src rect while initializing damage iterator

[Intel-gfx] [PATCH] gpu: move from strlcpy with unused retval to strscpy
 2022-08-19 13:15 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH v2 00/29] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-17 20:18 UTC  (8+ messages)
` [Intel-gfx] [PATCH v2 01/29] ACPI: video: Add acpi_video_backlight_use_native() helper

[Intel-gfx] [PATCH v3 00/31] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-19 10:05 UTC  (11+ messages)
` [Intel-gfx] [PATCH v3 09/31] ACPI: video: Make backlight class device registration a separate step (v2)
` [Intel-gfx] [PATCH v3 15/31] platform/x86: nvidia-wmi-ec-backlight: Move fw interface definitions to a header
` [Intel-gfx] [PATCH v3 17/31] ACPI: video: Add Nvidia WMI EC brightness control detection (v2)
` [Intel-gfx] [PATCH v3 19/31] platform/x86: nvidia-wmi-ec-backlight: Use acpi_video_get_backlight_type()

[Intel-gfx] [PATCH v3] drm/i915/pxp: don't start pxp without mei_pxp bind
 2022-08-19 11:53 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/pxp: don't start pxp without mei_pxp bind (rev3)

[Intel-gfx] [RESEND 0/3] drm/i915/dsi: fix DSI DCS backlight port handling
 2022-08-19  9:52 UTC  (5+ messages)
` [Intel-gfx] [RESEND 1/3] drm/i915/dsi: filter invalid backlight and CABC ports

[Intel-gfx] [PATCH] drm/i915/mtl: Introduce FBC B
 2022-08-19  9:51 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/mtl: Meteorlake and later support DP 2.0
 2022-08-19  9:50 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/pps: added get_pps_idx() hook as part of pps_get_register() cleanup
 2022-08-19  9:46 UTC  (3+ messages)

[Intel-gfx] [PATCH i-g-t 1/3] tests/gem_exec_fence: Fix wrong engine checked for store_dword capability
 2022-08-19  6:02 UTC  (4+ messages)

[Intel-gfx] [PATCH i-g-t] i915/guc: Disable i915_pm_rps when SLPC is enabled
 2022-08-19  4:15 UTC 

[Intel-gfx] [PATCH v2 09/15] drm/i915/pxp: add huc authentication and loading command
 2022-08-19  4:11 UTC  (2+ messages)

[Intel-gfx] [PATCH i-g-t] i915/guc: Disable i915_pm_rps when SLPC is enabled
 2022-08-19  0:37 UTC 


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