dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-20 02:42:44 to 2024-03-21 16:19:56 UTC [more...]

[PULL] drm-misc-next-fixes
 2024-03-21 16:19 UTC 

[PATCH v4 00/10] backlight: Replace struct fb_info in interfaces
 2024-03-21 16:13 UTC  (3+ messages)

[PATCH v2 0/8] drm: zynqmp_dp: Misc. patches and debugfs support
 2024-03-21 16:08 UTC  (21+ messages)
` [PATCH v2 1/8] drm: xlnx: Fix kerneldoc
` [PATCH v2 2/8] drm: zynqmp_dp: Downgrade log level for aux retries message
` [PATCH v2 3/8] drm: zynqmp_dp: Adjust training values per-lane
` [PATCH v2 4/8] drm: zynqmp_dp: Rearrange zynqmp_dp for better padding
` [PATCH v2 5/8] drm: zynqmp_dp: Don't retrain the link in our IRQ
` [PATCH v2 7/8] drm: zynqmp_dp: Split off several helper functions
` [PATCH v2 8/8] drm: zynqmp_dp: Add debugfs interface for compliance testing

[PATCH v17 1/9] drm/dp: Add support to indicate if sink supports AS SDP
 2024-03-21 15:38 UTC  (2+ messages)
` [v17,1/9] "

[PATCH] drm/msm/dpu: add support for 4:2:2 and 4:4:4 planar YCbCr plane formats
 2024-03-21 15:43 UTC  (3+ messages)

[PATCH] drm/i915: use READ_ONCE() to read vma->iomap in concurrent environment
 2024-03-21  9:49 UTC  (2+ messages)

[PATCH] Fix duplicate C declaration warnings
 2024-03-21 15:37 UTC  (2+ messages)

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

[PATCH v2] drm/i915/gt: Report full vm address range
 2024-03-21 15:17 UTC 

[PATCH 1/2] drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags
 2024-03-21 14:44 UTC  (5+ messages)
` [PATCH 2/2] drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init

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

[PULL] drm-misc-next
 2024-03-21 13:56 UTC 

[PATCH v2] dt-bindings: display: samsung, exynos5-dp: convert to DT Schema
 2024-03-21 13:13 UTC  (4+ messages)
` [PATCH v2] dt-bindings: display: samsung,exynos5-dp: "

[RFC 0/2] drm/xe: Support PCIe FLR
 2024-03-21 11:38 UTC  (12+ messages)
` [RFC 1/2] drm: add devm release action
` [RFC 2/2] drm/xe/FLR: Support PCIe FLR

[PATCH 0/4] drm/edid & drm/i915: vendor and product id logging improvements
 2024-03-21 10:05 UTC  (5+ messages)
` [PATCH 1/4] drm/edid: add drm_edid_get_product_id()
` [PATCH 2/4] drm/edid: add drm_edid_print_product_id()
` [PATCH 3/4] drm/i915/bios: switch to struct drm_edid and struct drm_edid_product_id
` [PATCH 4/4] drm/i915/bios: return drm_edid_product_id from get_lvds_pnp_id()

[PATCH] drm/amdgpu: refactor code to split devcoredump code
 2024-03-21  9:55 UTC  (2+ messages)

[PATCH 0/3] drm/edid & drm/display header spring cleaning
 2024-03-21  9:45 UTC  (4+ messages)
` [PATCH 1/3] drm/displayid: move drm_displayid.h to drm_displayd_internal.h
` [PATCH 2/3] drm/edid: move all internal declarations to drm_crtc_internal.h
` [PATCH 3/3] drm/edid: group struct drm_edid based declarations together

[PATCH] drm/vkms: call drm_atomic_helper_shutdown before drm_dev_put()
 2024-03-21  7:55 UTC  (3+ messages)

[PATCH 0/3] drm/mediatek: Fixes for DDP component search/destroy
 2024-03-21  9:05 UTC  (2+ messages)

STM32 DSI controller driver: mode_valid clock tolerance
 2024-03-21  8:51 UTC  (5+ messages)

[RESEND v3 0/6] drm/i915/mst: enable MST mode for 128b/132b single-stream sideband
 2024-03-21  7:29 UTC  (2+ messages)

[PATCH] drm/atmel-hlcdc: Release CRTC commit when destroying plane state
 2024-03-21  6:45 UTC  (2+ messages)

[PATCH v2 0/4] drm: xlnx: zynqmp: Add DP audio support
 2024-03-21  5:52 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: display/xlnx/zynqmp-dpsub: Add audio DMAs

[PATCH v2] drm/amdgpu: refactor code to split devcoredump code
 2024-03-21  4:38 UTC 

[PATCH] drm/i915/gt: Report full vm address range
 2024-03-21  4:29 UTC  (7+ messages)

[PATCH libdrm] modetest: add support for YUV422 and YUV444 plane format
 2024-03-21  1:31 UTC 

[PATCH] video/hdmi: prefer length specifier in format over string copying
 2024-03-20 23:22 UTC 

[PATCH] fbdev: uvesafb: replace deprecated strncpy with strscpy_pad
 2024-03-20 23:04 UTC 

[PATCH] video: fbdev: au1200fb: replace deprecated strncpy with strscpy
 2024-03-20 22:48 UTC  (5+ messages)

[PATCH] video: fbdev: fsl-diu-fb: replace deprecated strncpy with strscpy_pad
 2024-03-20 22:48 UTC 

[PATCH] drm/Makefile: Move tiny drivers before native drivers
 2024-03-20 20:55 UTC  (9+ messages)

[PATCH 0/5] drm/bridge: Allow using fwnode API to get the next bridge
 2024-03-20 20:34 UTC  (6+ messages)
` [PATCH 2/5] drm/bridge: simple-bridge: Extend match support for non-DT based systems
` [PATCH 5/5] drm-bridge: display-connector: Switch to use fwnode API

[Bug 218617] New: Linux Kernel Bug Report: "Scheduling while atomic" Kernel Panic and System Freeze on NVIDIA RTX 2000 Ada Generation Laptop GPU
 2024-03-20 20:28 UTC  (3+ messages)
` [Bug 218617] "

