intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-28 16:44:50 to 2024-07-04 12:27:58 UTC [more...]

[PULL] drm-misc-fixes
 2024-07-04 12:27 UTC 

[PATCH v1] drm/ci: uprev IGT
 2024-07-04 11:09 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 0/9] drm/i915: Dump DSC state to dmesg/debugfs
 2024-07-04 11:00 UTC  (20+ messages)
` [PATCH v2 1/9] drm: Add helpers for q4 fixed point values
` [PATCH v2 3/9] drm/i915: Replace to_bpp_x16() with fxp_q4_from_int()
` [PATCH v2 4/9] drm/i915: Replace to_bpp_int() with fxp_q4_to_int()
` [PATCH v2 5/9] drm/i915: Replace to_bpp_int_roundup() with fxp_q4_to_int_roundup()
` [PATCH v2 6/9] drm/i915: Replace to_bpp_frac() with fxp_q4_to_frac()
` [PATCH v2 7/9] drm/i915: Replace BPP_X16_FMT()/ARGS() with FXP_Q4_FMT()/ARGS()
` [PATCH v2 8/9] drm/i915: Dump DSC state to dmesg and debugfs/i915_display_info
` [PATCH v2 9/9] drm/i915: Remove DSC register dump
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Dump DSC state to dmesg/debugfs (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Dump DSC state to dmesg/debugfs (rev3)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "

[PULL] drm-xe-fixes
 2024-07-04 10:51 UTC 

[PATCH v2 0/1] Cache SDP caps during connector detection
 2024-07-04 10:43 UTC  (4+ messages)
` [PATCH v2 1/1] drm/i915/display: Cache adpative sync caps to use it later
` ✓ Fi.CI.BAT: success for Cache SDP caps during connector detection (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH 0/5] drm/i915/dp: Fix LTTPR detection
 2024-07-04  8:21 UTC  (10+ messages)
` [PATCH 1/5] drm/i915/dp: Don't switch the LTTPR mode on an active link
` [PATCH 2/5] drm/i915/dp: Reset cached LTTPR count if number of LTTPRs is unsupported
` [PATCH 3/5] drm/i915/dp: Keep cached LTTPR mode up-to-date
` [PATCH 4/5] drm/dp: Add the LTTPR PHY OUI DPCD register
` [PATCH 5/5] drm/i915/dp: Dump the LTTPR PHY descriptors
` ✗ Fi.CI.SPARSE: warning for drm/i915/dp: Fix LTTPR detection
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PULL] drm-intel-gt-next
 2024-07-04  7:31 UTC 

[CI 1/2] drm/xe/bmg: implement Wa_16023588340
 2024-07-04  0:18 UTC  (5+ messages)
` [CI 2/2] drm/i915: disable fbc due to Wa_16023588340
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/xe/bmg: implement Wa_16023588340
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v9 00/53] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2024-07-03 14:40 UTC  (82+ messages)
` [PATCH v9 01/52] docs/dyndbg: update examples \012 to \n
` [PATCH v9 02/52] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v9 03/52] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v9 04/52] dyndbg: make ddebug_class_param union members same size
` [PATCH v9 05/52] dyndbg: replace classmap list with a vector
` [PATCH v9 06/52] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
` [PATCH v9 07/52] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
` [PATCH v9 08/52] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v9 09/52] dyndbg: reduce verbose/debug clutter
` [PATCH v9 10/52] dyndbg: silence debugs with no-change updates
` [PATCH v9 11/52] dyndbg: tighten ddebug_class_name() 1st arg type
` [PATCH v9 12/52] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v9 13/52] dyndbg: reduce verbose=3 messages in ddebug_add_module
` [PATCH v9 14/52] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v9 15/52] dyndbg-API: fix DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 16/52] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
` [PATCH v9 17/52] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
` [PATCH v9 18/52] dyndbg-doc: add classmap info to howto
` [PATCH v9 19/52] dyndbg: treat comma as a token separator
` [PATCH v9 20/52] selftests-dyndbg: add comma_terminator_tests
` [PATCH v9 21/52] dyndbg: split multi-query strings with %
` [PATCH v9 22/52] selftests-dyndbg: test_percent_splitting
` [PATCH v9 23/52] docs/dyndbg: explain new delimiters: comma, percent
` [PATCH v9 24/52] selftests-dyndbg: add test_mod_submod
` [PATCH v9 25/52] dyndbg-doc: explain flags parse 1st
` [PATCH v9 26/52] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v9 27/52] selftests-dyndbg: check KCONFIG_CONFIG to avoid silly fails
` [PATCH v9 28/52] dyndbg-selftest: reduce default verbosity
` [PATCH v9 29/52] drm: use correct ccflags-y spelling
` [PATCH v9 30/52] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v9 31/52] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM
` [PATCH v9 32/53] DRM-CLASSMAP-USE in drm-drv.c
` [PATCH v9 32/52] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v9 33/53] "
` [PATCH v9 33/52] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v9 34/52] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v9 34/53] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v9 35/53] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v9 35/52] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v9 36/53] "
` [PATCH v9 36/52] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v9 37/53] "
` [PATCH v9 37/52] drm-print: workaround unused variable compiler meh
` [PATCH v9 38/52] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v9 38/53] drm-print: workaround unused variable compiler meh
` [PATCH v9 39/52] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v9 39/53] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v9 40/52] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v9 40/53] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v9 41/52] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v9 41/53] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v9 42/53] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v9 42/52] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v9 43/53] "
` [PATCH v9 43/52] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v9 44/53] "
` [PATCH v9 44/52] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v9 45/53] "
` [PATCH v9 45/52] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v9 46/52] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v9 46/53] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v9 47/52] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v9 47/53] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v9 48/52] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v9 48/53] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v9 49/53] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v9 49/52] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v9 50/53] "
` [PATCH v9 50/52] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v9 51/52] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v9 51/53] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v9 52/53] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v9 52/52] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v9 53/53] "
` ✗ Fi.CI.BUILD: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y

