November 2024 Archives by author
Starting: Fri Nov 1 05:02:04 UTC 2024
Ending: Wed Nov 20 17:02:36 UTC 2024
Messages: 296
- [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
- [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
- [PATCH 0/5] Introduce drm sharpness property
Nemesa Garg
- [PATCH 1/5] drm: Introduce sharpness strength property
Nemesa Garg
- [PATCH 2/5] drm/i915/display: Compute the scaler filter coefficients
Nemesa Garg
- [PATCH 3/5] drm/i915/display: Enable the second scaler for sharpness
Nemesa Garg
- [PATCH 4/5] drm/i915/display: Add registers and compute the strength
Nemesa Garg
- [PATCH 5/5] drm/i915/display: Load the lut values and enable sharpness
Nemesa Garg
- [PATCH 0/5] Introduce drm sharpness property
Nemesa Garg
- [PATCH 1/5] drm: Introduce sharpness strength property
Nemesa Garg
- [PATCH 2/5] drm/i915/display: Compute the scaler filter coefficients
Nemesa Garg
- [PATCH 3/5] drm/i915/display: Enable the second scaler for sharpness
Nemesa Garg
- [PATCH 4/5] drm/i915/display: Add registers and compute the strength
Nemesa Garg
- [PATCH 5/5] drm/i915/display: Load the lut values and enable sharpness
Nemesa Garg
- [PATCH v3 1/5] drm: Introduce sharpness strength property
Nemesa Garg
- [PATCH v5 2/5] drm/i915/display: Compute the scaler filter coefficients
Nemesa Garg
- [PATCH v6 3/5] drm/i915/display: Enable the second scaler for sharpness
Nemesa Garg
- [PATCH v5 4/5] drm/i915/display: Add registers and compute the strength
Nemesa Garg
- [PATCH v3 5/5] drm/i915/display: Load the lut values and enable sharpness
Nemesa Garg
- [RFC v1] drm/i915/vrr: Trigger DMC fw for DCB
Mitul Golani
- [PATCH v6 1/2] display/skl_scaler: Calculate scaler prefill latency
Mitul Golani
- [PATCH v6 2/2] display/skl_watermark: Add WM0 latency
Mitul Golani
- [PATCH v6 2/2] display/skl_watermark: Add WM0 latency
Mitul Golani
- [PATCH v6 2/2] display/skl_watermark: Add WM0 latency
Mitul Golani
- [PATCH 1/3] display/skl_scaler: Calculate scaler prefill latency
Mitul Golani
- [PATCH 2/3] display/skl_watermark: Add WM0 latency
Mitul Golani
- [PATCH 3/3] display/alpm: Calculate alpm latency
Mitul Golani
- [PATCH v7 0/4] Update VRR guardband for HRR panel
Mitul Golani
- [PATCH v7 1/4] drm/i915/scaler: Calculate scaler prefill latency
Mitul Golani
- [PATCH v7 2/4] drm/i915/watermark: Add WM0 prefill latency
Mitul Golani
- [PATCH v7 3/4] drm/i915/psr: Add latency for PSR
Mitul Golani
- [PATCH v7 4/4] display/vrr: Update guardband based on enabled latency
Mitul Golani
- [PATCH v7 0/4] Update VRR guardband for HRR panel
Mitul Golani
- [PATCH v7 1/4] drm/i915/scaler: Calculate scaler prefill latency
Mitul Golani
- [PATCH v7 2/4] drm/i915/watermark: Add WM0 prefill latency
Mitul Golani
- [PATCH v7 3/4] drm/i915/psr: Add latency for PSR
Mitul Golani
- [PATCH v7 4/4] display/vrr: Update guardband based on enabled latency
Mitul Golani
- [PATCH v4 0/5] Add AS_SDP to fastset
Mitul Golani
- [PATCH v4 1/5] drm/i915/vrr: Add crtc_state dump for vrr.vsync params
Mitul Golani
- [PATCH v4 2/5] drm/i915/vrr: Update vrr.vsync_{start, end} computation
Mitul Golani
- [PATCH v4 3/5] drm/i915/dp: fix the Adaptive sync Operation mode for SDP
Mitul Golani
- [PATCH v4 4/5] drm/i915/dp: Compute as_sdp.vtotal based on vrr timings
Mitul Golani
- [PATCH v4 5/5] drm/i915/dp: Compute as_sdp based on if vrr possible
Mitul Golani
- [PATCH i-g-t] intel-ci: Blocklist igt at i915_module_load@load
Janusz Krzysztofik
- [PATCH 00/23] Use VRR timing generator for fixed refresh rate modes
Ankit Nautiyal
- [PATCH 01/23] drm/i915/vrr: Refactor VRR Timing Computation
Ankit Nautiyal
- [PATCH 02/23] drm/i915/vrr: Simplify CMRR Enable Check in intel_vrr_get_config
Ankit Nautiyal
- [PATCH 03/23] drm/i915/vrr: Introduce new field for VRR mode
Ankit Nautiyal
- [PATCH 04/23] drm/i915/vrr: Fill VRR mode for CMRR and dynamic VRR
Ankit Nautiyal
- [PATCH 05/23] drm/i915/vrr: Rename vrr.enable to vrr.tg_enable
Ankit Nautiyal
- [PATCH 06/23] drm/i915/display: Absorb cmrr attributes into vrr
Ankit Nautiyal
- [PATCH 07/23] drm/i915/display: Add vrr mode to crtc_state dump
Ankit Nautiyal
- [PATCH 08/23] drm/i915/vrr: Remove condition flipline > vmin for LNL
Ankit Nautiyal
- [PATCH 09/23] drm/i915/vrr: Compute vrr vsync if platforms support it
Ankit Nautiyal
- [PATCH 10/23] drm/i915/dp: Avoid vrr compute config for HDMI sink
Ankit Nautiyal
- [PATCH 11/23] drm/i915/dp: fix the Adaptive sync Operation mode for SDP
Ankit Nautiyal
- [PATCH 12/23] drm/i915/hdmi: Use VRR Timing generator for HDMI
Ankit Nautiyal
- [PATCH 13/23] drm/i915/vrr: Handle joiner with vrr
Ankit Nautiyal
- [PATCH 14/23] drm/i915/display: Handle transcoder timings for joiner
Ankit Nautiyal
- [PATCH 15/23] drm/i915/vrr: Introduce VRR mode Fixed RR
Ankit Nautiyal
- [PATCH 16/23] drm/i915/vrr: Fill fixed refresh mode in vrr_get_compute_config
Ankit Nautiyal
- [PATCH 17/23] drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
Ankit Nautiyal
- [PATCH 18/23] drm/i915/dp: Set FAVT mode in DP SDP with fixed refresh rate
Ankit Nautiyal
- [PATCH 19/23] drm/i915/vrr: Avoid sending PUSH when VRR TG is used with Fixed refresh rate
Ankit Nautiyal
- [PATCH 20/23] drm/i915/display: Disable PSR before disabling VRR
Ankit Nautiyal
- [PATCH 21/23] drm/i915/psr: Allow PSR for fixed refrsh rate with VRR TG
Ankit Nautiyal
- [PATCH 22/23] drm/i915/vrr: Always use VRR timing generator for XE2LPD+
Ankit Nautiyal
- [PATCH 23/23] drm/i915/display: Use VRR timings for XE2LPD+ in modeset sequence
Ankit Nautiyal
- [PATCH 23/23] drm/i915/display: Use VRR timings for XE2LPD+ in modeset sequence
Ankit Nautiyal
- [PATCH 22/23] drm/i915/vrr: Always use VRR timing generator for XE2LPD+
Ankit Nautiyal
- [PATCH 00/23] Use VRR timing generator for fixed refresh rate modes
Ankit Nautiyal
- [PATCH 01/23] drm/i915/vrr: Refactor VRR Timing Computation
Ankit Nautiyal
- [PATCH 02/23] drm/i915/vrr: Simplify CMRR Enable Check in intel_vrr_get_config
Ankit Nautiyal
- [PATCH 03/23] drm/i915/vrr: Introduce new field for VRR mode
Ankit Nautiyal
- [PATCH 04/23] drm/i915/vrr: Fill VRR mode for CMRR and dynamic VRR
Ankit Nautiyal
- [PATCH 05/23] drm/i915/vrr: Rename vrr.enable to vrr.tg_enable
Ankit Nautiyal
- [PATCH 06/23] drm/i915/display: Absorb cmrr attributes into vrr
Ankit Nautiyal
- [PATCH 07/23] drm/i915/display: Add vrr mode to crtc_state dump
Ankit Nautiyal
- [PATCH 08/23] drm/i915/vrr: Remove condition flipline > vmin for LNL
Ankit Nautiyal
- [PATCH 09/23] drm/i915/vrr: Compute vrr vsync if platforms support it
Ankit Nautiyal
- [PATCH 10/23] drm/i915/dp: Avoid vrr compute config for HDMI sink
Ankit Nautiyal
- [PATCH 11/23] drm/i915/dp: fix the Adaptive sync Operation mode for SDP
Ankit Nautiyal
- [PATCH 12/23] drm/i915/hdmi: Use VRR Timing generator for HDMI
Ankit Nautiyal
- [PATCH 13/23] drm/i915/vrr: Handle joiner with vrr
Ankit Nautiyal
- [PATCH 14/23] drm/i915/display: Handle transcoder timings for joiner
Ankit Nautiyal
- [PATCH 15/23] drm/i915/vrr: Introduce VRR mode Fixed RR
Ankit Nautiyal
- [PATCH 16/23] drm/i915/vrr: Fill fixed refresh mode in vrr_get_compute_config
Ankit Nautiyal
- [PATCH 17/23] drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
Ankit Nautiyal
- [PATCH 18/23] drm/i915/dp: Set FAVT mode in DP SDP with fixed refresh rate
Ankit Nautiyal
- [PATCH 19/23] drm/i915/vrr: Avoid sending PUSH when VRR TG is used with Fixed refresh rate
Ankit Nautiyal
- [PATCH 20/23] drm/i915/display: Disable PSR before disabling VRR
Ankit Nautiyal
- [PATCH 21/23] drm/i915/psr: Allow PSR for fixed refrsh rate with VRR TG
Ankit Nautiyal
- [PATCH 22/23] drm/i915/vrr: Always use VRR timing generator for XE2LPD+
Ankit Nautiyal
- [PATCH 23/23] drm/i915/display: Use VRR timings for XE2LPD+ in modeset sequence
Ankit Nautiyal
- [PATCH 00/10] DP DSC min/max src bpc fixes
Ankit Nautiyal
- [PATCH 01/10] drm/i915/dp: Remove HAS_DSC macro for intel_dp_dsc_max_src_input_bpc
Ankit Nautiyal
- [PATCH 02/10] drm/i915/dp: Return early if DSC not supported
Ankit Nautiyal
- [PATCH 03/10] drm/i915/dp: Return int from dsc_max/min_src_input_bpc helpers
Ankit Nautiyal
- [PATCH 04/10] drm/i915/dp_mst: Use helpers to get dsc min/max input bpc
Ankit Nautiyal
- [PATCH 05/10] drm/i915/dp: Drop max_requested_bpc for dsc pipe_min/max bpp
Ankit Nautiyal
- [PATCH 06/10] drm/i915/dp: Refactor pipe_bpp limits with dsc
Ankit Nautiyal
- [PATCH 07/10] drm/i915/dp_mst: Refactor pipe_bpp limits with dsc for mst
Ankit Nautiyal
- [PATCH 08/10] drm/i915/dp: Use clamp for pipe_bpp limits with DSC
Ankit Nautiyal
- [PATCH 09/10] drm/i915/dp: Make dsc helpers accept const crtc_state pointers
Ankit Nautiyal
- [PATCH 10/10] drm/i915/dp: Set the DSC link limits intel_dp_compute_config_link_bpp_limits
Ankit Nautiyal
- ✓ Fi.CI.BAT: success for drm/xe/ptl: Add new PCI ID
Patchwork
- ✗ Fi.CI.IGT: failure for drm/xe/ptl: Add new PCI ID
Patchwork
- ✗ Fi.CI.BUILD: failure for Use VRR timing generator for fixed refresh rate modes (rev2)
Patchwork
- ✗ Fi.CI.BAT: failure for Use VRR timing generator for fixed refresh rate modes (rev3)
Patchwork
- ✗ Fi.CI.BUILD: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev10)
Patchwork
- ✓ Fi.CI.BAT: success for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev11)
Patchwork
- ✗ Fi.CI.IGT: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev11)
Patchwork
- ✗ Fi.CI.BAT: failure for fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y (rev12)
Patchwork
- ✗ Fi.CI.BUILD: failure for Use VRR timing generator for fixed refresh rate modes (rev4)
Patchwork
- ✗ Fi.CI.BUILD: failure for Update VRR guardband for HRR panel (rev8)
Patchwork
- ✗ Fi.CI.BUILD: failure for Update VRR guardband for HRR panel (rev10)
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [v7,1/4] drm/i915/scaler: Calculate scaler prefill latency (rev2)
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [v7,1/4] drm/i915/scaler: Calculate scaler prefill latency (rev2)
Patchwork
- ✗ Fi.CI.BAT: failure for Update VRR guardband for HRR panel (rev11)
Patchwork
- ✓ Fi.CI.BAT: success for drm/i915/gsc: Improve SW proxy error checking and logging
Patchwork
- ✓ Fi.CI.IGT: success for drm/i915/gsc: Improve SW proxy error checking and logging
Patchwork
- ✗ Fi.CI.BUILD: failure for Introduce drm sharpness property
Patchwork
- ✗ Fi.CI.BAT: failure for Introduce drm sharpness property (rev2)
Patchwork
- ✗ GitLab.Pipeline: warning for Fix for kms_3d dependency file not found (rev2)
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Remove vga and gmbus seq out of i915_restore_display
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Remove vga and gmbus seq out of i915_restore_display
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/3] drm/i915: Remove vga and gmbus seq out of i915_restore_display
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/7] drm/i915: Remove vga and gmbus seq out of i915_restore_display
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/6] drm/i915: Remove vga and gmbus seq out of i915_restore_display
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/7] drm/i915: Remove vga and gmbus seq out of i915_restore_display
Patchwork
- ✗ GitLab.Pipeline: warning for lib/igt_kms: Clear connector max-bpc properties on reset (rev3)
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [v3,1/5] drm: Introduce sharpness strength property
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [v3,1/5] drm: Introduce sharpness strength property
Patchwork
- ✗ Fi.CI.BAT: failure for DP DSC min/max src bpc fixes (rev4)
Patchwork
- ✗ Fi.CI.BAT: failure for Add AS_SDP to fastset (rev4)
Patchwork
- ✗ Fi.CI.BAT: failure for drm/i915/dpt: Test patch to restrict shrinker to DPT object not pinned
Patchwork
- ✗ Fi.CI.BAT: failure for drm/i915/dpt: Test patch to restrict shrinker to objects not pinned
Patchwork
- ✓ Fi.CI.BAT: success for drm/i915/dpt: Test patch (google suggest) to restrict shrinker to objects not mapped
Patchwork
- [PATCH i-g-t 0/4] Fix for kms_3d dependency file not found
Naladala Ramanaidu
- [PATCH i-g-t 1/4] data: create new data directory
Naladala Ramanaidu
- [PATCH i-g-t 2/4] runner/settings: Update absolute_path function to accept const char* parameter
Naladala Ramanaidu
- [PATCH i-g-t 3/4] runner/settings: Add function to set IMGDIR environment variable
Naladala Ramanaidu
- [PATCH i-g-t 4/4] lib: update fopen() to accomodate imgdir
Naladala Ramanaidu
- [PATCH i-g-t 0/4] kms_3d fix
Naladala Ramanaidu
- [PATCH i-g-t 1/4] data: create new data directory
Naladala Ramanaidu
- [PATCH i-g-t 2/4] runner/settings: Update absolute_path function to accept const char* parameter
Naladala Ramanaidu
- [PATCH i-g-t 3/4] runner/settings: Add function to set IMGDIR environment variable
Naladala Ramanaidu
- [PATCH i-g-t 4/4] lib: update fopen() to accomodate imgdir
Naladala Ramanaidu
- [PATCH 29/63] dyndbg-doc: add classmap info to howto
Bagas Sanjaya
- [PATCH] drm/i915/gsc: Improve SW proxy error checking and logging
Daniele Ceraolo Spurio
- [PATCH] [RFC] drm/i915/dpt: Test patch to restrict shrinker to DPT object not pinned
Vidya Srinivas
- [PATCH] [RFC] drm/i915/dpt: Test patch to restrict shrinker to objects not pinned
Vidya Srinivas
- [PATCH] [RFC] drm/i915/dpt: Test patch (google suggest) to restrict shrinker to objects not mapped
Vidya Srinivas
- [PATCH 1/3] drm/i915: Remove vga and gmbus seq out of i915_restore_display
Rodrigo Vivi
- [PATCH 2/3] drm/i915/display: Convert i915_suspend into i9xx_display_sr
Rodrigo Vivi
- [PATCH 3/3] drm/i915/display: Move regfile registers intel_display.restore
Rodrigo Vivi
- [PATCH 1/6] drm/i915: Remove vga and gmbus seq out of i915_restore_display
Rodrigo Vivi
- [PATCH 2/6] drm/i915/display: Convert i915_suspend into i9xx_display_sr
Rodrigo Vivi
- [PATCH 3/6] drm/i915/display: Move regfile registers intel_display.restore
Rodrigo Vivi
- [PATCH 4/6] drm/{i915, xe}/display: Move DP MST calls to display_driver
Rodrigo Vivi
- [PATCH 5/6] drm/xe/display: Delay hpd_init resume
Rodrigo Vivi
- [PATCH 6/6] drm/xe/display: Delay dsm handler registration
Rodrigo Vivi
- [PATCH 1/7] drm/i915: Remove vga and gmbus seq out of i915_restore_display
Rodrigo Vivi
- [PATCH 2/7] drm/i915/display: Convert i915_suspend into i9xx_display_sr
Rodrigo Vivi
- [PATCH 3/7] drm/i915/display: Move regfile registers intel_display.restore
Rodrigo Vivi
- [PATCH 4/7] drm/{i915, xe}/display: Move DP MST calls to display_driver
Rodrigo Vivi
- [PATCH 5/7] drm/xe/display: Delay hpd_init resume
Rodrigo Vivi
- [PATCH 6/7] drm/xe/display: Delay dsm handler registration
Rodrigo Vivi
- [PATCH 7/7] drm/{i915, xe}: Move power_domains suspend/resume to display_power
Rodrigo Vivi
- [PATCH 29/63] dyndbg-doc: add classmap info to howto
jim.cromie at gmail.com
Last message date:
Wed Nov 20 17:02:36 UTC 2024
Archived on: Wed Nov 20 17:02:37 UTC 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).