dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-14 11:46:41 to 2023-02-15 23:02:36 UTC [more...]

[PATCH 0/3] drm/msm/dpu: Initialize SSPP scaler version (from register read)
 2023-02-15 23:02 UTC  (3+ messages)
` [PATCH 1/3] drm/msm/dpu: Read previously-uninitialized SSPP scaler version from hw
` [PATCH 2/3] drm/msm/dpu: Drop unused get_scaler_ver callback from SSPP

[PATCH] drm/nouveau/led: explicitly include linux/leds.h
 2023-02-15 23:01 UTC  (2+ messages)

[PATCH 1/3] drm/connector: Convert DRM_MODE_COLORIMETRY to enum
 2023-02-15 22:07 UTC  (22+ messages)
` [PATCH 3/3] drm/connector: Deprecate split for BT.2020 in drm_colorspace enum

[PATCH] drm/i915/xelpmp: Consider GSI offset when doing MCR lookups
 2023-02-15 21:41 UTC  (3+ messages)

[PATCH] drm/amd/display: only warn once in dce110_edp_wait_for_hpd_ready()
 2023-02-15 21:34 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 24/24] drm/amd/display: disable S/G display on DCN 3.1.2/3
 2023-02-15 21:01 UTC  (3+ messages)

[PATCH v5 0/8] drm/i915/pxp: Add MTL PXP Support
 2023-02-15 19:58 UTC  (10+ messages)
` [PATCH v5 1/8] drm/i915/pxp: Add GSC-CS back-end resource init and cleanup
` [PATCH v5 2/8] drm/i915/pxp: Add MTL hw-plumbing enabling for KCR operation
` [PATCH v5 3/8] drm/i915/pxp: Add MTL helpers to submit Heci-Cmd-Packet to GSC
` [PATCH v5 4/8] drm/i915/pxp: Add GSC-CS backend to send GSC fw messages
` [PATCH v5 5/8] drm/i915/pxp: Add ARB session creation and cleanup
` [PATCH v5 6/8] drm/i915/pxp: MTL-KCR interrupt ctrl's are in GT-0
` [PATCH v5 7/8] drm/i915/pxp: On MTL, KCR enabling doesn't wait on tee component
` [PATCH v5 8/8] drm/i915/pxp: Enable PXP with MTL-GSC-CS

[PATCH v2 1/9] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible
 2023-02-15 19:47 UTC  (4+ messages)
` [PATCH v2 8/9] dt-bindings: display/msm: dsi-controller-main: Add SM6115

[RFC PATCH 00/16] Add a TTM shrinker
 2023-02-15 19:00 UTC  (30+ messages)
` [RFC PATCH 01/16] drm/ttm: Fix a NULL pointer dereference
` [RFC PATCH 02/16] drm/ttm/pool: Fix ttm_pool_alloc error path
` [RFC PATCH 03/16] drm/ttm: Use the BIT macro for the TTM_TT_FLAGs
` [RFC PATCH 04/16] drm/ttm, drm/vmwgfx: Update the TTM swapout interface
` [RFC PATCH 05/16] drm/ttm: Unexport ttm_global_swapout()
` [RFC PATCH 06/16] drm/ttm: Don't use watermark accounting on shrinkable pools
` [RFC PATCH 07/16] drm/ttm: Reduce the number of used allocation orders for TTM pages
` [RFC PATCH 08/16] drm/ttm: Add a shrinker and shrinker accounting
` [RFC PATCH 09/16] drm/ttm: Introduce shrink throttling
` [RFC PATCH 10/16] drm/ttm: Remove pinned bos from shrinkable accounting
` [RFC PATCH 11/16] drm/ttm: Add a simple api to set / clear purgeable ttm_tt content
` [RFC PATCH 12/16] mm: Add interfaces to back up and recover folio contents using swap
` [RFC PATCH 13/16] drm/ttm: Make the call to ttm_tt_populate() interruptible when faulting
` [RFC PATCH 14/16] drm/ttm: Provide helpers for shrinking
` [RFC PATCH 15/16] drm/ttm: Use fault-injection to test error paths
` [RFC PATCH 16/16] drm/i915, drm/ttm: Use the TTM shrinker rather than the external shmem pool