[PATCH v8 1/2] drm/i915/panelreplay: Panel replay workaround with VRR
 2024-07-03 13:15 UTC  (10+ messages)
` [PATCH v8 2/2] drm/i915/display: Set Context Latency at least 1 for psr1/psr2 during vrr
` ✗ Fi.CI.SPARSE: warning for series starting with [v8,1/2] drm/i915/panelreplay: Panel replay workaround with VRR
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 00/14] drm/i915/dsb: Use chained DSBs for LUT programming
 2024-07-03 12:20 UTC  (16+ messages)
` [PATCH 05/14] drm/i915/dsb: Shuffle code around
` [PATCH 06/14] drm/i915/dsb: Fix dewake scanline
` [PATCH 07/14] drm/i915/dsb: Account for VRR properly in DSB scanline stuff
` [PATCH 08/14] drm/i915/dsb: Precompute DSB_CHICKEN
` [PATCH 09/14] drm/i915/dsb: Introduce intel_dsb_wait_scanline_{in, out}()
` [PATCH 10/14] drm/i915/dsb: Introduce intel_dsb_chain()

[PATCH] i915/perf: Remove code to update PWR_CLK_STATE for gen12
 2024-07-03 11:30 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✗ Fi.CI.BAT: failure for i915/perf: Remove code to update PWR_CLK_STATE for gen12 (rev2)

[PATCH 0/4] Ultrajoiner basic functionality series
 2024-07-03 10:02 UTC  (7+ messages)
` [PATCH 2/4] drm/i915: Implement hw state readout for ultrajoiner
` [PATCH 3/4] drm/i915: Compute config and mode valid changes "

[PATCH v3 1/2] drm/xe/bmg: implement Wa_16023588340
 2024-07-03  9:41 UTC  (7+ messages)
` [PATCH v3 2/2] drm/i915: disable fbc due to Wa_16023588340
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/2] drm/xe/bmg: implement Wa_16023588340
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/dp: Wait more before rearming FIFO underrun during retrain
 2024-07-03  6:27 UTC  (5+ messages)

linux-next: Fixes tag needs some work in the drm-intel tree
 2024-07-03  2:40 UTC  (3+ messages)
` Comments in Fixes: line (Was: Re: linux-next: Fixes tag needs some work in the drm-intel tree)

[PATCH] drm/i915: implement vmap/vunmap GEM object functions
 2024-07-02 20:46 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 0/2] Cache SDP caps during connector detection
 2024-07-02 20:16 UTC  (7+ messages)
` [PATCH 1/2] drm/i915/display: Avoid reading as sdp caps during each atomic commit
` [PATCH 2/2] drm/i915/display: Cache Adaptive Sync SDP caps
` ✗ Fi.CI.SPARSE: warning for Cache SDP caps during connector detection
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 1/2] drm/xe/bmg: implement Wa_16023588340
 2024-07-02 20:07 UTC  (12+ messages)
` [PATCH v2 2/2] drm/i915: disable fbc due to Wa_16023588340
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/xe/bmg: implement Wa_16023588340
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PULL] drm-xe-next
 2024-07-02 19:02 UTC 

[PATCH 2/2] drm/i915: disable fbc due to Wa_16023588340
 2024-07-02 10:24 UTC  (10+ messages)

[PULL] drm-intel-fixes
 2024-07-02  8:28 UTC 

[PATCH i-g-t v2] test/xe_gt_freq: Add helper to read RPe freq
 2024-07-01 16:44 UTC 

[PATCH] drm/i915: Skip programming FIA link enable bits for MTL+
 2024-07-01 14:20 UTC  (6+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] drm/i915/display: For MTL+ platforms skip mg dp programming
 2024-07-01  7:38 UTC  (4+ messages)

Regression on linux-next (next-20240625)
 2024-06-29  4:11 UTC  (2+ messages)

[PATCH 0/1] On Xe2 platform always require ccs alignment on tile4
 2024-06-28 18:08 UTC  (3+ messages)
` [PATCH 1/1] drm/i915/display: "
` ✗ Fi.CI.BAT: failure for "


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).