[PATCH] software node: Implement device_get_match_data fwnode callback
 2024-03-20 20:28 UTC  (4+ messages)

[PATCH 01/11] drm/i915/dp: Fix DSC line buffer depth programming
 2024-03-20 20:11 UTC  (5+ 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()
` [PATCH 09/11] drm/dp_mst: Add drm_dp_mst_aux_for_parent()
` [PATCH 11/11] drm/i915/dp_mst: Enable HBLANK expansion quirk for UHBR rates

[PATCH] drm: bridge: thc63lvd1024: Print error message when DT parsing fails
 2024-03-20 20:04 UTC  (6+ messages)

[PATCH] drm/i915/gt: Reset queue_priority_hint on parking
 2024-03-20 19:54 UTC  (3+ messages)

Missing commits from drm-misc-next on linux-next
 2024-03-20 19:50 UTC  (6+ messages)

drm/tiny: QUESTION: What to use instead of drm_simple_display_pipe ?
 2024-03-20 18:59 UTC  (4+ messages)

Implement per-key keyboard backlight as auxdisplay?
 2024-03-20 18:45 UTC  (18+ 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

Nova and staging Rust abstractions
 2024-03-20 18:17 UTC  (2+ messages)

[PATCH v6 0/3] Disable automatic load CCS load balancing
 2024-03-20 18:02 UTC  (4+ messages)

[PATCH] drm/panel: atna33xc20: Fix unbalanced regulator in the case HPD doesn't assert
 2024-03-20 16:09 UTC  (4+ messages)

Bug#1054514: linux-image-6.1.0-13-amd64: Debian VM with qxl graphics freezes frequently
 2024-03-20 15:25 UTC  (4+ messages)
` [PATCH 0/1] drm/qxl: fixes qxl_fence_wait
  ` [PATCH 1/1] "

[PATCH v2 1/2] drm/prime: reject DMA-BUF attach when get_sg_table is missing
 2024-03-20 14:16 UTC  (2+ messages)

[PATCH] nouveau/gsp: don't check devinit disable on GSP
 2024-03-19 17:38 UTC  (2+ messages)

Handling pageflip timeouts
 2024-03-20  9:13 UTC  (3+ messages)

[PATCH v3 00/14] Rename mtk_drm_* to mtk_*
 2024-03-20  9:09 UTC  (15+ messages)
` [PATCH v3 01/14] drm/mediatek: Rename "mtk_drm_crtc" to "mtk_crtc"
` [PATCH v3 02/14] drm/mediatek: Rename "mtk_drm_ddp_comp" to "mtk_ddp_comp"
` [PATCH v3 03/14] drm/mediatek: Rename "mtk_drm_plane" to "mtk_plane"
` [PATCH v3 04/14] drm/mediatek: Rename "mtk_drm_gem" to "mtk_gem"
` [PATCH v3 05/14] drm/mediatek: Rename "mtk_drm_hdmi" to "mtk_hdmi"
` [PATCH v3 06/14] drm/mediatek: Rename files "mtk_drm_crtc.h" to "mtk_crtc.h"
` [PATCH v3 07/14] drm/mediatek: Rename files "mtk_drm_crtc.c" to "mtk_crtc.c"
` [PATCH v3 08/14] drm/mediatek: Rename files "mtk_drm_ddp_comp.h" to "mtk_ddp_comp.h"
` [PATCH v3 09/14] drm/mediatek: Rename files "mtk_drm_ddp_comp.c" to "mtk_ddp_comp.c"
` [PATCH v3 10/14] drm/mediatek: Rename files "mtk_drm_plane.h" to "mtk_plane.h"
` [PATCH v3 12/14] drm/mediatek: Rename files "mtk_drm_gem.h" to "mtk_gem.h"
` [PATCH v3 14/14] drm/mediatek: Rename mtk_ddp_comp functions

[PATCH v2 0/6] backlight: Remove struct backlight_properties.fb_blank
 2024-03-20  9:00 UTC  (5+ messages)
` [PATCH v2 6/6] backlight: Remove fb_blank from struct backlight_properties
      ` EXTERNAL: "

[PATCH] dma-buf: Fix NULL pointer dereference in sanitycheck()
 2024-03-20  8:37 UTC  (2+ messages)
` [Linaro-mm-sig] "

[PATCH v3] video: fbdev: panel-tpo-td043mtea1: Convert sprintf() family to sysfs_emit() family
 2024-03-20  8:12 UTC  (2+ messages)

[PATCH 0/1] Add interface to allocate MediaTek GEM buffer
 2024-03-20  6:40 UTC  (2+ messages)
` [PATCH 1/1] drm/mediatek: "

[PATCH] mediatek: dsi: Correct calculation formula of PHY Timing
 2024-03-20  6:28 UTC  (2+ messages)

[PATCH 6/6] drm: zynqmp_dp: Add debugfs interface for compliance testing
 2024-03-20  6:03 UTC  (6+ messages)

[PATCH] mediatek: dsi: Add dsi per-frame lp code for mt8188
 2024-03-20  6:03 UTC  (2+ messages)

[PATCH v2 00/14] Rename mtk_drm_* to mtk_*
 2024-03-20  2:48 UTC  (4+ messages)
` [PATCH v2 11/14] drm/mediatek: Rename files "mtk_drm_plane.c" to "mtk_plane.c"


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