dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-25 17:52:59 to 2024-03-26 17:25:44 UTC [more...]

[PATCH 0/6] drm/msm/dp: Spring cleaning
 2024-03-26 17:25 UTC  (8+ messages)
` [PATCH 1/6] drm/msm/dp: Drop unused dp_debug struct
` [PATCH 2/6] drm/msm/dp: Removed fixed nvid "support"
` [PATCH 3/6] drm/msm/dp: Remove unused defines and members
` [PATCH 4/6] drm/msm/dp: Use function arguments for aux writes
` [PATCH 5/6] drm/msm/dp: Use function arguments for timing configuration
` [PATCH 6/6] drm/msm/dp: Use function arguments for audio operations

[PULL] drm-xe-fixes
 2024-03-26 17:10 UTC 

Implement per-key keyboard backlight as auxdisplay?
 2024-03-26 16:57 UTC  (24+ messages)
              ` Future handling of complex RGB devices on Linux
                ` Future handling of complex RGB devices on Linux v2
                          ` Future handling of complex RGB devices on Linux v3
                              ` In kernel virtual HID devices (was Future handling of complex RGB devices on Linux v3)

[PATCH] drm/amdgpu: add support of bios dump in devcoredump
 2024-03-26 16:53 UTC  (2+ messages)

[PATCH 0/4] drm: add support for hot-pluggable bridges
 2024-03-26 16:28 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: display: bridge: add the Hot-plug MIPI DSI connector
` [PATCH 2/4] drm/bridge: add bridge notifier to be notified of bridge addition and removal
` [PATCH 3/4] drm/encoder: add drm_encoder_cleanup_from()
` [PATCH 4/4] drm/bridge: hotplug-bridge: add driver to support hot-pluggable DSI bridges

[PATCH v6 0/3] Disable automatic load CCS load balancing
 2024-03-26 16:25 UTC  (8+ messages)
` [PATCH v6 2/3] drm/i915/gt: Do not generate the command streamer for all the CCS
` [PATCH v6 3/3] drm/i915/gt: Enable only one CCS for compute workload

[PATCH v12 0/8] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios
 2024-03-26 16:12 UTC  (2+ messages)

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-03-26 16:04 UTC  (6+ messages)
` [PATCH 01/12] kbuild: make -Woverride-init warnings more consistent
` [PATCH 06/12] nouveau: fix function cast warning

[PATCH v2] drm/dp: Clarify that wait_hpd_asserted() is not optional for panels
 2024-03-26 16:03 UTC  (3+ messages)

[PATCH v5 00/16] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-03-26 15:57 UTC  (39+ messages)
` [PATCH v5 02/16] drm/vkms: Use drm_frame directly
` [PATCH v5 03/16] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
` [PATCH v5 04/16] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v5 05/16] drm/vkms: Add dummy pixel_read/pixel_write callbacks to avoid NULL pointers
` [PATCH v5 07/16] drm/vkms: Update pixels accessor to support packed and multi-plane formats
` [PATCH v5 08/16] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
` [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum
` [PATCH v5 10/16] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v5 11/16] drm/vkms: Add YUV support
` [PATCH v5 14/16] drm/vkms: Create KUnit tests for YUV conversions

Build regressions/improvements in v6.9-rc1
 2024-03-26 15:52 UTC  (2+ messages)

2024 X.Org Board of Directors Elections Nomination period is NOW
 2024-03-26 15:42 UTC  (2+ messages)
` 2024 X.Org Foundation Membership deadline for voting in the election

[PATCH v11 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-03-26 15:40 UTC  (29+ messages)
` [PATCH v11 01/28] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v11 02/28] drm/mode_object: Export drm_mode_obj_find_prop_id for tests
` [PATCH v11 03/28] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v11 04/28] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v11 05/28] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v11 06/28] drm/tests: Add output bpc tests
` [PATCH v11 07/28] drm/connector: hdmi: Add support for output format
` [PATCH v11 08/28] drm/tests: Add output formats tests
` [PATCH v11 09/28] drm/display: hdmi: Add HDMI compute clock helper
` [PATCH v11 10/28] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v11 11/28] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v11 12/28] drm/tests: Add TDMS character rate connector state tests
` [PATCH v11 13/28] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v11 14/28] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v11 15/28] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v11 16/28] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v11 17/28] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v11 18/28] drm/tests: Add tests for "
` [PATCH v11 19/28] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v11 20/28] drm/tests: Add RGB Quantization tests
` [PATCH v11 21/28] drm/connector: hdmi: Add Infoframes generation
` [PATCH v11 22/28] drm/tests: Add infoframes test
` [PATCH v11 23/28] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v11 24/28] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v11 25/28] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v11 26/28] drm/vc4: tests: Convert to plane creation helper
` [PATCH v11 27/28] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v11 28/28] drm/sun4i: hdmi: "

