October 2024 Archives by date
Starting: Tue Oct 1 05:39:21 UTC 2024
Ending: Thu Oct 31 22:27:59 UTC 2024
Messages: 698
- [PATCH] drm/i915/psr: Stop using crtc_state->uapi.adjusted_mode
Jouni Högander
- [PATCH 0/7] Use trans push mechanism to generate frame change event
Jouni Högander
- [PATCH 1/7] drm/i915/psr: Add TRANS_PUSH register bit definition for PSR
Jouni Högander
- [PATCH 2/7] drm/i915/vrr: Do not overwrite TRANS_PUSH PSR Frame Change Enable
Jouni Högander
- [PATCH 3/7] drm/i915/vrr: Use TRANS_PUSH mechanism for PSR frame change
Jouni Högander
- [PATCH 4/7] drm/i915/psr: Rename psr_force_hw_tracking_exit as psr_force_exit
Jouni Högander
- [PATCH 5/7] drm/i915/psr: Simplify frontbuffer invalidate/flush callbacks
Jouni Högander
- [PATCH 6/7] drm/i915/psr: Add VRR send push interface for PSR usage
Jouni Högander
- [PATCH 7/7] drm/i915/display: Generate PSR frame change event on cursor update
Jouni Högander
- [PATCH v2] WIP: drm/i915/gem: Asynchronous GTT unbinding
Nitin Gote
- [PATCH 00/64] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
Jim Cromie
- [PATCH 01/65] docs/dyndbg: update examples \012 to \n
Jim Cromie
- [PATCH 02/65] test-dyndbg: fixup CLASSMAP usage error
Jim Cromie
- [PATCH 03/65] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
Jim Cromie
- [PATCH 04/65] dyndbg: make ddebug_class_param union members same size
Jim Cromie
- [PATCH 05/65] dyndbg: replace classmap list with a vector
Jim Cromie
- [PATCH 06/65] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
Jim Cromie
- [PATCH 07/65] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
Jim Cromie
- [PATCH 08/65] dyndbg: drop NUM_TYPE_ARRAY
Jim Cromie
- [PATCH 09/65] dyndbg: reduce verbose/debug clutter
Jim Cromie
- [PATCH 10/65] dyndbg: silence debugs with no-change updates
Jim Cromie
- [PATCH 11/65] dyndbg: tighten ddebug_class_name() 1st arg type
Jim Cromie
- [PATCH 12/65] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
Jim Cromie
- [PATCH 13/65] dyndbg: reduce verbose=3 messages in ddebug_add_module
Jim Cromie
- [PATCH 14/65] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
Jim Cromie
- [PATCH 15/65] checkpatch: add an exception to the do-while wrapper advice
Jim Cromie
- [PATCH 16/65] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
Jim Cromie
- [PATCH 17/65] dyndbg-test: change do_prints testpoint to accept a loopct
Jim Cromie
- [PATCH 18/65] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
Jim Cromie
- [PATCH 19/65] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
Jim Cromie
- [PATCH 20/65] dyndbg-doc: add classmap info to howto
Jim Cromie
- [PATCH 21/65] docs-dyndbg: improve howto classmaps api section
Jim Cromie
- [PATCH 22/65] dyndbg: treat comma as a token separator
Jim Cromie
- [PATCH 23/65] selftests-dyndbg: add comma_terminator_tests
Jim Cromie
- [PATCH 24/65] dyndbg: split multi-query strings with %
Jim Cromie
- [PATCH 25/65] selftests-dyndbg: test_percent_splitting
Jim Cromie
- [PATCH 26/65] docs/dyndbg: explain new delimiters: comma, percent
Jim Cromie
- [PATCH 27/65] selftests-dyndbg: add test_mod_submod
Jim Cromie
- [PATCH 28/65] dyndbg-doc: explain flags parse 1st
Jim Cromie
- [PATCH 29/65] dyndbg: change __dynamic_func_call_cls* macros into expressions
Jim Cromie
- [PATCH 30/65] selftests-dyndbg: check KCONFIG_CONFIG to avoid silly fails
Jim Cromie
- [PATCH 31/65] dyndbg-selftest: reduce default verbosity
Jim Cromie
- [PATCH 32/65] drm: use correct ccflags-y spelling
Jim Cromie
- [PATCH 33/65] checkpatch: dont warn about unused macro arg on empty body
Jim Cromie
- [PATCH 34/65] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
Jim Cromie
- [PATCH 35/65] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM
Jim Cromie
- [PATCH 36/65] drm-print: fix config-dependent unused variable
Jim Cromie
- [PATCH 37/65] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
Jim Cromie
- [PATCH 38/65] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
Jim Cromie
- [PATCH 39/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
Jim Cromie
- [PATCH 40/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
Jim Cromie
- [PATCH 41/65] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
Jim Cromie
- [PATCH 42/65] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
Jim Cromie
- [PATCH 43/65] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
Jim Cromie
- [PATCH 44/65] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
Jim Cromie
- [PATCH 45/65] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
Jim Cromie
- [PATCH 46/65] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
Jim Cromie
- [PATCH 47/65] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
Jim Cromie
- [PATCH 48/65] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
Jim Cromie
- [PATCH 49/65] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
Jim Cromie
- [PATCH 50/65] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
Jim Cromie
- [PATCH 51/65] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
Jim Cromie
- [PATCH 52/65] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
Jim Cromie
- [PATCH 53/65] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
Jim Cromie
- [PATCH 54/65] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
Jim Cromie
- [PATCH 55/65] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
Jim Cromie
- [PATCH 56/65] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
Jim Cromie
- [PATCH 57/65] dyndbg: simplify ddebug_find_valid_class
Jim Cromie
- [PATCH 58/65] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
Jim Cromie
- [PATCH 59/65] dyndbg: drop premature optimization
Jim Cromie
- [PATCH 60/65] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
Jim Cromie
- [PATCH 61/65] dyndbg: allow ddebug_add_module to fail
Jim Cromie
- [PATCH 62/65] dyndbg: fail modprobe if classmaps have conflicting class-id ranges WIP
Jim Cromie
- [PATCH 63/65] dyndbg: change ddebug_class_user.user_mod_name to .mod_name
Jim Cromie
- [PATCH 64/65] dyndbg: rework ddebug_attach_*module_classes
Jim Cromie
- [PATCH 65/65] dyndbg: improve vpr_cm_info msg format
Jim Cromie
- ✗ Fi.CI.BAT: failure for series starting with [1/7] WIP - fixing i915_driver_hw_remove()
Patchwork
- ✗ Fi.CI.BUILD: warning for drm/i915/dp: Add FEC Enable Retry mechanism (rev3)
Patchwork
- ✓ Fi.CI.BAT: success for drivers/i915: move segment iterator to match current offset (rev2)
Patchwork
- ✗ Fi.CI.BAT: failure for drm/i915/dp: Add FEC Enable Retry mechanism (rev3)
Patchwork
- ✓ Fi.CI.BAT: success for DP DSC min/max src bpc fixes (rev3)
Patchwork
- ✓ Fi.CI.BAT: success for VRR refactoring and panel replay workaround
Patchwork
- ✓ Fi.CI.BAT: success for Use trans push mechanism to generate frame change event
Patchwork
- ✗ Fi.CI.BAT: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev2)
Patchwork
- [PATCH i-g-t] tests/kms_plane_scaling: Require at least 30 Hz refresh rate
Mika Kahola
- [PATCH 0/9] Add support for 3 VDSC engines 12 slices
Ankit Nautiyal
- [PATCH 1/9] drm/i915/display: Prepare for dsc 3 stream splitter
Ankit Nautiyal
- [PATCH 2/9] drm/i915/vdsc: Use VDSC0/VDSC1 for LEFT/RIGHT VDSC engine
Ankit Nautiyal
- [PATCH 3/9] drm/i915/vdsc: Add register bits for VDSC2 engine
Ankit Nautiyal
- [PATCH 4/9] drm/i915/vdsc: Add support for read/write PPS for DSC3
Ankit Nautiyal
- [PATCH 5/9] drm/i915/dp: Add check for hdisplay divisible by slice count
Ankit Nautiyal
- [PATCH 6/9] drm/i915/display: Add DSC pixel replication
Ankit Nautiyal
- [PATCH 7/9] drm/i915/dp: Compute pixel replication count for DSC 12 slices case
Ankit Nautiyal
- [PATCH 8/9] drm/i915/dsc: Account for Odd pixel removal
Ankit Nautiyal
- [PATCH 9/9] drm/i915/dp: Add support for 3 vdsc engines and 12 slices.
Ankit Nautiyal
- ✗ Fi.CI.BAT: failure for WIP: drm/i915/gem: Asynchronous GTT unbinding (rev3)
Patchwork
- [PATCH] drm/i915/dp: Add FEC Enable Retry mechanism
Chaitanya Kumar Borah
- ✓ Fi.CI.BAT: success for Add support for 3 VDSC engines 12 slices (rev5)
Patchwork
- ✓ Fi.CI.BAT: success for drm/i915/dp: Add FEC Enable Retry mechanism (rev4)
Patchwork
- [PATCH 00/65] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
Jim Cromie
- [PATCH 01/65] docs/dyndbg: update examples \012 to \n
Jim Cromie
- [PATCH 02/65] test-dyndbg: fixup CLASSMAP usage error
Jim Cromie
- [PATCH 03/65] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
Jim Cromie
- [PATCH 04/65] dyndbg: make ddebug_class_param union members same size
Jim Cromie
- [PATCH 05/65] dyndbg: replace classmap list with a vector
Jim Cromie
- [PATCH 06/65] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
Jim Cromie
- [PATCH 07/65] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
Jim Cromie
- [PATCH 08/65] dyndbg: drop NUM_TYPE_ARRAY
Jim Cromie
- [PATCH 09/65] dyndbg: reduce verbose/debug clutter
Jim Cromie
- [PATCH 10/65] dyndbg: silence debugs with no-change updates
Jim Cromie
- [PATCH 11/65] dyndbg: tighten ddebug_class_name() 1st arg type
Jim Cromie
- [PATCH 12/65] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
Jim Cromie
- [PATCH 13/65] dyndbg: reduce verbose=3 messages in ddebug_add_module
Jim Cromie
- [PATCH 14/65] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
Jim Cromie
- [PATCH 15/65] checkpatch: add an exception to the do-while wrapper advice
Jim Cromie
- [PATCH 16/65] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
Jim Cromie
- [PATCH 17/65] dyndbg-test: change do_prints testpoint to accept a loopct
Jim Cromie
- [PATCH 18/65] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
Jim Cromie
- [PATCH 19/65] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
Jim Cromie
- [PATCH 20/65] dyndbg-doc: add classmap info to howto
Jim Cromie
- [PATCH 21/65] docs-dyndbg: improve howto classmaps api section
Jim Cromie
- [PATCH 22/65] dyndbg: treat comma as a token separator
Jim Cromie
- [PATCH 23/65] selftests-dyndbg: add comma_terminator_tests
Jim Cromie
- [PATCH 24/65] dyndbg: split multi-query strings with %
Jim Cromie
- [PATCH 25/65] selftests-dyndbg: test_percent_splitting
Jim Cromie
- [PATCH 26/65] docs/dyndbg: explain new delimiters: comma, percent
Jim Cromie
- [PATCH 27/65] selftests-dyndbg: add test_mod_submod
Jim Cromie
- [PATCH 28/65] dyndbg-doc: explain flags parse 1st
Jim Cromie
- [PATCH 29/65] dyndbg: change __dynamic_func_call_cls* macros into expressions
Jim Cromie
- [PATCH 30/65] selftests-dyndbg: check KCONFIG_CONFIG to avoid silly fails
Jim Cromie
- [PATCH 31/65] dyndbg-selftest: reduce default verbosity
Jim Cromie
- [PATCH 32/65] drm: use correct ccflags-y spelling
Jim Cromie
- [PATCH 33/65] checkpatch: dont warn about unused macro arg on empty body
Jim Cromie
- [PATCH 34/65] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
Jim Cromie
- [PATCH 35/65] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM
Jim Cromie
- [PATCH 36/65] drm-print: fix config-dependent unused variable
Jim Cromie
- [PATCH 37/65] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
Jim Cromie
- [PATCH 38/65] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
Jim Cromie
- [PATCH 39/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
Jim Cromie
- [PATCH 40/65] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
Jim Cromie
- [PATCH 41/65] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
Jim Cromie
- [PATCH 42/65] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
Jim Cromie
- [PATCH 43/65] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
Jim Cromie
- [PATCH 44/65] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
Jim Cromie
- [PATCH 45/65] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
Jim Cromie
- [PATCH 46/65] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
Jim Cromie
- [PATCH 47/65] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
Jim Cromie
- [PATCH 48/65] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
Jim Cromie
- [PATCH 49/65] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
Jim Cromie
- [PATCH 50/65] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
Jim Cromie
- [PATCH 51/65] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
Jim Cromie
- [PATCH 52/65] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
Jim Cromie
- [PATCH 53/65] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
Jim Cromie
- [PATCH 54/65] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
Jim Cromie
- [PATCH 55/65] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
Jim Cromie
- [PATCH 56/65] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
Jim Cromie
- [PATCH 57/65] dyndbg: simplify ddebug_find_valid_class
Jim Cromie
- [PATCH 58/65] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
Jim Cromie
- [PATCH 59/65] dyndbg: drop premature optimization
Jim Cromie
- [PATCH 60/65] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
Jim Cromie
- [PATCH 61/65] dyndbg: allow ddebug_add_module to fail
Jim Cromie
- [PATCH 62/65] dyndbg: fail modprobe if classmaps have conflicting class-id ranges WIP
Jim Cromie
- [PATCH 63/65] dyndbg: change ddebug_class_user.user_mod_name to .mod_name
Jim Cromie
- [PATCH 64/65] dyndbg: rework ddebug_attach_*module_classes
Jim Cromie
- [PATCH 65/65] dyndbg: improve vpr_cm_info msg format
Jim Cromie
- ✓ Fi.CI.BAT: success for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev3)
Patchwork
- ✗ Fi.CI.IGT: failure for drivers/i915: move segment iterator to match current offset (rev2)
Patchwork
- ✗ Fi.CI.IGT: failure for DP DSC min/max src bpc fixes (rev3)
Patchwork
- ✗ Fi.CI.IGT: failure for VRR refactoring and panel replay workaround
Patchwork
- ✗ Fi.CI.IGT: failure for Use trans push mechanism to generate frame change event
Patchwork
- [TEST v3 1/7] drm-tip: 2024y-09m-26d-07h-31m-35s UTC integration manifest
Luca Coelho
- [TEST v3 2/7] WIP - fixing i915_driver_hw_remove()
Luca Coelho
- [TEST v3 3/7] WIP - fix call order in i915_driver_hw_remove()
Luca Coelho
- [TEST v3 4/7] WIP - clean up the failpath in i915_driver_probe() part 1
Luca Coelho
- [TEST v3 5/7] WIP - sort intel_display_driver_remove_*() calls in i915_driver_remove()
Luca Coelho
- [TEST v3 6/7] WIP - fix small typo in i915_driver_register()
Luca Coelho
- [TEST v3 7/7] WIP - adding i915_ggtt_early_probe()
Luca Coelho
- [TEST] Revert "platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended"
Luca Coelho
- ✗ Fi.CI.BUILD: failure for series starting with [TEST,v3,1/7] drm-tip: 2024y-09m-26d-07h-31m-35s UTC integration manifest
Patchwork
- [TEST v3 1/6] WIP - fixing i915_driver_hw_remove()
Luca Coelho
- [TEST v3 2/6] WIP - fix call order in i915_driver_hw_remove()
Luca Coelho
- [TEST v3 3/6] WIP - clean up the failpath in i915_driver_probe() part 1
Luca Coelho
- [TEST v3 4/6] WIP - sort intel_display_driver_remove_*() calls in i915_driver_remove()
Luca Coelho
- [TEST v3 5/6] WIP - fix small typo in i915_driver_register()
Luca Coelho
- [TEST v3 6/6] WIP - adding i915_ggtt_early_probe()
Luca Coelho
- ✗ Fi.CI.BAT: failure for Revert "platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended"
Patchwork
- ✗ Fi.CI.BAT: failure for Revert "platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended"
Patchwork
- ✗ Fi.CI.BAT: failure for Revert "platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended"
Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [TEST,v3,1/6] WIP - fixing i915_driver_hw_remove()
Patchwork
- ✗ Fi.CI.IGT: failure for Add support for 3 VDSC engines 12 slices (rev5)
Patchwork
- ✗ Fi.CI.IGT: failure for drm/i915/dp: Add FEC Enable Retry mechanism (rev4)
Patchwork
- ✗ Fi.CI.IGT: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev3)
Patchwork
- Re: ✗ Fi.CI.IGT: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev3)
jim.cromie at gmail.com
- [PATCH 00/64] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
Jim Cromie
- [PATCH 01/64] docs/dyndbg: update examples \012 to \n
Jim Cromie
- [PATCH 02/64] test-dyndbg: fixup CLASSMAP usage error
Jim Cromie
- [PATCH 03/64] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
Jim Cromie
- [PATCH 04/64] dyndbg: make ddebug_class_param union members same size
Jim Cromie
- [PATCH 05/64] dyndbg: replace classmap list with a vector
Jim Cromie
- [PATCH 06/64] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
Jim Cromie
- [PATCH 07/64] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
Jim Cromie
- [PATCH 08/64] dyndbg: drop NUM_TYPE_ARRAY
Jim Cromie
- [PATCH 09/64] dyndbg: reduce verbose/debug clutter
Jim Cromie
- [PATCH 10/64] dyndbg: silence debugs with no-change updates
Jim Cromie
- [PATCH 11/64] dyndbg: tighten ddebug_class_name() 1st arg type
Jim Cromie
- [PATCH 12/64] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
Jim Cromie
- [PATCH 13/64] dyndbg: reduce verbose=3 messages in ddebug_add_module
Jim Cromie
- [PATCH 14/64] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
Jim Cromie
- [PATCH 15/64] checkpatch: add an exception to the do-while wrapper advice
Jim Cromie
- [PATCH 16/64] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
Jim Cromie
- [PATCH 17/64] dyndbg: simplify ddebug_find_valid_class
Jim Cromie
- [PATCH 18/64] dyndbg-test: change do_prints testpoint to accept a loopct
Jim Cromie
- [PATCH 19/64] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
Jim Cromie
- [PATCH 20/64] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
Jim Cromie
- [PATCH 21/64] dyndbg-doc: add classmap info to howto
Jim Cromie
- [PATCH 22/64] docs-dyndbg: improve howto classmaps api section
Jim Cromie
- [PATCH 23/64] dyndbg: treat comma as a token separator
Jim Cromie
- [PATCH 24/64] selftests-dyndbg: add comma_terminator_tests
Jim Cromie
- [PATCH 25/64] dyndbg: split multi-query strings with %
Jim Cromie
- [PATCH 26/64] selftests-dyndbg: test_percent_splitting
Jim Cromie
- [PATCH 27/64] docs/dyndbg: explain new delimiters: comma, percent
Jim Cromie
- [PATCH 28/64] selftests-dyndbg: add test_mod_submod
Jim Cromie
- [PATCH 29/64] dyndbg-doc: explain flags parse 1st
Jim Cromie
- [PATCH 30/64] dyndbg: change __dynamic_func_call_cls* macros into expressions
Jim Cromie
- [PATCH 31/64] selftests-dyndbg: check KCONFIG_CONFIG to avoid silly fails
Jim Cromie
- [PATCH 32/64] dyndbg-selftest: reduce default verbosity
Jim Cromie
- [PATCH 33/64] drm: use correct ccflags-y spelling
Jim Cromie
- [PATCH 34/64] checkpatch: dont warn about unused macro arg on empty body
Jim Cromie
- [PATCH 35/64] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
Jim Cromie
- [PATCH 36/64] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM
Jim Cromie
- [PATCH 37/64] drm-print: fix config-dependent unused variable
Jim Cromie
- [PATCH 38/64] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
Jim Cromie
- [PATCH 39/64] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
Jim Cromie
- [PATCH 40/64] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
Jim Cromie
- [PATCH 41/64] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
Jim Cromie
- [PATCH 42/64] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
Jim Cromie
- [PATCH 43/64] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
Jim Cromie
- [PATCH 44/64] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
Jim Cromie
- [PATCH 45/64] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
Jim Cromie
- [PATCH 46/64] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
Jim Cromie
- [PATCH 47/64] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
Jim Cromie
- [PATCH 48/64] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
Jim Cromie
- [PATCH 49/64] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
Jim Cromie
- [PATCH 50/64] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
Jim Cromie
- [PATCH 51/64] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
Jim Cromie
- [PATCH 52/64] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
Jim Cromie
- [PATCH 53/64] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
Jim Cromie
- [PATCH 54/64] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
Jim Cromie
- [PATCH 55/64] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
Jim Cromie
- [PATCH 56/64] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
Jim Cromie
- [PATCH 57/64] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
Jim Cromie
- [PATCH 58/64] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
Jim Cromie
- [PATCH 59/64] dyndbg: drop premature optimization
Jim Cromie
- [PATCH 60/64] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
Jim Cromie
- [PATCH 61/64] dyndbg: allow ddebug_add_module to fail
Jim Cromie
- [PATCH 62/64] dyndbg: fail modprobe if classmaps have conflicting class-id ranges
Jim Cromie
- [PATCH 63/64] dyndbg: refactor ddebug_attach_*module_classes
Jim Cromie
- [PATCH 64/64] dyndbg: improve vpr_cm_info msg format
Jim Cromie
- [PATCH] drm/i915/dp: Fix bandwidth computation with DSC
Ankit Nautiyal
- [PATCH] drm/i915: Allow fastset for change in HDR infoframe
Chaitanya Kumar Borah
- [PATCH v3] WIP: drm/i915/gem: Asynchronous GTT unbinding
Nitin Gote
- [PATCH 0/4] Implement Wa_14021768792 to bypass m_n ratio limit
Ankit Nautiyal
- [PATCH 1/4] Add bits for link_n_exended for DISPLAY >= 14
Ankit Nautiyal
- [PATCH 2/4] drm/i915/display: Limit m/n ratio to 10 for display > 12
Ankit Nautiyal
- [PATCH 3/4] drm/i915/display: Add bits for Wa_14021768792 for linkm/n ratio > 10
Ankit Nautiyal
- [PATCH 4/4] drm/i915/display: Implement Wa_14021768792 for BMG DP for link_m/n ratio > 10
Ankit Nautiyal
- ✓ Fi.CI.BAT: success for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev4)
Patchwork
- ✗ Fi.CI.BAT: failure for drm/i915: Allow fastset for change in HDR infoframe
Patchwork
- ✗ Fi.CI.DOCS: warning for WIP: drm/i915/gem: Asynchronous GTT unbinding (rev5)
Patchwork
- ✗ Fi.CI.BAT: failure for WIP: drm/i915/gem: Asynchronous GTT unbinding (rev5)
Patchwork
- ✓ Fi.CI.BAT: success for drm/i915: Allow fastset for change in HDR infoframe (rev2)
Patchwork
- [PATCH v4] WIP: drm/i915/gem: Asynchronous GTT unbinding
Nitin Gote
- ✗ Fi.CI.BAT: failure for WIP: drm/i915/gem: Asynchronous GTT unbinding (rev6)
Patchwork
- [PATCH v4 0/6] Update VRR guardband for HRR panel
Mitul Golani
- [PATCH v4 1/6] drm/i915/vrr: Split vrr-compute-config in two phases
Mitul Golani
- [PATCH v4 2/6] display/skl_scaler: Calculate scaler prefill latency
Mitul Golani
- [PATCH v4 3/6] display/skl_watermark: Add WM0 latency
Mitul Golani
- [PATCH v4 4/6] display/alpm: Calculate alpm latency
Mitul Golani
- [PATCH v4 5/6] display/psr: Add latency for PSR
Mitul Golani
- [PATCH v4 6/6] display/vrr: Update guardband based on enabled latency
Mitul Golani
- ✗ Fi.CI.BAT: failure for Update VRR guardband for HRR panel (rev4)
Patchwork
- ✗ Fi.CI.IGT: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev4)
Patchwork
- [PATCH] drm/i915/psr: Check link status on psr_debug write
Jouni Högander
- [PATCH i-g-t] tests/kms_plane_scaling: Require at least 30 Hz refresh rate
Mika Kahola
- [PATCH v14] drm/i915/vrr: Add helper to check if vrr possible
Mitul Golani
- ✓ Fi.CI.BAT: success for drm/i915/psr: Check link status on psr_debug write
Patchwork
- [PATCH v14 0/3] Vrr refactoring and panel replay workaround
Mitul Golani
- [PATCH v14 1/3] drm/i915/vrr: Add helper to check if vrr possible
Mitul Golani
- [PATCH v14 2/3] drm/i915/vrr: Split vrr-compute-config in two phases
Mitul Golani
- [PATCH v14 3/3] drm/i915/panelreplay: Panel replay workaround with VRR
Mitul Golani
- [PATCH 0/5] Implement Wa_14021768792 to bypass m_n ratio limit
Ankit Nautiyal
- [PATCH 1/5] Add bits for link_n_exended for DISPLAY >= 14
Ankit Nautiyal
- [PATCH 2/5] drm/i915/display: Limit m/n ratio to 10 for display > 12
Ankit Nautiyal
- [PATCH 3/5] drm/i915/display: Add bits for Wa_14021768792 for linkm/n ratio > 10
Ankit Nautiyal
- [PATCH 4/5] drm/i915/display: Implement Wa_14021768792 for BMG DP for link_m/n ratio > 10
Ankit Nautiyal
- [PATCH 5/5] drm/i915/dp: Check link_m/link_n ratio limit in mode_valid
Ankit Nautiyal
- ✗ Fi.CI.IGT: failure for drm/i915: Allow fastset for change in HDR infoframe (rev2)
Patchwork
- ✓ Fi.CI.BAT: success for VRR refactoring and panel replay workaround (rev3)
Patchwork
- ✗ Fi.CI.BAT: failure for Implement Wa_14021768792 to bypass m_n ratio limit (rev3)
Patchwork
- ✗ Fi.CI.IGT: failure for drm/i915/psr: Check link status on psr_debug write
Patchwork
- [PATCH 00/61] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
Jim Cromie
- [PATCH 01/61] docs/dyndbg: update examples \012 to \n
Jim Cromie
- [PATCH 02/61] test-dyndbg: fixup CLASSMAP usage error
Jim Cromie
- [PATCH 03/61] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
Jim Cromie
- [PATCH 04/61] dyndbg: make ddebug_class_param union members same size
Jim Cromie
- [PATCH 05/61] dyndbg: replace classmap list with a vector
Jim Cromie
- [PATCH 06/61] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
Jim Cromie
- [PATCH 07/61] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
Jim Cromie
- [PATCH 08/61] dyndbg: drop NUM_TYPE_ARRAY
Jim Cromie
- [PATCH 09/61] dyndbg: reduce verbose/debug clutter
Jim Cromie
- [PATCH 10/61] dyndbg: silence debugs with no-change updates
Jim Cromie
- [PATCH 11/61] dyndbg: tighten ddebug_class_name() 1st arg type
Jim Cromie
- [PATCH 12/61] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
Jim Cromie
- [PATCH 13/61] dyndbg: reduce verbose=3 messages in ddebug_add_module
Jim Cromie
- [PATCH 14/61] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
Jim Cromie
- [PATCH 15/61] checkpatch: add an exception to the do-while wrapper advice
Jim Cromie
- [PATCH 16/61] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
Jim Cromie
- [PATCH 17/61] dyndbg: add/use for_subvec() to reduce boilerplate
Jim Cromie
- [PATCH 18/61] dyndbg-test: change do_prints testpoint to accept a loopct
Jim Cromie
- [PATCH 19/61] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
Jim Cromie
- [PATCH 20/61] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
Jim Cromie
- [PATCH 21/61] dyndbg-doc: add classmap info to howto
Jim Cromie
- [PATCH 22/61] docs-dyndbg: improve howto classmaps api section
Jim Cromie
- [PATCH 23/61] dyndbg: treat comma as a token separator
Jim Cromie
- [PATCH 24/61] selftests-dyndbg: add comma_terminator_tests
Jim Cromie
- [PATCH 25/61] dyndbg: split multi-query strings with %
Jim Cromie
- [PATCH 26/61] selftests-dyndbg: test_percent_splitting
Jim Cromie
- [PATCH 27/61] docs/dyndbg: explain new delimiters: comma, percent
Jim Cromie
- [PATCH 28/61] selftests-dyndbg: add test_mod_submod
Jim Cromie
- [PATCH 29/61] dyndbg-doc: explain flags parse 1st
Jim Cromie
- [PATCH 30/61] dyndbg: change __dynamic_func_call_cls* macros into expressions
Jim Cromie
- [PATCH 31/61] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
Jim Cromie
- [PATCH 32/61] dyndbg: drop premature optimization in ddebug_add_module
Jim Cromie
- [PATCH 33/61] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
Jim Cromie
- [PATCH 34/61] dyndbg: allow ddebug_add_module to fail
Jim Cromie
- [PATCH 35/61] dyndbg: fail modprobe if classmaps have conflicting class-id ranges
Jim Cromie
- [PATCH 36/61] dyndbg: refactor ddebug_attach_*module_classes
Jim Cromie
- [PATCH 37/61] drm: use correct ccflags-y spelling
Jim Cromie
- [PATCH 38/61] checkpatch: dont warn about unused macro arg on empty body
Jim Cromie
- [PATCH 39/61] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
Jim Cromie
- [PATCH 40/61] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM
Jim Cromie
- [PATCH 41/61] drm-print: fix config-dependent unused variable
Jim Cromie
- [PATCH 42/61] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
Jim Cromie
- [PATCH 43/61] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
Jim Cromie
- [PATCH 44/61] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
Jim Cromie
- [PATCH 45/61] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
Jim Cromie
- [PATCH 46/61] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
Jim Cromie
- [PATCH 47/61] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
Jim Cromie
- [PATCH 48/61] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
Jim Cromie
- [PATCH 49/61] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
Jim Cromie
- [PATCH 50/61] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
Jim Cromie
- [PATCH 51/61] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
Jim Cromie
- [PATCH 52/61] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
Jim Cromie
- [PATCH 53/61] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
Jim Cromie
- [PATCH 54/61] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
Jim Cromie
- [PATCH 55/61] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
Jim Cromie
- [PATCH 56/61] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
Jim Cromie
- [PATCH 57/61] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
Jim Cromie
- [PATCH 58/61] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
Jim Cromie
- [PATCH 59/61] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
Jim Cromie
- [PATCH 60/61] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
Jim Cromie
- [PATCH 61/61] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
Jim Cromie
- RE: ✗ Fi.CI.IGT: failure for intel-ci : Reorder test cases to prioritize critical tests (rev2)
Anirban, Sk
- [PATCH i-g-t] intel-ci : Reorder test cases to prioritize critical tests
Anirban, Sk
- ✗ Fi.CI.IGT: failure for VRR refactoring and panel replay workaround (rev3)
Patchwork
- ✓ Fi.CI.BAT: success for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev5)
Patchwork
- ✗ Fi.CI.IGT: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev5)
Patchwork
- [CI] drm/i915: Enable PXP config
Daniele Ceraolo Spurio
- ✓ Fi.CI.BAT: success for drm/i915: Enable PXP config
Patchwork
- ✗ Fi.CI.IGT: failure for drm/i915: Enable PXP config
Patchwork
- [PATCH 0/8] drm/i915: Write source OUI for non-eDP sinks
Imre Deak
- [PATCH 1/8] drm/i915/dp: Flush modeset commits of a connector when probing it
Imre Deak
- [PATCH 2/8] drm/i915/dp: Ensure panel VDD remains on during the whole detection
Imre Deak
- [PATCH 3/8] drm/i915/dp: Initialize the source OUI write timestamp always
Imre Deak
- [PATCH 4/8] drm/i915/dp: Track source OUI validity explicitly
Imre Deak
- [PATCH 5/8] drm/i915/dp: Reuse intel_dp_detect_dsc_caps() for eDP
Imre Deak
- [PATCH 6/8] drm/i915/dp: Init eDP source OUI before detecting capabilities
Imre Deak
- [PATCH 7/8] drm/i915/dp: Write the source OUI during detect
Imre Deak
- [PATCH 8/8] drm/i915/dp: Write the source OUI for non-eDP sinks as well
Imre Deak
- ✗ Fi.CI.BAT: failure for drm/i915: Write source OUI for non-eDP sinks
Patchwork
- ✗ Fi.CI.BAT: failure for drm/i915: Write source OUI for non-eDP sinks (rev2)
Patchwork
- ✓ Fi.CI.BAT: success for drm/i915: Write source OUI for non-eDP sinks (rev2)
Patchwork
- ✗ Fi.CI.IGT: failure for drm/i915: Write source OUI for non-eDP sinks (rev2)
Patchwork
- [PATCH] drm/i915/lspcon: do not hardcode settle timeout
Ankit Nautiyal
- ✓ Fi.CI.BAT: success for drm/i915/lspcon: do not hardcode settle timeout
Patchwork
- ✗ Fi.CI.IGT: failure for drm/i915/lspcon: do not hardcode settle timeout
Patchwork
- [PATCH v5 0/6] Update VRR guardband for HRR panel
Mitul Golani
- [PATCH v5 1/6] drm/i915/vrr: Split vrr-compute-config in two phases
Mitul Golani
- [PATCH v5 2/6] display/skl_scaler: Calculate scaler prefill latency
Mitul Golani
- [PATCH v5 3/6] display/skl_watermark: Add WM0 latency
Mitul Golani
- [PATCH v5 4/6] display/alpm: Calculate alpm latency
Mitul Golani
- [PATCH v5 5/6] display/psr: Add latency for PSR
Mitul Golani
- [PATCH v5 6/6] display/vrr: Update guardband based on enabled latency
Mitul Golani
- ✗ Fi.CI.BAT: failure for Update VRR guardband for HRR panel (rev5)
Patchwork
- ✓ Fi.CI.BAT: success for Update VRR guardband for HRR panel (rev5)
Patchwork
- [PATCH 00/61] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
Jim Cromie
- [PATCH 01/61] docs/dyndbg: update examples \012 to \n
Jim Cromie
- [PATCH 02/61] test-dyndbg: fixup CLASSMAP usage error
Jim Cromie
- [PATCH 03/61] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
Jim Cromie
- [PATCH 04/61] dyndbg: make ddebug_class_param union members same size
Jim Cromie
- [PATCH 05/61] dyndbg: replace classmap list with a vector
Jim Cromie
- [PATCH 06/61] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
Jim Cromie
- [PATCH 07/61] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
Jim Cromie
- [PATCH 08/61] dyndbg: drop NUM_TYPE_ARRAY
Jim Cromie
- [PATCH 09/61] dyndbg: reduce verbose/debug clutter
Jim Cromie
- [PATCH 10/61] dyndbg: silence debugs with no-change updates
Jim Cromie
- [PATCH 11/61] dyndbg: tighten ddebug_class_name() 1st arg type
Jim Cromie
- [PATCH 12/61] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
Jim Cromie
- [PATCH 13/61] dyndbg: reduce verbose=3 messages in ddebug_add_module
Jim Cromie
- [PATCH 14/61] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
Jim Cromie
- [PATCH 15/61] checkpatch: add an exception to the do-while wrapper advice
Jim Cromie
- [PATCH 16/61] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
Jim Cromie
- [PATCH 17/61] dyndbg: add/use for_subvec() to reduce boilerplate
Jim Cromie
- [PATCH 18/61] dyndbg-test: change do_prints testpoint to accept a loopct
Jim Cromie
- [PATCH 19/61] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
Jim Cromie
- [PATCH 20/61] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
Jim Cromie
- [PATCH 21/61] dyndbg-doc: add classmap info to howto
Jim Cromie
- [PATCH 22/61] docs-dyndbg: improve howto classmaps api section
Jim Cromie
- [PATCH 23/61] dyndbg: treat comma as a token separator
Jim Cromie
- [PATCH 24/61] selftests-dyndbg: add comma_terminator_tests
Jim Cromie
- [PATCH 25/61] dyndbg: split multi-query strings with %
Jim Cromie
- [PATCH 26/61] selftests-dyndbg: test_percent_splitting
Jim Cromie
- [PATCH 27/61] docs/dyndbg: explain new delimiters: comma, percent
Jim Cromie
- [PATCH 28/61] selftests-dyndbg: add test_mod_submod
Jim Cromie
- [PATCH 29/61] dyndbg-doc: explain flags parse 1st
Jim Cromie
- [PATCH 30/61] dyndbg: change __dynamic_func_call_cls* macros into expressions
Jim Cromie
- [PATCH 31/61] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
Jim Cromie
- [PATCH 32/61] dyndbg: drop premature optimization in ddebug_add_module
Jim Cromie
- [PATCH 33/61] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
Jim Cromie
- [PATCH 34/61] dyndbg: allow ddebug_add_module to fail
Jim Cromie
- [PATCH 35/61] dyndbg: fail modprobe if classmaps have conflicting class-id ranges
Jim Cromie
- [PATCH 36/61] dyndbg: refactor ddebug_attach_*module_classes
Jim Cromie
- [PATCH 37/61] drm: use correct ccflags-y spelling
Jim Cromie
- [PATCH 38/61] checkpatch: dont warn about unused macro arg on empty body
Jim Cromie
- [PATCH 39/61] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
Jim Cromie
- [PATCH 40/61] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM
Jim Cromie
- [PATCH 41/61] drm-print: fix config-dependent unused variable
Jim Cromie
- [PATCH 42/61] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
Jim Cromie
- [PATCH 43/61] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
Jim Cromie
- [PATCH 44/61] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
Jim Cromie
- [PATCH 45/61] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
Jim Cromie
- [PATCH 46/61] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
Jim Cromie
- [PATCH 47/61] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
Jim Cromie
- [PATCH 48/61] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
Jim Cromie
- [PATCH 49/61] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
Jim Cromie
- [PATCH 50/61] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
Jim Cromie
- [PATCH 51/61] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
Jim Cromie
- [PATCH 52/61] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
Jim Cromie
- [PATCH 53/61] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
Jim Cromie
- [PATCH 54/61] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
Jim Cromie
- [PATCH 55/61] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
Jim Cromie
- [PATCH 56/61] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
Jim Cromie
- [PATCH 57/61] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
Jim Cromie
- [PATCH 58/61] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
Jim Cromie
- [PATCH 59/61] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
Jim Cromie
- [PATCH 60/61] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
Jim Cromie
- [PATCH 61/61] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
Jim Cromie
- ✗ Fi.CI.BAT: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev6)
Patchwork
- [PATCH v6 0/5] Update VRR guardband for HRR panel
Mitul Golani
- [PATCH v6 1/5] display/skl_scaler: Calculate scaler prefill latency
Mitul Golani
- [PATCH v6 2/5] display/skl_watermark: Add WM0 latency
Mitul Golani
- [PATCH v6 3/5] display/alpm: Calculate alpm latency
Mitul Golani
- [PATCH v6 4/5] display/psr: Add latency for PSR
Mitul Golani
- [PATCH v6 5/5] display/vrr: Update guardband based on enabled latency
Mitul Golani
- ✓ Fi.CI.BAT: success for Update VRR guardband for HRR panel (rev6)
Patchwork
- [PATCH 0/6] Test bigjoiner changes
Nemesa Garg
- [PATCH 1/6] drm/i915/display: Disable joiner and pch
Nemesa Garg
- [PATCH 2/6] drm/i915/display: Call panel_fitting from pipe_config
Nemesa Garg
- [PATCH 3/6] drm/i915/display: Replace adjusted mode with pipe mode
Nemesa Garg
- [PATCH 4/6] drm/i915/dispaly: Allow joiner and pfit
Nemesa Garg
- [PATCH 5/6] drm/i915/display: Add gmch_panel_fitting in all encoders
Nemesa Garg
- [PATCH 6/6] drm/i915/display: Add early pipe_src initialisation for gmch
Nemesa Garg
- ✗ Fi.CI.IGT: failure for Update VRR guardband for HRR panel (rev6)
Patchwork
- ✗ Fi.CI.BUILD: failure for Test bigjoiner changes (rev4)
Patchwork
- [PATCH] Quick check for as-sdp fastset
Mitul Golani
- ✗ Fi.CI.BAT: failure for Quick check for as-sdp fastset
Patchwork
- [PATCH 0/6] Test bigjoiner changes
Nemesa Garg
- [PATCH 1/6] drm/i915/display: Disable joiner and pch
Nemesa Garg
- [PATCH 2/6] drm/i915/display: Call panel_fitting from pipe_config
Nemesa Garg
- [PATCH 3/6] drm/i915/display: Replace adjusted mode with pipe mode
Nemesa Garg
- [PATCH 4/6] drm/i915/dispaly: Allow joiner and pfit
Nemesa Garg
- [PATCH 5/6] drm/i915/display: Add gmch_panel_fitting in all encoders
Nemesa Garg
- [PATCH 6/6] drm/i915/display: Add early pipe_src initialisation for gmch
Nemesa Garg
- ✗ Fi.CI.BAT: failure for Test bigjoiner changes (rev5)
Patchwork
- [PATCH v3 0/3] Add AS_SDP to fastset
Mitul Golani
- [PATCH v3 1/3] drm/i915/vrr: Update vrr.vsync_{start, end} computation
Mitul Golani
- [PATCH v3 2/3] drm/i915/dp: Set FAVT mode in DP SDP with fixed refresh rate
Mitul Golani
- [PATCH v3 3/3] drm/i915/dp: Compute as_sdp based on if vrr possible
Mitul Golani
- [PATCH v3 0/3] Add AS_SDP to fastset
Mitul Golani
- [PATCH v3 1/3] drm/i915/vrr: Update vrr.vsync_{start, end} computation
Mitul Golani
- [PATCH v3 2/3] drm/i915/dp: Set FAVT mode in DP SDP with fixed refresh rate
Mitul Golani
- [PATCH v3 3/3] drm/i915/dp: Compute as_sdp based on if vrr possible
Mitul Golani
- [PATCH v3 0/3] Add AS_SDP to fastset
Mitul Golani
- [PATCH v3 1/3] drm/i915/vrr: Update vrr.vsync_{start, end} computation
Mitul Golani
- [PATCH v3 2/3] drm/i915/dp: Set FAVT mode in DP SDP with fixed refresh rate
Mitul Golani
- [PATCH v3 3/3] drm/i915/dp: Compute as_sdp based on if vrr possible
Mitul Golani
- ✓ Fi.CI.BAT: success for Add AS_SDP to fastset (rev2)
Patchwork
- ✓ Fi.CI.BAT: success for Add AS_SDP to fastset (rev3)
Patchwork
- ✗ Fi.CI.IGT: failure for Add AS_SDP to fastset (rev3)
Patchwork
- [PATCH 00/16] Add support for 3 VDSC engines 12 slices
Ankit Nautiyal
- [PATCH 01/16] drm/i915/dp: Update Comment for Valid DSC Slices per Line
Ankit Nautiyal
- [PATCH 02/16] drm/i915/display: Prepare for dsc 3 stream splitter
Ankit Nautiyal
- [PATCH 03/16] drm/i915/vdsc: Use VDSC0/VDSC1 for LEFT/RIGHT VDSC engine
Ankit Nautiyal
- [PATCH 04/16] drm/i915/vdsc: Introduce 3rd VDSC engine VDSC2
Ankit Nautiyal
- [PATCH 05/16] drm/i915/vdsc: Add support for read/write PPS for 3rd DSC engine
Ankit Nautiyal
- [PATCH 06/16] drm/i915/dp: Ensure hactive is divisible by slice count
Ankit Nautiyal
- [PATCH 07/16] drm/i915/dp: Enable 3 DSC engines for 12 slices
Ankit Nautiyal
- [PATCH 08/16] drm/i915/display: Add macro HAS_PIXEL_REPLICATION
Ankit Nautiyal
- [PATCH 09/16] drm/i915/display: Add support for DSC pixel replication
Ankit Nautiyal
- [PATCH 10/16] drm/i915/dp_mst: Account for pixel replication for MST overhead with DSC
Ankit Nautiyal
- [PATCH 11/16] drm/i915/dp: Account for pixel replication for BW computation with DSC
Ankit Nautiyal
- [PATCH 12/16] drm/i915/display: Account for pixel replication in pipe_src
Ankit Nautiyal
- [PATCH 13/16] drm/i915/dp: Enable DSC pixel replication
Ankit Nautiyal
- [PATCH 14/16] drm/i915/dsc: Introduce odd pixel removal
Ankit Nautiyal
- [PATCH 15/16] drm/i915/display: Adjust Pipe SRC Width for Odd Pixels
Ankit Nautiyal
- [PATCH 16/16] drm/i915/dp: Add Check for Odd Pixel Requirement
Ankit Nautiyal
- ✗ Fi.CI.BAT: failure for Add support for 3 VDSC engines 12 slices (rev6)
Patchwork
- [PATCH] drm/i915/rc6: Disable RPG during workload execution
Badal Nilawar
- ✗ Fi.CI.BAT: failure for drm/i915/rc6: Disable RPG during workload execution
Patchwork
- [PATCH 00/61] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
Jim Cromie
- [PATCH 01/61] docs/dyndbg: update examples \012 to \n
Jim Cromie
- [PATCH 02/61] test-dyndbg: fixup CLASSMAP usage error
Jim Cromie
- [PATCH 03/61] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
Jim Cromie
- [PATCH 04/61] dyndbg: make ddebug_class_param union members same size
Jim Cromie
- [PATCH 05/61] dyndbg: replace classmap list with a vector
Jim Cromie
- [PATCH 06/61] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
Jim Cromie
- [PATCH 07/61] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
Jim Cromie
- [PATCH 08/61] dyndbg: drop NUM_TYPE_ARRAY
Jim Cromie
- [PATCH 09/61] dyndbg: reduce verbose/debug clutter
Jim Cromie
- [PATCH 10/61] dyndbg: silence debugs with no-change updates
Jim Cromie
- [PATCH 11/61] dyndbg: tighten ddebug_class_name() 1st arg type
Jim Cromie
- [PATCH 12/61] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
Jim Cromie
- [PATCH 13/61] dyndbg: reduce verbose=3 messages in ddebug_add_module
Jim Cromie
- [PATCH 14/61] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
Jim Cromie
- [PATCH 15/61] checkpatch: add an exception to the do-while wrapper advice
Jim Cromie
- [PATCH 16/61] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
Jim Cromie
- [PATCH 17/61] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
Jim Cromie
- [PATCH 18/61] dyndbg: add/use for_subvec() to reduce boilerplate
Jim Cromie
- [PATCH 19/61] dyndbg: make proper substructs in _ddebug_info
Jim Cromie
- [PATCH 20/61] dyndbg: drop premature optimization in ddebug_add_module
Jim Cromie
- [PATCH 21/61] dyndbg: allow ddebug_add_module to fail
Jim Cromie
- [PATCH 22/61] dyndbg: rework ddebug_attach_*module_classes()
Jim Cromie
- [PATCH 23/61] dyndbg: fail modprobe on ddebug_class_range_overlap()
Jim Cromie
- [PATCH 24/61] dyndbg-test: change do_prints testpoint to accept a loopct
Jim Cromie
- [PATCH 25/61] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
Jim Cromie
- [PATCH 26/61] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
Jim Cromie
- [PATCH 27/61] dyndbg-doc: add classmap info to howto
Jim Cromie
- [PATCH 28/61] dyndbg: treat comma as a token separator
Jim Cromie
- [PATCH 29/61] selftests-dyndbg: add comma_terminator_tests
Jim Cromie
- [PATCH 30/61] dyndbg: split multi-query strings with %
Jim Cromie
- [PATCH 31/61] selftests-dyndbg: test_percent_splitting
Jim Cromie
- [PATCH 32/61] docs/dyndbg: explain new delimiters: comma, percent
Jim Cromie
- [PATCH 33/61] selftests-dyndbg: add test_mod_submod
Jim Cromie
- [PATCH 34/61] docs/dyndbg: explain flags parse 1st
Jim Cromie
- [PATCH 35/61] dyndbg: change __dynamic_func_call_cls* macros into expressions
Jim Cromie
- [PATCH 36/61] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
Jim Cromie
- [PATCH 37/61] drm: use correct ccflags-y spelling
Jim Cromie
- [PATCH 38/61] checkpatch: dont warn about unused macro arg on empty body
Jim Cromie
- [PATCH 39/61] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
Jim Cromie
- [PATCH 40/61] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM
Jim Cromie
- [PATCH 41/61] drm-print: fix config-dependent unused variable
Jim Cromie
- [PATCH 42/61] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
Jim Cromie
- [PATCH 43/61] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
Jim Cromie
- [PATCH 44/61] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
Jim Cromie
- [PATCH 45/61] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
Jim Cromie
- [PATCH 46/61] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
Jim Cromie
- [PATCH 47/61] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
Jim Cromie
- [PATCH 48/61] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
Jim Cromie
- [PATCH 49/61] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
Jim Cromie
- [PATCH 50/61] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
Jim Cromie
- [PATCH 51/61] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
Jim Cromie
- [PATCH 52/61] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
Jim Cromie
- [PATCH 53/61] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
Jim Cromie
- [PATCH 54/61] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
Jim Cromie
- [PATCH 55/61] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
Jim Cromie
- [PATCH 56/61] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
Jim Cromie
- [PATCH 57/61] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
Jim Cromie
- [PATCH 58/61] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
Jim Cromie
- [PATCH 59/61] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
Jim Cromie
- [PATCH 60/61] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
Jim Cromie
- [PATCH 61/61] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
Jim Cromie
- ✓ Fi.CI.BAT: success for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev7)
Patchwork
- ✗ Fi.CI.IGT: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev7)
Patchwork
- [PATCH] drm/i915/psr: WA for panels stating bad link status after PSR is enabled
Jouni Högander
- [PATCH] drm/i915/psr: WA for panels stating bad link status after PSR is enabled
Jouni Högander
- ✓ Fi.CI.BAT: success for drm/i915/psr: WA for panels stating bad link status after PSR is enabled (rev2)
Patchwork
- ✗ Fi.CI.IGT: failure for drm/i915/psr: WA for panels stating bad link status after PSR is enabled (rev2)
Patchwork
- [PATCH 0/7] Add support for 3 VDSC engines 12 slices
Ankit Nautiyal
- [PATCH 1/7] drm/i915/dp: Update Comment for Valid DSC Slices per Line
Ankit Nautiyal
- [PATCH 2/7] drm/i915/display: Prepare for dsc 3 stream splitter
Ankit Nautiyal
- [PATCH 3/7] drm/i915/vdsc: Use VDSC0/VDSC1 for LEFT/RIGHT VDSC engine
Ankit Nautiyal
- [PATCH 4/7] drm/i915/vdsc: Introduce 3rd VDSC engine VDSC2
Ankit Nautiyal
- [PATCH 5/7] drm/i915/vdsc: Add support for read/write PPS for 3rd DSC engine
Ankit Nautiyal
- [PATCH 6/7] drm/i915/dp: Ensure hactive is divisible by slice count
Ankit Nautiyal
- [PATCH 7/7] drm/i915/dp: Enable 3 DSC engines for 12 slices
Ankit Nautiyal
- [PATCH v2 0/7] Use trans push mechanism to generate frame change event
Jouni Högander
- [PATCH v2 1/7] drm/i915/psr: Add TRANS_PUSH register bit definition for PSR
Jouni Högander
- [PATCH v2 2/7] drm/i915/vrr: Do not overwrite TRANS_PUSH PSR Frame Change Enable
Jouni Högander
- [PATCH v2 3/7] drm/i915/vrr: Use TRANS_PUSH mechanism for PSR frame change
Jouni Högander
- [PATCH v2 4/7] drm/i915/psr: Rename psr_force_hw_tracking_exit as psr_force_exit
Jouni Högander
- [PATCH v2 5/7] drm/i915/psr: Simplify frontbuffer invalidate/flush callbacks
Jouni Högander
- [PATCH v2 6/7] drm/i915/psr: Add VRR send push interface for PSR usage
Jouni Högander
- [PATCH v2 7/7] drm/i915/display: Generate PSR frame change event on cursor update
Jouni Högander
- ✓ Fi.CI.BAT: success for Use trans push mechanism to generate frame change event (rev2)
Patchwork
- ✓ Fi.CI.BAT: success for Add support for 3 VDSC engines 12 slices (rev8)
Patchwork
- [PATCH v2 0/7] Use trans push mechanism to generate frame change event
Jouni Högander
- [PATCH v2 1/7] drm/i915/psr: Add TRANS_PUSH register bit definition for PSR
Jouni Högander
- [PATCH v2 2/7] drm/i915/vrr: Do not overwrite TRANS_PUSH PSR Frame Change Enable
Jouni Högander
- [PATCH v2 3/7] drm/i915/vrr: Use TRANS_PUSH mechanism for PSR frame change
Jouni Högander
- [PATCH v2 4/7] drm/i915/psr: Rename psr_force_hw_tracking_exit as psr_force_exit
Jouni Högander
- [PATCH v2 5/7] drm/i915/psr: Simplify frontbuffer invalidate/flush callbacks
Jouni Högander
- [PATCH v2 6/7] drm/i915/psr: Add VRR send push interface for PSR usage
Jouni Högander
- [PATCH v2 7/7] drm/i915/display: Generate PSR frame change event on cursor update
Jouni Högander
- ✗ Fi.CI.IGT: failure for Use trans push mechanism to generate frame change event (rev2)
Patchwork
- ✗ Fi.CI.IGT: failure for Add support for 3 VDSC engines 12 slices (rev8)
Patchwork
- [PATCH] drm/i915/dp: Add FEC Enable Retry mechanism
Srikanth V, NagaVenkata
- [PATCH 0/6] Test bigjoiner changes
Nemesa Garg
- [PATCH 1/6] drm/i915/display: Disable joiner and pch
Nemesa Garg
- [PATCH 2/6] drm/i915/display: Call panel_fitting from pipe_config
Nemesa Garg
- [PATCH 3/6] drm/i915/display: Replace adjusted mode with pipe mode
Nemesa Garg
- [PATCH 4/6] drm/i915/dispaly: Allow joiner and pfit
Nemesa Garg
- [PATCH 5/6] drm/i915/display: Add gmch_panel_fitting in all encoders
Nemesa Garg
- [PATCH 6/6] drm/i915/display: Add early pipe_src initialisation for gmch
Nemesa Garg
- ✓ Fi.CI.BAT: success for Test bigjoiner changes (rev6)
Patchwork
- ✗ Fi.CI.IGT: failure for Add support for 3 VDSC engines 12 slices (rev8)
Patchwork
- ✗ Fi.CI.IGT: failure for Add support for 3 VDSC engines 12 slices (rev8)
Patchwork
- ✗ Fi.CI.IGT: failure for Test bigjoiner changes (rev6)
Patchwork
- [PATCH 00/63] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
Jim Cromie
- [PATCH 01/63] docs/dyndbg: update examples \012 to \n
Jim Cromie
- [PATCH 02/63] test-dyndbg: fixup CLASSMAP usage error
Jim Cromie
- [PATCH 03/63] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
Jim Cromie
- [PATCH 04/63] dyndbg: make ddebug_class_param union members same size
Jim Cromie
- [PATCH 05/63] dyndbg: replace classmap list with a vector
Jim Cromie
- [PATCH 06/63] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
Jim Cromie
- [PATCH 07/63] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
Jim Cromie
- [PATCH 08/63] dyndbg: drop NUM_TYPE_ARRAY
Jim Cromie
- [PATCH 09/63] dyndbg: reduce verbose/debug clutter
Jim Cromie
- [PATCH 10/63] dyndbg: silence debugs with no-change updates
Jim Cromie
- [PATCH 11/63] dyndbg: tighten ddebug_class_name() 1st arg type
Jim Cromie
- [PATCH 12/63] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
Jim Cromie
- [PATCH 13/63] dyndbg: reduce verbose=3 messages in ddebug_add_module
Jim Cromie
- [PATCH 14/63] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
Jim Cromie
- [PATCH 15/63] checkpatch: add an exception to the do-while wrapper advice
Jim Cromie
- [PATCH 16/63] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
Jim Cromie
- [PATCH 17/63] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
Jim Cromie
- [PATCH 18/63] dyndbg: add/use for_subvec() to reduce boilerplate
Jim Cromie
- [PATCH 19/63] dyndbg: make proper substructs in _ddebug_info
Jim Cromie
- [PATCH 20/63] dyndbg: drop premature optimization in ddebug_add_module
Jim Cromie
- [PATCH 21/63] dyndbg: allow ddebug_add_module to fail
Jim Cromie
- [PATCH 22/63] dyndbg: rework ddebug_attach_*module_classes()
Jim Cromie
- [PATCH 23/63] dyndbg: fail modprobe on ddebug_class_range_overlap()
Jim Cromie
- [PATCH 24/63] dyndbg: hoist the range-overlap checks
Jim Cromie
- [PATCH 25/63] ddebug: cleanup-range-overlap fails
Jim Cromie
- [PATCH 26/63] dyndbg-test: change do_prints testpoint to accept a loopct
Jim Cromie
- [PATCH 27/63] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
Jim Cromie
- [PATCH 28/63] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
Jim Cromie
- [PATCH 29/63] dyndbg-doc: add classmap info to howto
Jim Cromie
- [PATCH 30/63] dyndbg: treat comma as a token separator
Jim Cromie
- [PATCH 31/63] selftests-dyndbg: add comma_terminator_tests
Jim Cromie
- [PATCH 32/63] dyndbg: split multi-query strings with %
Jim Cromie
- [PATCH 33/63] selftests-dyndbg: test_percent_splitting
Jim Cromie
- [PATCH 34/63] docs/dyndbg: explain new delimiters: comma, percent
Jim Cromie
- [PATCH 35/63] selftests-dyndbg: add test_mod_submod
Jim Cromie
- [PATCH 36/63] docs/dyndbg: explain flags parse 1st
Jim Cromie
- [PATCH 37/63] dyndbg: change __dynamic_func_call_cls* macros into expressions
Jim Cromie
- [PATCH 38/63] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
Jim Cromie
- [PATCH 39/63] drm: use correct ccflags-y spelling
Jim Cromie
- [PATCH 40/63] checkpatch: dont warn about unused macro arg on empty body
Jim Cromie
- [PATCH 41/63] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
Jim Cromie
- [PATCH 42/63] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM
Jim Cromie
- [PATCH 43/63] drm-print: fix config-dependent unused variable
Jim Cromie
- [PATCH 44/63] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
Jim Cromie
- [PATCH 45/63] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
Jim Cromie
- [PATCH 46/63] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
Jim Cromie
- [PATCH 47/63] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
Jim Cromie
- [PATCH 48/63] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
Jim Cromie
- [PATCH 49/63] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
Jim Cromie
- [PATCH 50/63] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
Jim Cromie
- [PATCH 51/63] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
Jim Cromie
- [PATCH 52/63] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
Jim Cromie
- [PATCH 53/63] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
Jim Cromie
- [PATCH 54/63] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
Jim Cromie
- [PATCH 55/63] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
Jim Cromie
- [PATCH 56/63] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
Jim Cromie
- [PATCH 57/63] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
Jim Cromie
- [PATCH 58/63] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
Jim Cromie
- [PATCH 59/63] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
Jim Cromie
- [PATCH 60/63] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
Jim Cromie
- [PATCH 61/63] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
Jim Cromie
- [PATCH 62/63] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
Jim Cromie
- [PATCH 63/63] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
Jim Cromie
- ✗ Fi.CI.BUILD: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev8)
Patchwork
- [PATCH i-g-t v1 0/2] check for regression for i915_fdinfo rename
Kamil Konieczny
- [PATCH i-g-t v1 1/2] HAX: DO_NOT_MERGE: Add a copy of drm_fdinfo
Kamil Konieczny
- [PATCH i-g-t v1 2/2] HAX: test drm_fdinfo vs i915_fdinfo
Kamil Konieczny
- ✓ Fi.CI.BAT: success for Use trans push mechanism to generate frame change event (rev4)
Patchwork
- [PATCH] drm/xe/ptl: Add new PCI ID
Imre Deak
- ✗ Fi.CI.IGT: failure for Use trans push mechanism to generate frame change event (rev4)
Patchwork
Last message date:
Thu Oct 31 22:27:59 UTC 2024
Archived on: Thu Oct 31 22:28:01 UTC 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).