messages from 2022-09-02 06:04:53 to 2022-09-05 09:07:18 UTC [more...]
[Intel-gfx] [PATCH] drm/i915/gvt: fix double-free bug in split_2MB_gtt_entry
2022-09-05 8:04 UTC (4+ messages)
[Intel-gfx] [PATCH v2 00/41] drm: Analog TV Improvements
2022-09-02 7:35 UTC (4+ messages)
` [Intel-gfx] [PATCH v2 09/41] drm/connector: Add TV standard property
[Intel-gfx] [PATCH v4 00/21] Move all drivers to a common dma-buf locking convention
2022-09-02 16:26 UTC (6+ messages)
` [Intel-gfx] [PATCH v4 06/21] drm/i915: Prepare to dynamic dma-buf locking specification
[Intel-gfx] [PATCH] drm/i915: do not reset PLANE_SURF on plane disable on older gens
2022-09-05 9:07 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH 0/4] Add DP MST DSC support to i915
2022-09-05 8:57 UTC (5+ messages)
` [Intel-gfx] [PATCH 1/4] drm: Add missing DP DSC extended capability definitions
` [Intel-gfx] [PATCH 2/4] drm/i915: Fix intel_dp_mst_compute_link_config
` [Intel-gfx] [PATCH 3/4] drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate function
` [Intel-gfx] [PATCH 4/4] drm/i915: Add DSC support to MST path
[Intel-gfx] [PATCH] Revert "drm/i915/dg2: Add preemption changes for Wa_14015141709"
2022-09-05 8:44 UTC (2+ messages)
[Intel-gfx] [GIT PULL] Immutable backlight-detect-refactor branch between acpi, drm-* and pdx86
2022-09-05 8:35 UTC
[Intel-gfx] [PATCH 0/4] Add DP MST DSC support to i915
2022-09-05 5:44 UTC (7+ messages)
` [Intel-gfx] [PATCH 3/4] drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate function
` [Intel-gfx] [PATCH 4/4] drm/i915: Add DSC support to MST path
` [Intel-gfx] ✓ Fi.CI.IGT: success for Add DP MST DSC support to i915 (rev11)
[Intel-gfx] [drm/ttm] d1f180f417: WARNING:at_drivers/gpu/drm/drm_gem_vram_helper.c:#drm_gem_vram_offset[drm_vram_helper]
2022-09-05 4:07 UTC
[Intel-gfx] [PATCH v6 00/57] DYNDBG: opt-in class'd debug for modules, use in drm
2022-09-04 23:32 UTC (62+ messages)
` [Intel-gfx] [PATCH v6 01/57] dyndbg: fix static_branch manipulation
` [Intel-gfx] [PATCH v6 02/57] dyndbg: fix module.dyndbg handling
` [Intel-gfx] [PATCH v6 03/57] dyndbg: show both old and new in change-info
` [Intel-gfx] [PATCH v6 04/57] dyndbg: reverse module walk in cat control
` [Intel-gfx] [PATCH v6 05/57] dyndbg: reverse module.callsite "
` [Intel-gfx] [PATCH v6 06/57] dyndbg: use ESCAPE_SPACE for "
` [Intel-gfx] [PATCH v6 07/57] dyndbg: let query-modname override actual module name
` [Intel-gfx] [PATCH v6 08/57] dyndbg: add test_dynamic_debug module
` [Intel-gfx] [PATCH v6 09/57] dyndbg: drop EXPORTed dynamic_debug_exec_queries
` [Intel-gfx] [PATCH v6 10/57] dyndbg: cleanup auto vars in dynamic_debug_init
` [Intel-gfx] [PATCH v6 11/57] dyndbg: gather __dyndbg[] state into struct _ddebug_info
` [Intel-gfx] [PATCH v6 12/57] dyndbg: add class_id to pr_debug callsites
` [Intel-gfx] [PATCH v6 13/57] dyndbg: add __pr_debug_cls for testing
` [Intel-gfx] [PATCH v6 14/57] dyndbg: add DECLARE_DYNDBG_CLASSMAP macro
` [Intel-gfx] [PATCH v6 15/57] kernel/module: add __dyndbg_classes section
` [Intel-gfx] [PATCH v6 16/57] dyndbg: add ddebug_attach_module_classes
` [Intel-gfx] [PATCH v6 17/57] dyndbg: validate class FOO by checking with module
` [Intel-gfx] [PATCH v6 18/57] doc-dyndbg: describe "class CLASS_NAME" query support
` [Intel-gfx] [PATCH v6 19/57] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
` [Intel-gfx] [PATCH v6 20/57] dyndbg: add drm.debug style (drm/parameters/debug) bitmap support
` [Intel-gfx] [PATCH v6 21/57] dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
` [Intel-gfx] [PATCH v6 22/57] drm_print: condense enum drm_debug_category
` [Intel-gfx] [PATCH v6 23/57] drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers
` [Intel-gfx] [PATCH v6 24/57] drm_print: interpose drm_*dbg with forwarding macros
` [Intel-gfx] [PATCH v6 25/57] drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro
` [Intel-gfx] [PATCH v6 26/57] drm-print.h: include dyndbg header
` [Intel-gfx] [PATCH v6 27/57] drm-print: add drm_dbg_driver to improve namespace symmetry
` [Intel-gfx] [PATCH v6 28/57] drm_print: refine drm_debug_enabled for jump-label
` [Intel-gfx] [PATCH v6 29/57] drm_print: prefer bare printk KERN_DEBUG on generic fn
` [Intel-gfx] [PATCH v6 30/57] drm_print: add _ddebug descriptor to drm_*dbg prototypes
` [Intel-gfx] [PATCH v6 31/57] nouveau: change nvkm_debug/trace to use dev_dbg POC
` [Intel-gfx] [PATCH v6 32/57] nouveau: adapt NV_DEBUG, NV_ATOMIC to use DRM.debug
` [Intel-gfx] [PATCH v6 33/57] nouveau: WIP add 2 LEVEL_NUM classmaps for CLI, SUBDEV
` [Intel-gfx] [PATCH v6 34/57] dyndbg: add _DPRINTK_FLAGS_ENABLED
` [Intel-gfx] [PATCH v6 35/57] dyndbg: add _DPRINTK_FLAGS_TRACE
` [Intel-gfx] [PATCH v6 36/57] dyndbg: add write-events-to-tracefs code
` [Intel-gfx] [PATCH v6 37/57] dyndbg: add 2 trace-events: drm_debug, drm_devdbg
` [Intel-gfx] [PATCH v6 38/57] dyndbg: add 2 more trace-events: pr_debug, dev_dbg
` [Intel-gfx] [PATCH v6 39/57] dyndbg/drm: POC add tracebits sysfs-knob
` [Intel-gfx] [PATCH v6 40/57] dyndbg: abstraction macros for modname, function, filename fields
` [Intel-gfx] [PATCH v6 41/57] dyndbg: split repeating columns to new struct _ddebug_site
` [Intel-gfx] [PATCH v6 42/57] dyndbg: shrink lineno field by 2 bits
` [Intel-gfx] [PATCH v6 43/57] dyndbg: add _index, _map to struct _ddebug
` [Intel-gfx] [PATCH v6 44/57] dyndbg: extend __ddebug_add_module proto to allow packing sites
` [Intel-gfx] [PATCH v6 45/57] dyndbg: de-duplicate sites
` [Intel-gfx] [PATCH v6 46/57] dyndbg: drop site-> in add-module, more needed
` [Intel-gfx] [PATCH v6 47/57] dyndbg: demote iter->site in _init
` [Intel-gfx] [PATCH v6 48/57] dyndbg: add .gnu.linkonce slot in vmlinux.lds.h KEEPs
` [Intel-gfx] [PATCH v6 49/57] dyndbg: add structs _ddebug_hdr, _ddebug_site_hdr
` [Intel-gfx] [PATCH v6 50/57] dyndbg: count unique callsites
` [Intel-gfx] [PATCH v6 51/57] dyndbg: prevent build bugs via -DNO_DYNAMIC_DEBUG_TABLE
` [Intel-gfx] [PATCH v6 52/57] dyndbg: add DEFINE_DYNAMIC_DEBUG_TABLE, use it tacitly RFC
` [Intel-gfx] [PATCH v6 53/57] dyndbg: add/use is_dyndbg_header then set _uplink
` [Intel-gfx] [PATCH v6 54/57] dyndbg: add .gnu.linkonce. & __dyndbg* sections in module.lds.h
` [Intel-gfx] [PATCH v6 55/57] dyndbg: dynamic_debug_sites_reclaim() using free_reserved_page() WAG
` [Intel-gfx] [PATCH v6 56/57] dyndbg: work ddebug_map_site
` [Intel-gfx] [PATCH v6 57/57] dyndbg: fiddle with readback value on LEVEL_NAMES types
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for DYNDBG: opt-in class'd debug for modules, use in drm. (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v7 00/15] GSC support for XeHP SDV and DG2
2022-09-04 22:26 UTC (10+ messages)
` [Intel-gfx] [PATCH v7 09/15] mei: bus: export common mkhi definitions into a separate header
` [Intel-gfx] [PATCH v7 11/15] mei: gsc: setup gsc extended operational memory
` [Intel-gfx] [PATCH v7 14/15] drm/i915/gsc: allocate extended operational memory in LMEM
[Intel-gfx] [PATCH v2 0/4] Fixes for damage clips handling
2022-09-03 14:04 UTC (13+ messages)
` [Intel-gfx] [PATCH v2 1/4] drm: Use original src rect while initializing damage iterator
` [Intel-gfx] [PATCH v2 2/4] drm/i915/display: Use original src in psr2 sel fetch area calculation
` [Intel-gfx] [PATCH v2 3/4] drm/i915/display: Use drm helper instead of own loop for damage clips
` [Intel-gfx] [PATCH v2 4/4] drm/tests: Set also mock plane src_x, src_y, src_w and src_h
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Fixes for damage clips handling (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 0/6] i915: freq caps and perf_limit_reasons changes for MTL
2022-09-03 2:24 UTC (11+ messages)
` [Intel-gfx] [PATCH 1/6] drm/i915: Prepare more multi-GT initialization
` [Intel-gfx] [PATCH 2/6] drm/i915: Rename and expose common GT early init routine
` [Intel-gfx] [PATCH 3/6] drm/i915/xelpmp: Expose media as another GT
` [Intel-gfx] [PATCH 4/6] drm/i915/debugfs: Add perf_limit_reasons in debugfs
` [Intel-gfx] [PATCH 5/6] drm/i915/mtl: PERF_LIMIT_REASONS changes for MTL
` [Intel-gfx] [PATCH 6/6] drm/i915/rps: Freq caps "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for i915: freq caps and perf_limit_reasons changes "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v2 00/12] i915: Add "standalone media" support for MTL
2022-09-03 1:51 UTC (17+ messages)
` [Intel-gfx] [PATCH v2 01/12] drm/i915: Move locking and unclaimed check into mmio_debug_{suspend, resume}
` [Intel-gfx] [PATCH v2 02/12] drm/i915: Only hook up uncore->debug for primary uncore
` [Intel-gfx] [PATCH v2 03/12] drm/i915: Use managed allocations for extra uncore objects
` [Intel-gfx] [PATCH v2 04/12] drm/i915: Prepare more multi-GT initialization
` [Intel-gfx] [PATCH v2 05/12] drm/i915: Rename and expose common GT early init routine
` [Intel-gfx] [PATCH v2 06/12] drm/i915: Use a DRM-managed action to release the PCI bridge device
` [Intel-gfx] [PATCH v2 07/12] drm/i915: Initialize MMIO access for each GT
` [Intel-gfx] [PATCH v2 08/12] drm/i915: Handle each GT on init/release and suspend/resume
` [Intel-gfx] [PATCH v2 09/12] drm/i915/uncore: Add GSI offset to uncore
` [Intel-gfx] [PATCH v2 10/12] drm/i915/xelpmp: Expose media as another GT
` [Intel-gfx] [PATCH v2 11/12] drm/i915/mtl: Use primary GT's irq lock for media GT
` [Intel-gfx] [PATCH v2 12/12] drm/i915/mtl: Hook up interrupts for standalone media
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for i915: Add "standalone media" support for MTL (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH v4 00/11] Initial Meteorlake Support
2022-09-03 1:22 UTC (18+ messages)
` [Intel-gfx] [PATCH v4 01/11] drm/i915: Move display and media IP version to runtime info
` [Intel-gfx] [PATCH v4.1] "
` [Intel-gfx] [PATCH v4 03/11] drm/i915: Parse and set stepping for platforms with GMD
` [Intel-gfx] [PATCH v4 04/11] drm/i915/mtl: Define engine context layouts
` [Intel-gfx] [PATCH v4 05/11] drm/i915/mtl: Add gmbus and gpio support
` [Intel-gfx] [PATCH v4 06/11] drm/i915/mtl: Add display power wells
` [Intel-gfx] [PATCH v4 07/11] drm/i915/mtl: Add DP AUX support on TypeC ports
` [Intel-gfx] [PATCH v4 08/11] drm/i915/mtl: Obtain SAGV values from MMIO instead of GT pcode mailbox
` [Intel-gfx] [PATCH v4 09/11] drm/i915/mtl: Update MBUS_DBOX credits
` [Intel-gfx] [PATCH v4 10/11] drm/i915/mtl: Update CHICKEN_TRANS* register addresses
` [Intel-gfx] [PATCH v4 11/11] drm/i915/mtl: Do not update GV point, mask value
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Initial Meteorlake Support (rev5)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Initial Meteorlake Support (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [v2][PATCH 0/1] Modify debugfs entry from dsc compressed bpp to input bpc
2022-09-03 0:45 UTC (4+ messages)
` [Intel-gfx] [v2][PATCH 1/1] drm/i915/dsc: convert dsc debugfs entry from output_bpp to input_bpc
` [Intel-gfx] ✓ Fi.CI.BAT: success for Modify debugfs entry from dsc compressed bpp to input bpc
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH 0/1] Modify debugfs entry from dsc compressed bpp to input bpc
2022-09-02 19:22 UTC (4+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/display: convert dsc debugfs entry from output_bpp to input_bpc
[Intel-gfx] [PATCH] drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
2022-09-02 18:43 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 1/2] drm/i915: Implement WaEdpLinkRateDataReload
2022-09-02 17:34 UTC (9+ messages)
` [Intel-gfx] [PATCH 2/2] Revert "drm/i915/display: Re-add check for low voltage sku for max dp source rate"
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915: Implement WaEdpLinkRateDataReload
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH 1/2] drm/i915: Move some of the request decisions out of rps_boost function
2022-09-02 15:15 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] "
[Intel-gfx] [PATCH linux-next] drm/i915: Remove the unneeded result variables
2022-09-02 15:09 UTC (2+ messages)
[Intel-gfx] [PATCH 00/12] drm/i915: More VBT stuff
2022-09-02 15:00 UTC (25+ messages)
` [Intel-gfx] [PATCH 02/12] drm/i915: Add some more VBT version number comments
` [Intel-gfx] [PATCH 03/12] drm/i915: Properly define the DP redriver VBT bits
` [Intel-gfx] [PATCH 04/12] drm/i915: Define VBT eDP/DP max lane count bits
` [Intel-gfx] [PATCH 05/12] drm/i915: Add the VBT LTTPR transparent vs. non-transparent bits
` [Intel-gfx] [PATCH 06/12] drm/i915: Define VBT max HDMI FRL rate bits
` [Intel-gfx] [PATCH 07/12] drm/i915: Document the sets of bits in the driver features block
` [Intel-gfx] [PATCH 08/12] drm/i915: Define more VBT driver features block bits
` [Intel-gfx] [PATCH 09/12] drm/i915: Define all possible VBT device handles
` [Intel-gfx] [PATCH 10/12] drm/i915: Rename some VBT bits
` [Intel-gfx] [PATCH 11/12] drm/i915: WARN if a port should use VBT provided vswing tables
` [Intel-gfx] [PATCH 12/12] drm/i915: Parse DP/eDP max lane count from VBT
[Intel-gfx] [PATCH] drm/i915: Rename ggtt_view as gtt_view
2022-09-02 14:46 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
[Intel-gfx] [PATCH 1/2] drm/i915: Don't try to disable host RPS when this was never enabled
2022-09-02 14:41 UTC (6+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Let's avoid even early init if SLPC is used
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Don't try to disable host RPS when this was never enabled
[Intel-gfx] [PATCH 00/11] drm/edid: Range descriptor stuff
2022-09-02 14:02 UTC (14+ messages)
` [Intel-gfx] [PATCH 01/11] drm/edid: Handle EDID 1.4 range descriptor h/vfreq offsets
` [Intel-gfx] [PATCH 07/11] drm/edid: Use GTF2 for inferred modes
` [Intel-gfx] [PATCH 08/11] drm/edid: Use the correct formula for standard timings
` [Intel-gfx] [PATCH 09/11] drm/edid: Unconfuse preferred timing stuff a bit
` [Intel-gfx] [PATCH 10/11] drm/edid: Make version checks less convoluted
[Intel-gfx] [PATCH] drm/i915/dp_mst: Fix mst_mgr lookup during atomic check
2022-09-02 13:50 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[Intel-gfx] [PATCH v5 00/31] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
2022-09-02 13:20 UTC (3+ messages)
` [Intel-gfx] [PATCH v5 11/31] drm/i915: Call acpi_video_register_backlight() (v3)
[Intel-gfx] [PATCH v3] drm/i915/ttm: Abort suspend on i915_ttm_backup failure
2022-09-02 12:27 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/ttm: Abort suspend on i915_ttm_backup failure (rev3)
[Intel-gfx] [PATCH 0/2] drm/i915/bios: Rethink LFP data pointer generation
2022-09-02 11:23 UTC (7+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/bios: Validate fp_timing terminator presence
` [Intel-gfx] [PATCH 2/2] drm/i915/bios: Use hardcoded fp_timing size for generating LFP data pointers
[Intel-gfx] [PATCH v7 0/3] drm/i915/display: stop HPD workers before display driver unregister
2022-09-02 11:14 UTC (3+ messages)
` [Intel-gfx] [PATCH v7 1/3] drm/i915/hpd: suspend MST at the end of intel_modeset_driver_remove
[Intel-gfx] [PATCH 0/9] drm: convert to using is_hdmi and has_audio from display info
2022-09-02 10:38 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[Intel-gfx] [PATCH] drm/i915: Start using REG_BIT* macros
2022-09-02 10:30 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox