dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-02 06:05:13 to 2022-09-05 05:43:42 UTC [more...]

[PATCH v2 0/4] Introduce ClockworkPi CWD686 DRM panel driver
 2022-09-04 19:08 UTC  (3+ messages)
` [PATCH v2 2/4] dt-bindings: display: Add ClockworkPi CWD686 panel

[PATCH] amd: amdgpu: fix coding style issue
 2022-09-04 14:13 UTC  (2+ messages)

[PATCH] drm: amd: This is a patch to the amdgpu_drv.c file that fixes some warnings and errors found by the checkpatch.pl tool
 2022-09-04 14:12 UTC  (4+ messages)

[PATCH 0/4] Add DP MST DSC support to i915
 2022-09-05  5:44 UTC  (6+ messages)
` [PATCH 3/4] drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate function
` [PATCH 4/4] drm/i915: Add DSC support to MST path

[PATCH] drm/bridge_connector: enable HPD by default if supported
 2022-09-05  5:26 UTC  (7+ messages)

[PATCH v4,0/2] Add dpi output format control for MT8186
 2022-09-05  1:59 UTC  (4+ messages)
` [PATCH v4, 1/2] soc: mediatek: Add mmsys func to adapt to dpi output "
  ` [PATCH v4,1/2] "

[PATCH v6 00/57] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-09-04 21:41 UTC  (58+ messages)
` [PATCH v6 01/57] dyndbg: fix static_branch manipulation
` [PATCH v6 02/57] dyndbg: fix module.dyndbg handling
` [PATCH v6 03/57] dyndbg: show both old and new in change-info
` [PATCH v6 04/57] dyndbg: reverse module walk in cat control
` [PATCH v6 05/57] dyndbg: reverse module.callsite "
` [PATCH v6 06/57] dyndbg: use ESCAPE_SPACE for "
` [PATCH v6 07/57] dyndbg: let query-modname override actual module name
` [PATCH v6 08/57] dyndbg: add test_dynamic_debug module
` [PATCH v6 09/57] dyndbg: drop EXPORTed dynamic_debug_exec_queries
` [PATCH v6 10/57] dyndbg: cleanup auto vars in dynamic_debug_init
` [PATCH v6 11/57] dyndbg: gather __dyndbg[] state into struct _ddebug_info
` [PATCH v6 12/57] dyndbg: add class_id to pr_debug callsites
` [PATCH v6 13/57] dyndbg: add __pr_debug_cls for testing
` [PATCH v6 14/57] dyndbg: add DECLARE_DYNDBG_CLASSMAP macro
` [PATCH v6 15/57] kernel/module: add __dyndbg_classes section
` [PATCH v6 16/57] dyndbg: add ddebug_attach_module_classes
` [PATCH v6 17/57] dyndbg: validate class FOO by checking with module
` [PATCH v6 18/57] doc-dyndbg: describe "class CLASS_NAME" query support
` [PATCH v6 19/57] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
` [PATCH v6 20/57] dyndbg: add drm.debug style (drm/parameters/debug) bitmap support
` [PATCH v6 21/57] dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
` [PATCH v6 22/57] drm_print: condense enum drm_debug_category
` [PATCH v6 23/57] drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers
` [PATCH v6 24/57] drm_print: interpose drm_*dbg with forwarding macros
` [PATCH v6 25/57] drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro
` [PATCH v6 26/57] drm-print.h: include dyndbg header
` [PATCH v6 27/57] drm-print: add drm_dbg_driver to improve namespace symmetry
` [PATCH v6 28/57] drm_print: refine drm_debug_enabled for jump-label
` [PATCH v6 29/57] drm_print: prefer bare printk KERN_DEBUG on generic fn
` [PATCH v6 30/57] drm_print: add _ddebug descriptor to drm_*dbg prototypes
` [PATCH v6 31/57] nouveau: change nvkm_debug/trace to use dev_dbg POC
` [PATCH v6 32/57] nouveau: adapt NV_DEBUG, NV_ATOMIC to use DRM.debug
` [PATCH v6 33/57] nouveau: WIP add 2 LEVEL_NUM classmaps for CLI, SUBDEV
` [PATCH v6 34/57] dyndbg: add _DPRINTK_FLAGS_ENABLED
` [PATCH v6 35/57] dyndbg: add _DPRINTK_FLAGS_TRACE
` [PATCH v6 36/57] dyndbg: add write-events-to-tracefs code
` [PATCH v6 37/57] dyndbg: add 2 trace-events: drm_debug, drm_devdbg
` [PATCH v6 38/57] dyndbg: add 2 more trace-events: pr_debug, dev_dbg
` [PATCH v6 39/57] dyndbg/drm: POC add tracebits sysfs-knob
` [PATCH v6 40/57] dyndbg: abstraction macros for modname, function, filename fields
` [PATCH v6 41/57] dyndbg: split repeating columns to new struct _ddebug_site
` [PATCH v6 42/57] dyndbg: shrink lineno field by 2 bits
` [PATCH v6 43/57] dyndbg: add _index,_map to struct _ddebug
` [PATCH v6 44/57] dyndbg: extend __ddebug_add_module proto to allow packing sites
` [PATCH v6 45/57] dyndbg: de-duplicate sites
` [PATCH v6 46/57] dyndbg: drop site-> in add-module, more needed
` [PATCH v6 47/57] dyndbg: demote iter->site in _init
` [PATCH v6 48/57] dyndbg: add .gnu.linkonce slot in vmlinux.lds.h KEEPs
` [PATCH v6 49/57] dyndbg: add structs _ddebug_hdr, _ddebug_site_hdr
` [PATCH v6 50/57] dyndbg: count unique callsites
` [PATCH v6 51/57] dyndbg: prevent build bugs via -DNO_DYNAMIC_DEBUG_TABLE
` [PATCH v6 52/57] dyndbg: add DEFINE_DYNAMIC_DEBUG_TABLE, use it tacitly RFC
` [PATCH v6 53/57] dyndbg: add/use is_dyndbg_header then set _uplink
` [PATCH v6 54/57] dyndbg: add .gnu.linkonce. & __dyndbg* sections in module.lds.h
` [PATCH v6 55/57] dyndbg: dynamic_debug_sites_reclaim() using free_reserved_page() WAG
` [PATCH v6 56/57] dyndbg: work ddebug_map_site
` [PATCH v6 57/57] dyndbg: fiddle with readback value on LEVEL_NAMES types

[PATCH v17 00/10] Add MT8195 DisplayPort driver
 2022-09-04 14:56 UTC  (20+ messages)
` [PATCH v17 02/10] video/hdmi: Add audio_infoframe packing for DP
` [PATCH v17 03/10] drm/mediatek: Add MT8195 Embedded DisplayPort driver
` [PATCH v17 04/10] drm/mediatek: dp: Add multiple bridge types support
` [PATCH v17 05/10] drm/mediatek: dp: Add multiple smc commands support
` [PATCH v17 06/10] drm/mediatek: dp: Add multiple calibration data formats support
` [PATCH v17 07/10] drm/mediatek: dp: Determine device of next_bridge
` [PATCH v17 08/10] drm/mediatek: dp: Add MT8195 External DisplayPort support
` [PATCH v17 09/10] drm/mediatek: dp: Add hpd debounce
` [PATCH v17 10/10] drm/mediatek: dp: Audio support for MT8195

mesa-22.3.0-devel + linux-5.19.6 + mediapipe: panfrost js fault
 2022-09-04  4:13 UTC 

[PATCH v2 6/8] drm/amd/display: Introduce KUnit tests for dcn20_fpu
 2022-09-03 19:50 UTC  (2+ messages)

[PATCH v2 0/4] Fixes for damage clips handling
 2022-09-03 14:04 UTC  (10+ messages)
` [PATCH v2 1/4] drm: Use original src rect while initializing damage iterator
` [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] "

[PATCH] drm/bridge: anx7625: Set HPD irq detect window to 2ms
 2022-09-03 13:08 UTC 

[PATCH 0/2] drm/etnaviv: GC300 fixes
 2022-09-03 11:49 UTC  (5+ messages)
` [PATCH 1/2] drm/etnaviv: add missing quirks for GC300
` [PATCH 2/2] drm/etnaviv: fix power register offset on GC300

[PATCH v2 7/8] drm/amd/display: Introduce KUnit tests to dc_dmub_srv library
 2022-09-03 11:47 UTC  (2+ messages)

[PATCH 1/2] drm/etnaviv: add HWDB entry for GC7000 r6203
 2022-09-03 11:19 UTC  (4+ messages)
` [PATCH 2/2] drm/etnaviv: disable tx clock gating for GC7000 rev6203

[PATCH 0/2] drm/rockchip: dw_hdmi: Add 4k@30 support
 2022-09-03  7:53 UTC  (3+ messages)

[PATCH v2] drm/sced: Add FIFO sched policy to rq
 2022-09-03  2:48 UTC 

[PATCH V2 0/2] chrontel-ch7033: Add byteswap order option
 2022-09-03  0:18 UTC  (7+ messages)