[PATCH v5 0/2] drm/imx/lcdc: Implement DRM driver for imx25
 2023-02-15 18:24 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: display: imx: Describe drm binding for fsl, imx-lcdc
  ` [PATCH v5 1/2] dt-bindings: display: imx: Describe drm binding for fsl,imx-lcdc

[PATCH] Revert "drm/i915/hwmon: Enable PL1 power limit"
 2023-02-15 17:19 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH] drm: document expectations for GETFB2 handles
 2023-02-15 17:03 UTC  (3+ messages)

[PATCH 00/17] cirrus: Modernize the cirrus driver
 2023-02-15 16:15 UTC  (18+ messages)
` [PATCH 01/17] drm/cirrus: Compute blit destination offset in single location
` [PATCH 02/17] drm/cirrus: Replace cpp value with format
` [PATCH 03/17] drm/cirrus: Use drm_fb_blit() to update scanout buffer
` [PATCH 04/17] drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpers
` [PATCH 05/17] drm/cirrus: Split cirrus_mode_set() into smaller functions
` [PATCH 06/17] drm/cirrus: Integrate connector into pipeline code
` [PATCH 07/17] drm/cirrus: Move primary-plane format arrays
` [PATCH 08/17] drm/cirrus: Convert to regular atomic helpers
` [PATCH 09/17] drm/cirrus: Enable damage clipping on primary plane
` [PATCH 10/17] drm/cirrus: Inline cirrus_fb_blit_rect()
` [PATCH 11/17] drm/cirrus: Remove format test from cirrus_fb_create()
` [PATCH 12/17] drm/cirrus: Remove size "
` [PATCH 13/17] drm/cirrus: Test mode against video-memory size in device-wide mode_valid
` [PATCH 14/17] drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_check
` [PATCH 15/17] drm/cirrus: Introduce struct cirrus_primary_plane_state
` [PATCH 16/17] drm/cirrus: Store HW format/pitch in primary-plane state
` [PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank

[PATCH v2 0/8] QAIC accel driver
 2023-02-15 15:41 UTC  (4+ messages)
` [PATCH v2 1/8] accel/qaic: Add documentation for AIC100 accelerator driver

Question: partial transfers of DMABUFs
 2023-02-15 13:56 UTC  (12+ messages)

[PATCH v2 1/4] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX
 2023-02-15 13:24 UTC  (4+ messages)
` [PATCH v2 2/4] drm/bridge: imx: add bridge wrapper driver for i.MX8MP DWC HDMI

[PATCH] drm/i915: Don't use stolen memory for ring buffers
 2023-02-15 12:30 UTC  (3+ messages)
` [Intel-gfx] "

[RFC] drm/amd/display: Pass proper parent for DM backlight device registration
 2023-02-15 11:38 UTC 

linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
 2023-02-15 11:09 UTC  (18+ messages)

[PATCH 0/3] drm: rcar-du: Fix vblank wait timeout when stopping LVDS output
 2023-02-15 10:19 UTC  (9+ messages)
` [PATCH 1/3] drm: rcar-du: lvds: Call function directly instead of through pointer
` [PATCH 2/3] drm: rcar-du: lvds: Move LVDS enable code to separate code section
` [PATCH 3/3] drm: rcar-du: lvds: Fix LVDS PLL disable on D3/E3

[PATCH] drm/gem: Expose the buffer object handle to userspace last
 2023-02-15  9:57 UTC  (3+ messages)

[PATCH v2] drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5
 2023-02-15  9:50 UTC  (3+ messages)

[PATCH v3 0/6] drm: lcdif: Add i.MX93 LCDIF support
 2023-02-15  8:52 UTC  (20+ messages)
` [PATCH v3 1/6] dt-bindings: "
` [PATCH v3 2/6] drm: lcdif: Drop unnecessary NULL pointer check on lcdif->bridge
` [PATCH v3 3/6] drm: lcdif: Determine bus format and flags in ->atomic_check()
` [PATCH v3 4/6] drm: lcdif: Check consistent bus format and flags across first bridges
` [PATCH v3 5/6] drm: lcdif: Add multiple encoders and first bridges support
` [PATCH v3 6/6] drm: lcdif: Add i.MX93 LCDIF compatible string

[RFC PATCH v2 00/18] Add DRM CRTC 3D LUT interface
 2023-02-15  8:34 UTC  (8+ messages)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-02-14 16:57 UTC  (2+ messages)
` (subset) "

[PATCH v3] drm/i915: Consolidate TLB invalidation flow
 2023-02-15  8:14 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH 0/9] drm/i915: Replace kmap_atomic() with kmap_local_page()
 2023-02-15  7:13 UTC  (3+ messages)

[PATCH 13/19] arch/riscv: rename internal name __xchg to __arch_xchg
 2023-02-15  5:22 UTC  (2+ messages)

[PATCH] drm/i915: move a Kconfig symbol to unbreak the menu presentation
 2023-02-15  4:45 UTC 

[PATCH] drm/amd/display: Remove duplicate/repeating expressions
 2023-02-15  4:24 UTC  (3+ messages)

[PATCH] drm/amd/display: Remove duplicate/repeating expression
 2023-02-15  4:23 UTC  (3+ messages)

[PATCH 0/3] PL1 power limit fixes for ATSM
 2023-02-15  3:11 UTC  (4+ messages)
` [PATCH 3/3] drm/i915/hwmon: Expose power1_max_enable

[PATCH v2] drm: add kms driver for loongson display controller
 2023-02-15  2:02 UTC  (4+ messages)

[PATCH v2 01/14] drm/msm/a6xx: De-staticize sptprac en/disable functions
 2023-02-15  1:28 UTC  (20+ messages)
` [PATCH v2 02/14] drm/msm/a6xx: Extend UBWC config
` [PATCH v2 03/14] drm/msm/a6xx: Introduce GMU wrapper support
` [PATCH v2 04/14] drm/msm/a6xx: Remove both GBIF and RBBM GBIF halt on hw init
` [PATCH v2 05/14] drm/msm/adreno: Disable has_cached_coherent for A610/A619_holi
` [PATCH v2 06/14] drm/msm/gpu: Use dev_pm_opp_set_rate for non-GMU GPUs
` [PATCH v2 07/14] drm/msm/a6xx: Add support for A619_holi
` [PATCH v2 08/14] drm/msm/a6xx: Add A610 support
` [PATCH v2 09/14] drm/msm/a6xx: Fix some A619 tunables
` [PATCH v2 10/14] drm/msm/a6xx: Fix up A6XX protected registers
` [PATCH v2 11/14] drm/msm/a6xx: Enable optional icc voting from OPP tables
` [PATCH v2 12/14] drm/msm/a6xx: Use "else if" in GPU speedbin rev matching
` [PATCH v2 13/14] drm/msm/a6xx: Add A619_holi speedbin support
` [PATCH v2 14/14] drm/msm/a6xx: Add A610 "
` [PATCH v2 00/14] GMU-less A6xx support (A610, A619_holi)

[PATCH v3 00/27] drm/msm/dpu: wide planes support
 2023-02-15  0:08 UTC  (6+ messages)
` [PATCH v3 15/27] drm/msm/dpu: move the rest of plane checks to dpu_plane_atomic_check()

[PATCH 01/10] dt-bindings: display/msm: dsi-controller-main: Add SM6350
 2023-02-14 23:57 UTC  (4+ messages)
` [PATCH 02/10] dt-bindings: display/msm: dsi-controller-main: Add SM6375

[PATCH v1 RFC] video/hdmi: Fix HDMI_VENDOR_INFOFRAME_SIZE
 2023-02-14 21:35 UTC  (6+ messages)

[PATCH 1/1] drm/bridge: analogix_dp: add a quirk for Bob panel
 2023-02-14 21:02 UTC  (3+ messages)

[PATCH 1/2] drm: Introduce plane SIZE_HINTS property
 2023-02-14 19:59 UTC  (8+ messages)
` [PATCH v2 "

[RFC v2 0/5] Waitboost drm syncobj waits
 2023-02-14 19:26 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v4 0/8] drm/i915/pxp: Add MTL PXP Support
 2023-02-14 18:40 UTC  (3+ messages)
` [PATCH v4 5/8] drm/i915/pxp: Add ARB session creation and cleanup

[RFC PATCH 0/7] drm/msm/dpu: Implement tearcheck support on INTF block
 2023-02-14 17:54 UTC  (7+ messages)
` [RFC PATCH 5/7] drm/msm/dpu: Document and enable TEAR interrupts on DSI interfaces

[PATCH 00/10] Resolve warnings from AMDGPU
 2023-02-14 17:52 UTC  (13+ messages)
` [PATCH 01/10] drm/amd/display: Turn global functions into static
` [PATCH 02/10] drm/amd/display: Add function prototypes to headers
` [PATCH 03/10] drm/amd/amdgpu: "
` [PATCH 04/10] drm/amd/display: Add previously missing includes
` [PATCH 05/10] drm/amd/display: Fix excess arguments on kernel-doc
` [PATCH 09/10] drm/amd/display: Make variables declaration inside ifdef guard

[PATCH 0/4] drm/msm/a5xx: make it work with the latest Mesa
 2023-02-14 17:35 UTC  (3+ messages)
` [PATCH 4/4] drm/msm/a5xx: fix context faults during ring switch

[PATCH v5 0/4] drm/rockchip: dw_hdmi: Add 4k@30 support
 2023-02-14 15:43 UTC  (3+ messages)

[RFT PATCH v2 1/3] drm/bridge: tc358762: Set pre_enable_prev_first
 2023-02-14 15:24 UTC  (6+ messages)
` [RFT PATCH v2 3/3] drm/msm/dsi: More properly handle errors in regards to dsi_mgr_bridge_power_on()
  ` [Freedreno] "

Try to address the drm_debugfs issues
 2023-02-14 12:46 UTC  (9+ messages)
` [PATCH 1/3] drm/debugfs: separate debugfs creation into init and register
` [PATCH 3/3] drm/debugfs: remove dev->debugfs_list and debugfs_mutex

[PATCH 0/3] drm/msm/adreno: implement devcoredump support for a5xx
 2023-02-14 12:35 UTC  (4+ messages)
` [PATCH 1/3] drm/msm/adreno: stall translation on fault for all GPU families
` [PATCH 2/3] drm/msm/adreno: split a6xx fault handler into generic and a6xx parts
` [PATCH 3/3] drm/msm/a5xx: add devcoredump support to the fault handler

[PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-14 11:52 UTC  (4+ messages)
` [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

[PATCH] drm/edid: Add Vive Pro 2 to non-desktop list
 2023-02-14 11:50 UTC  (6+ messages)


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