[PATCH v2 0/4] drm: xlnx: zynqmp: Add DP audio support
 2024-03-26 15:27 UTC  (2+ messages)
` (subset) "

[PATCH 0/4] drm: xlnx: zynqmp: Add DP audio support
 2024-03-26 15:27 UTC  (2+ messages)
` (subset) "

[PATCH] drm/amdgpu: fix deadlock while reading mqd from debugfs
 2024-03-26 15:25 UTC  (7+ messages)

[PATCH v9 1/3] drm/buddy: Implement tracking clear page feature
 2024-03-26 14:53 UTC  (6+ messages)
` [PATCH v9 2/3] drm/amdgpu: Enable clear page functionality

[PATCH v3 1/3] drm/panthor: Fix IO-page mmap() for 32-bit userspace on 64-bit kernel
 2024-03-26 14:10 UTC  (7+ messages)
` [PATCH v3 2/3] drm/panthor: Fix ordering in _irq_suspend()
` [PATCH v3 3/3] drm/panthor: Drop the dev_enter/exit() sections in _irq_suspend/resume()

[PATCH 07/12] drm: Switch DRM_DISPLAY_HELPER to depends on
 2024-03-26 13:20 UTC  (2+ messages)

[PATCH 01/11] drm/i915/dp: Fix DSC line buffer depth programming
 2024-03-26 12:53 UTC  (6+ messages)
` [PATCH 07/11] drm/dp: Add drm_dp_uhbr_channel_coding_supported()
` [PATCH 08/11] drm/dp_mst: Factor out drm_dp_mst_port_is_logical()

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-26 12:47 UTC  (5+ messages)

[PATCH] drm/i915/gem: Calculate object page offset for partial memory mapping
 2024-03-26 12:05 UTC  (4+ messages)

[PATCH V8 00/12] soc: imx8mp: Add support for HDMI
 2024-03-26 12:00 UTC  (6+ messages)

[PATCH 00/12] drm/display: Convert helpers Kconfig symbols to depends on
 2024-03-26 11:50 UTC  (5+ messages)

[PATCH v7 0/3] drm/i915: Fix VMA UAF on destroy against deactivate race
 2024-03-26 11:16 UTC  (2+ messages)

[PATCH] drm/i915/gt: Reset queue_priority_hint on parking
 2024-03-26 11:15 UTC  (2+ messages)

[PATCH] drm/panthor: Fix wrong kernel-doc format in the uAPI header
 2024-03-26 10:59 UTC  (3+ messages)

[PATCH][next] drm/panthor: Fix spelling mistake "readyness" -> "readiness"
 2024-03-26 10:59 UTC  (4+ messages)

[PATCH v2 00/12] drm/display: Convert helpers Kconfig symbols to depends on
 2024-03-26 10:56 UTC  (13+ messages)
` [PATCH v2 01/12] drm/display: Make DisplayPort AUX bus Kconfig name consistent
` [PATCH v2 02/12] drm/display: Make DisplayPort tunnel debug "
` [PATCH v2 03/12] drm/display: Make DisplayPort AUX Chardev "
` [PATCH v2 04/12] drm/display: Make DisplayPort CEC-over-AUX "
` [PATCH v2 05/12] drm/display: Reorder Kconfig symbols
` [PATCH v2 06/12] drm/display: Make all helpers visible and switch to depends on
` [PATCH v2 07/12] drm: Switch DRM_DISPLAY_HELPER "
` [PATCH v2 08/12] drm: Switch DRM_DISPLAY_DP_AUX_BUS "
` [PATCH v2 09/12] drm: Switch DRM_DISPLAY_DP_HELPER "
` [PATCH v2 10/12] drm: Switch DRM_DISPLAY_HDCP_HELPER "
` [PATCH v2 11/12] drm: Switch DRM_DISPLAY_HDMI_HELPER "
` [PATCH v2 12/12] drm/bridge: it6505: Remove useless select

[PATCH v2 1/3] drm/panthor: Fix IO-page mmap() for 32-bit userspace on 64-bit kernel
 2024-03-26 10:25 UTC  (9+ messages)
` [PATCH v2 2/3] drm/panthor: Fix ordering in _irq_suspend()
` [PATCH v2 3/3] drm/panthor: Actually suspend IRQs in the unplug path

[PATCH 1/2] drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags
 2024-03-26  9:40 UTC  (2+ messages)

[PATCH] drm/prime: Unbreak virtgpu dma-buf export
 2024-03-26  9:15 UTC  (5+ messages)

[PATCH] drm/rockchip: vop2: Remove AR30 and AB30 format support
 2024-03-26  8:53 UTC  (2+ messages)

[PATCH net-next v4 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-03-26  4:50 UTC  (3+ messages)
` [PATCH net-next v4 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool

[PATCH v6 00/13] drm/ast: Detect connector status for VGA and SIL164
 2024-03-26  8:14 UTC  (15+ messages)
` [PATCH v6 01/13] drm/ast: Include <linux/of.h> where necessary
` [PATCH v6 02/13] drm/ast: Fail probing if DDC channel could not be initialized
` [PATCH v6 03/13] drm/ast: Remove struct ast_{vga,sil165}_connector
` [PATCH v6 04/13] drm/ast: Allocate instance of struct ast_i2c_chan with managed helpers
` [PATCH v6 05/13] drm/ast: Move DDC code to ast_ddc.{c,h}
` [PATCH v6 06/13] drm/ast: Rename struct ast_i2c_chan to struct ast_ddc
` [PATCH v6 07/13] drm/ast: Pass AST device to ast_ddc_create()
` [PATCH v6 08/13] drm/ast: Store AST device in struct ast_ddc
` [PATCH v6 09/13] drm/ast: Rename struct i2c_algo_bit_data callbacks and their parameters
` [PATCH v6 10/13] drm/ast: Acquire I/O-register lock in DDC code
` [PATCH v6 11/13] drm/ast: Use drm_connector_helper_get_modes()
` [PATCH v6 12/13] drm/ast: Implement polling for VGA and SIL164 connectors
` [PATCH v6 13/13] drm/ast: Automatically clean up poll helper

[PATCH v6 00/14] Support IGT in display driver
 2024-03-26  6:11 UTC  (3+ messages)
` [PATCH v6 13/14] drm/mediatek: Support CRC in OVL

[PATCH] drm/amdkfd: return negative error code in svm_ioctl()
 2024-03-26  5:41 UTC  (2+ messages)

linux-next: build warnings after merge of the drm-misc tree
 2024-03-26  5:12 UTC 

[PATCH v2 00/14] Add support for suppressing warning backtraces
 2024-03-26  5:02 UTC  (19+ messages)
` [PATCH v2 01/14] bug/kunit: Core "
` [PATCH v2 02/14] kunit: bug: Count suppressed "
` [PATCH v2 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH v2 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH v2 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v2 06/14] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH v2 07/14] x86: Add support for suppressing warning backtraces
` [PATCH v2 08/14] arm64: "
` [PATCH v2 09/14] loongarch: "
` [PATCH v2 10/14] parisc: "
` [PATCH v2 11/14] s390: "
` [PATCH v2 12/14] sh: "
` [PATCH v2 13/14] riscv: "
` [PATCH v2 14/14] powerpc: "

linux-next: build warning after merge of the drm-misc tree
 2024-03-26  5:01 UTC 

[PATCH v2] Fix duplicate C declaration warnings
 2024-03-26  4:05 UTC  (2+ messages)

[PATCH 1/2] drm/panel: Remove redundant checks in multiple panels
 2024-03-26  2:47 UTC  (3+ messages)

[PATCH 0/3] drm-panel: Don't make failures quite so fatal
 2024-03-26  0:07 UTC  (7+ messages)
` [PATCH 1/3] drm/panel-edp: Abstract out function to set conservative timings
` [PATCH 2/3] drm/panel-edp: If we fail to powerup/get EDID, use "
` [PATCH 3/3] drm-panel: If drm_panel_dp_aux_backlight() fails, don't fail panel probe

linux-next: manual merge of the drm-misc tree with Linus' tree
 2024-03-25 23:29 UTC 

[PATCH 0/8] use for_each_endpoint_of_node()
 2024-03-25 23:25 UTC  (4+ messages)
` [PATCH 4/8] media: platform: ti: "

[PATCH] drm/panel-edp: Add AUO B120XAN01.0
 2024-03-25 22:50 UTC  (2+ messages)

[PATCH] drm/msm: Add newlines to some debug prints
 2024-03-25 21:39 UTC  (3+ messages)

[PATCH] fbdev: Select I/O-memory framebuffer ops for SBus
 2024-03-25 20:37 UTC  (2+ messages)

[PATCH 0/5] Add Support for RK3326 GameForce Chi
 2024-03-25 19:25 UTC  (3+ messages)
` [PATCH 4/5] dt-bindings: arm: rockchip: Add "

[RESEND PATCH] dt-bindings: display: sony, td4353-jdi: allow width-mm and height-mm
 2024-03-25 17:57 UTC  (3+ messages)
` [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: "


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 read-only IMAP folder(s) and NNTP newsgroup(s).