` [PATCH V2 1/2] dt-bindings: Add byteswap order to chrontel ch7033
` [PATCH V2 2/2] drm/bridge: chrontel-ch7033: Add byteswap order setting

[PATCH v2 00/12] i915: Add "standalone media" support for MTL
 2022-09-02 23:32 UTC  (13+ messages)
` [PATCH v2 01/12] drm/i915: Move locking and unclaimed check into mmio_debug_{suspend, resume}
` [PATCH v2 02/12] drm/i915: Only hook up uncore->debug for primary uncore
` [PATCH v2 03/12] drm/i915: Use managed allocations for extra uncore objects
` [PATCH v2 04/12] drm/i915: Prepare more multi-GT initialization
` [PATCH v2 05/12] drm/i915: Rename and expose common GT early init routine
` [PATCH v2 06/12] drm/i915: Use a DRM-managed action to release the PCI bridge device
` [PATCH v2 07/12] drm/i915: Initialize MMIO access for each GT
` [PATCH v2 08/12] drm/i915: Handle each GT on init/release and suspend/resume
` [PATCH v2 09/12] drm/i915/uncore: Add GSI offset to uncore
` [PATCH v2 10/12] drm/i915/xelpmp: Expose media as another GT
` [PATCH v2 11/12] drm/i915/mtl: Use primary GT's irq lock for media GT
` [PATCH v2 12/12] drm/i915/mtl: Hook up interrupts for standalone media

[PATCH v2 1/2] drm/tests: Split drm_framebuffer_create_test into parameterized tests
 2022-09-02 22:53 UTC  (13+ messages)
` [PATCH v2 2/2] drm/tests: Change "igt_" prefix to "test_drm_"

[PATCH v4 00/11] Initial Meteorlake Support
 2022-09-02 22:10 UTC  (12+ messages)
` [PATCH v4 01/11] drm/i915: Move display and media IP version to runtime info
  ` [PATCH v4.1] "
` [PATCH v4 03/11] drm/i915: Parse and set stepping for platforms with GMD
` [PATCH v4 04/11] drm/i915/mtl: Define engine context layouts
` [PATCH v4 05/11] drm/i915/mtl: Add gmbus and gpio support
` [PATCH v4 06/11] drm/i915/mtl: Add display power wells
` [PATCH v4 07/11] drm/i915/mtl: Add DP AUX support on TypeC ports
` [PATCH v4 08/11] drm/i915/mtl: Obtain SAGV values from MMIO instead of GT pcode mailbox
` [PATCH v4 10/11] drm/i915/mtl: Update CHICKEN_TRANS* register addresses
` [PATCH v4 11/11] drm/i915/mtl: Do not update GV point, mask value

[git pull] drm fixes for 6.0-rc4
 2022-09-02 22:07 UTC  (2+ messages)

[PATCH] drm/dp: Avoid Reading DPCD_REV Before Native Aux Read
 2022-09-02 21:35 UTC  (2+ messages)

[PATCH 0/3] iommu/dma: Some housekeeping
 2022-09-02 18:16 UTC  (5+ messages)
` [PATCH 1/3] iommu/dma: Clean up Kconfig
` [PATCH 2/3] iommu/dma: Move public interfaces to linux/iommu.h

[PATCH v1 0/4] drm/msm: move resource allocation to the _probe function
 2022-09-02 19:10 UTC  (7+ messages)
` [PATCH v1 3/4] drm/msm/mdp4: "
          ` [Freedreno] "

[PATCH v2 00/10] Add RCar DU lib support
 2022-09-02 17:08 UTC  (11+ messages)
` [PATCH v2 01/10] drm: rcar-du: Add RZ/G2L reset and clocks to struct rcar_du_crtc
` [PATCH v2 02/10] drm: rcar-du: Add encoder lib support
` [PATCH v2 03/10] drm: rcar-du: Add kms "
` [PATCH v2 04/10] drm: rcar-du: Add vsp "
` [PATCH v2 05/10] drm: rcar-du: Move rcar_du_vsp_atomic_begin()
` [PATCH v2 06/10] drm: rcar-du: Move rcar_du_vsp_atomic_flush()
` [PATCH v2 07/10] drm: rcar-du: Move vsp rcar_du_vsp_{map,unmap}_fb()
` [PATCH v2 08/10] drm: rcar-du: Move rcar_du_dumb_create()
` [PATCH v2 09/10] drm: rcar-du: Move rcar_du_gem_prime_import_sg_table()
` [PATCH v2 10/10] drm: rcar-du: Add rcar_du_lib_vsp_init()

[PATCH v4 00/21] Move all drivers to a common dma-buf locking convention
 2022-09-02 16:26 UTC  (9+ messages)
` [PATCH v4 06/21] drm/i915: Prepare to dynamic dma-buf locking specification
` [PATCH v4 11/21] misc: fastrpc: "

[PATCH v2 1/2] drm/plane_helper: Print actual/expected values on failure
 2022-09-02 15:32 UTC  (5+ messages)
` [PATCH v2 2/2] drm/plane_helper: Split into parameterized test cases

[PATCH linux-next] drm/i915: Remove the unneeded result variables
 2022-09-02 15:09 UTC  (3+ messages)

[PATCH] drm/vc4: Add module dependency on hdmi-codec
 2022-09-02 14:41 UTC 

[PATCH 1/2] drm/format: Use appropriate types in expect/assert
 2022-09-02 14:18 UTC  (5+ messages)
` [PATCH 2/2] drm/format: Split into more granular test cases

[PATCH 0/3] drm: omapdrm: Fix excessive GEM buffers DMM/CMA usage
 2022-09-02 14:13 UTC  (17+ messages)
` [PATCH 3/3] drm: omapdrm: Do no allocate non-scanout GEMs through DMM/TILER

[PATCH] tty/vt: Add console_lock check to vt_console_print()
 2022-09-02 14:04 UTC  (2+ messages)

[PATCH 00/11] drm/edid: Range descriptor stuff
 2022-09-02 14:02 UTC  (14+ messages)
` [PATCH 01/11] drm/edid: Handle EDID 1.4 range descriptor h/vfreq offsets
` [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
` [PATCH 10/11] drm/edid: Make version checks less convoluted

[PATCH] kernel/panic: Drop unblank_screen call
 2022-09-02 13:29 UTC  (4+ messages)

[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)
` [PATCH v5 11/31] drm/i915: Call acpi_video_register_backlight() (v3)

[PATCH] drm/amd/display: fix memory leak when using debugfs_lookup()
 2022-09-02 13:10 UTC  (2+ messages)

[PATCH v2 00/41] drm: Analog TV Improvements
 2022-09-02 11:28 UTC  (6+ messages)
` [PATCH v2 09/41] drm/connector: Add TV standard property

[PATCH v7 0/3] drm/i915/display: stop HPD workers before display driver unregister
 2022-09-02 11:14 UTC  (3+ messages)
` [PATCH v7 1/3] drm/i915/hpd: suspend MST at the end of intel_modeset_driver_remove

[v1] drm/msm/disp/dpu1: add support for hierarchical flush for dspp in sc7280
 2022-09-02 11:11 UTC  (6+ messages)

[v2] drm/msm/disp/dpu1: add support for dspp sub block flush in sc7280
 2022-09-02 11:09 UTC  (2+ messages)

[PATCH v4 00/12] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-09-02 10:47 UTC  (3+ messages)
  ` [PATCH v4 02/12] drm: bridge: Add Samsung DSIM bridge driver

[PATCH linux-next] drm/dp_helper: Remove the unneeded result variable
 2022-09-02  8:24 UTC  (2+ messages)

[PATCH linux-next] drm/amdgpu: Remove the unneeded result variable
 2022-09-02  8:04 UTC 

[PATCH linux-next] drm/amd/display: Remove the unneeded result variable
 2022-09-02  7:54 UTC 

[PATCH 1/2] drm/tests: Split drm_framebuffer_create_test into parameterized tests
 2022-09-02  7:52 UTC  (3+ messages)
` [PATCH 2/2] drm/tests: Change "igt_" prefix to "drm_"

[PATCH v5 1/9] dt-bindings: usb: Add Type-C switch binding
 2022-09-02  7:41 UTC  (11+ messages)

[PATCH linux-next] drm/radeon: Remove the unneeded result variable
 2022-09-02  7:33 UTC 

[PATCH linux-next] drm/radeon/ci_dpm: Remove the unneeded result variable
 2022-09-02  7:31 UTC 

[RESEND PATCH libdrm v3 0/2] Add Writeback Support for Modetest
 2022-09-02  6:40 UTC  (5+ messages)
` [RESEND PATCH libdrm v3 1/2] tests/modetest: Allocate drmModeAtomicReq before setting properties
` [RESEND PATCH libdrm v3 2/2] tests/modetest: Add support for writeback connector

[RFC PATCH v3] media: mediatek: vcodec: support stateless AV1 decoder
 2022-09-01 11:04 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).