dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-04 22:29:35 to 2022-10-06 18:48:08 UTC [more...]

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-06 13:20 UTC  (19+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions

[git pull] drm for 6.1-rc1
 2022-10-06 18:47 UTC  (5+ messages)

[PATCH] drm/i915/gvt: Add missing vfio_unregister_group_dev() call
 2022-10-06 18:31 UTC  (6+ messages)

[PATCH v3 0/5] treewide cleanup of random integer usage
 2022-10-06 17:42 UTC  (11+ messages)
` [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v3 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v3 3/5] treewide: use get_random_u32() "
` [PATCH v3 4/5] treewide: use get_random_bytes "
` [PATCH v3 5/5] prandom: remove unused functions

[PATCH] drm/amd/display: fix array-bounds error in dc_stream_remove_writeback()
 2022-10-06 17:23 UTC  (3+ messages)

[PATCH] drm/i915/huc: bump timeout for delayed load and reduce print verbosity
 2022-10-06 17:20 UTC 

[PATCH] drm/i915/gvt: fix double free bug in split_2MB_gtt_entry
 2022-10-06 16:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/5] treewide cleanup of random integer usage
 2022-10-06 16:25 UTC  (11+ messages)
` [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v2 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v2 3/5] treewide: use get_random_u32() "
` [PATCH v2 4/5] treewide: use get_random_bytes "
` [PATCH v2 5/5] prandom: remove unused functions

linux-next: build failure after merge of the drm tree
 2022-10-06 16:25 UTC  (10+ messages)

[PATCH v7 00/10] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-10-06 15:26 UTC  (14+ messages)
  ` [PATCH v7 01/10] drm: bridge: Add Samsung DSIM bridge driver
  ` [PATCH v7 02/10] drm: bridge: samsung-dsim: Lookup OF-graph or Child node devices
  ` [PATCH v7 03/10] drm: bridge: samsung-dsim: Mark PHY as optional
  ` [PATCH v7 04/10] drm: bridge: samsung-dsim: Handle proper DSI host initialization
  ` [PATCH v7 05/10] drm: bridge: samsung-dsim: Add atomic_check
  ` [PATCH v7 06/10] drm: bridge: samsung-dsim: Add platform PLL_P (PMS_P) offset
  ` [PATCH v7 07/10] drm: bridge: samsung-dsim: Add atomic_get_input_bus_fmts
  ` [PATCH v7 08/10] drm: bridge: samsung-dsim: Add input_bus_flags
  ` [PATCH v7 09/10] dt-bindings: display: exynos: dsim: Add NXP i.MX8MM support
  ` [PATCH v7 10/10] drm: bridge: samsung-dsim: Add "

[PATCH v2] drm/display: Don't assume dual mode adaptors support i2c sub-addressing
 2022-10-06 15:11 UTC  (2+ messages)

[PATCH] drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge
 2022-10-06 15:07 UTC  (3+ messages)
  ` [Freedreno] "

[PATCH V2 0/3] DSI host and peripheral initialisation ordering
 2022-10-06 14:25 UTC  (3+ messages)
` [PATCH V2 3/4] drm/panel: Add prepare_upstream_first flag to drm_panel

[PATCH v3 0/2] *** IT6505 driver read dt properties ***
 2022-10-06 12:54 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: it6505: add properties to restrict output bandwidth
` [PATCH v3 2/2] drm/bridge: add it6505 driver to read data-lanes and max-pixel-clock-mhz from dt

Internal DRI subsystem locking and contention between connector commits
 2022-10-06 12:03 UTC 

[PATCH -next] drm/i915/gvt: remove unneeded semicolon
 2022-10-06 11:53 UTC 

[PATCH] drm/edid: fix repeated words in comments
 2022-10-06 10:38 UTC  (2+ messages)

[PULL] drm-intel-next-fixes
 2022-10-06 10:18 UTC 

[linux-next:master] BUILD REGRESSION 67ae4f7434cee86ee318d46fb10b8a9840ad2e81
 2022-10-06  7:55 UTC  (2+ messages)

[RFC/PATCH] backlight: hx8357: prepare to conversion to gpiod API
 2022-10-06 10:04 UTC  (7+ messages)

[PATCH v4 0/4] Improve anti-pre-emption w/a for compute workloads
 2022-10-06 10:03 UTC  (10+ messages)
` [PATCH v4 3/4] drm/i915: Make the heartbeat play nice with long pre-emption timeouts
  ` [Intel-gfx] "

[PATCH v2 00/16] drm/udl: Better modesetting, hot-unplug, protocol
 2022-10-06  9:53 UTC  (17+ messages)
` [PATCH v2 01/16] drm/udl: Rename struct udl_drm_connector to struct udl_connector
` [PATCH v2 02/16] drm/udl: Test pixel limit in mode-config's mode-valid function
` [PATCH v2 03/16] drm/udl: Use USB timeout constant when reading EDID
` [PATCH v2 04/16] drm/udl: Various improvements to the connector
` [PATCH v2 05/16] drm/udl: Move connector to modesetting code
` [PATCH v2 06/16] drm/udl: Remove udl_simple_display_pipe_mode_valid()
` [PATCH v2 07/16] drm/udl: Convert to atomic-modesetting helpers
` [PATCH v2 08/16] drm/udl: Simplify modesetting in CRTC's enable function
` [PATCH v2 09/16] drm/udl: Support DRM hot-unplugging
` [PATCH v2 10/16] drm/udl: Use damage iterator
` [PATCH v2 11/16] drm/udl: Move register constants to udl_proto.h
` [PATCH v2 12/16] drm/udl: Add constants for display-mode registers
` [PATCH v2 13/16] drm/udl: Add register constants for color depth
` [PATCH v2 14/16] drm/udl: Add register constants for video locks
` [PATCH v2 15/16] drm/udl: Add register constants for framebuffer scanout addresses
` [PATCH v2 16/16] drm/udl: Add constants for commands

mainline build failure due to 5d8c3e836fc2 ("drm/amd/display: fix array-bounds error in dc_stream_remove_writeback()")
 2022-10-06  8:51 UTC 

drm fb helpers hotplug/resize
 2022-10-06  8:01 UTC  (2+ messages)

[PATCH] video: fbdev: mb862xx: Replace NO_IRQ by 0
 2022-10-06  5:33 UTC 

[PATCH v2] drm/ssd130x: Iterate over damage clips instead of using a merged rect
 2022-10-05 22:33 UTC  (3+ messages)

[PATCH v2 0/7] drm/msm: Fix math issues in MSM DSC implementation
 2022-10-05 21:37 UTC  (17+ messages)
` [PATCH v2 1/7] drm/msm/dsi: Remove useless math in DSC calculations
` [PATCH v2 2/7] drm/msm/dsi: Remove repeated calculation of slice_per_intf
` [PATCH v2 3/7] drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on modulo
` [PATCH v2 4/7] drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_size
` [PATCH v2 5/7] drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bits
` [PATCH v2 6/7] drm/msm/dpu1: "
` [PATCH v2 7/7] drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bits

[PATCH] drm/amdgpu/dm/mst: Fix incorrect usage of drm_dp_add_payload_part2()
 2022-10-05 19:37 UTC  (3+ messages)

[PATCH 0/5] drm: Fix math issues in MSM DSC implementation
 2022-10-05 18:45 UTC  (18+ messages)
` [PATCH 3/5] drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bits
` [PATCH 4/5] drm/msm/dpu1: "
` [PATCH 5/5] drm/dsc: Prevent negative BPG offsets from shadowing adjacent bitfields

[PATCH v3 0/2] drm/i915/slpc: Update frequency debugfs for SLPC
 2022-10-05 17:35 UTC  (5+ messages)
` [PATCH v3 1/2] drm/i915: Add a wrapper for frequency debugfs
  ` [Intel-gfx] "
` [PATCH v3 2/2] drm/i915/slpc: Update the "

[PATCH v4] drm/ast: Add Atomic gamma lut support for aspeed
 2022-10-05 16:03 UTC  (3+ messages)

[PATCH 00/16] drm/udl: Better modesetting, hot-unplug, protocol
 2022-10-05 15:26 UTC  (17+ messages)
` [PATCH 10/16] drm/udl: Use damage iterator
` [PATCH 11/16] drm/udl: Move register constants to udl_proto.h
` [PATCH 12/16] drm/udl: Add constants for display-mode registers
` [PATCH 13/16] drm/udl: Add register constants for color depth
` [PATCH 14/16] drm/udl: Add register constants for video locks
` [PATCH 15/16] drm/udl: Add register constants for framebuffer scanout addresses
` [PATCH 16/16] drm/udl: Add constants for commands

[PATCH v2] drm/bridge: ps8640: Add software to support aux defer
 2022-10-05 15:14 UTC  (3+ messages)

[PATCH v1 00/17] Add MT8195 HDMI support
 2022-10-05 14:53 UTC  (11+ messages)
` [PATCH v1 17/17] drm/mediatek: Add mt8195-dpi support to drm_drv

[PATCH RESEND] drm/i915: Fix display problems after resume
 2022-10-05 13:32 UTC  (2+ messages)

[PATCH v2 0/2] drm/rockchip: dw_hdmi: Add 4k@30 support
 2022-10-05 12:28 UTC  (9+ messages)

[PATCH v4 0/2] drm/atomic-helpers: Fix CRTC primary-plane test
 2022-10-05 11:40 UTC  (3+ messages)
` [PATCH v4 1/2] drm/atomic-helper: Don't allocated plane state in CRTC check
` [PATCH v4 2/2] drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()

[PATCH 1/2] drm/i915/display: fix randconfig build
 2022-10-05 11:21 UTC  (4+ messages)

[RFC 0/2] drm/connector: connector iterator with filtering
 2022-10-05 10:51 UTC  (3+ messages)
` [RFC 1/2] drm/connector: add connector list iteration "
` [RFC 2/2] drm/i915: iterate intel_connectors only

[RFC PATCH 0/1] drm/bridge: ti-sn65dsi83: Fix LVDS panel overclocking
 2022-10-04 11:57 UTC  (2+ messages)
` [RFC PATCH 1/1] drm/bridge: ti-sn65dsi83: Remove burst mode

[PATCH v2 0/2] drm/i915/slpc: Update frequency debugfs for SLPC
 2022-10-05  8:55 UTC  (6+ messages)
` [PATCH v2 1/2] drm/i915: Add a wrapper for frequency debugfs
` [PATCH v2 2/2] drm/i915/slpc: Update the "
  ` [Intel-gfx] "

[PATCH v7 0/6] clk/qcom: Support gdsc collapse polling using 'reset' interface
 2022-10-05  9:07 UTC  (7+ messages)
` [PATCH v7 1/6] dt-bindings: clk: qcom: Support gpu cx gdsc reset
` [PATCH v7 2/6] clk: qcom: Allow custom reset ops
` [PATCH v7 3/6] clk: qcom: gdsc: Add a reset op to poll gdsc collapse
` [PATCH v7 4/6] clk: qcom: gpucc-sc7280: Add cx collapse reset support
` [PATCH v7 5/6] dt-bindings: drm/msm/gpu: Add optional resets
` [PATCH v7 6/6] arm64: dts: qcom: sc7280: Add Reset support for gpu

[PATCH] drm/sched: add missing NULL check in drm_sched_get_cleanup_job v2
 2022-10-05  8:53 UTC  (2+ messages)

[PATCH] drm/i915/guc: Fix revocation of non-persistent contexts
 2022-10-05  7:59 UTC  (5+ messages)
` [PATCH v2] "
  ` [Intel-gfx] "

[PATCH] drm/i915/pmu: Match frequencies reported by PMU and sysfs
 2022-10-05  7:40 UTC  (4+ messages)

[PATCH] drm/i915/mtl: Add MTP ddc pin configuration
 2022-10-05  7:24 UTC  (2+ messages)

[PATCH v2 0/2] *** IT6505 driver read dt properties ***
 2022-10-05  7:11 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: it6505: add properties to restrict output bandwidth

[PATCH v5 0/6] Change mmsys compatible for mt8195 mediatek-drm
 2022-10-05  7:08 UTC  (4+ messages)
` [PATCH v5 3/6] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0

[PATCH 00/16] drm/i915/vm_bind: Add VM_BIND functionality
 2022-10-05  5:38 UTC  (6+ messages)
` [PATCH 14/16] drm/i915/vm_bind: Handle persistent vmas in execbuf3

[PATCH v2 00/14] Explicit MCR handling and MTL steering
 2022-10-05  1:01 UTC  (5+ messages)
` [PATCH v2 12/14] drm/i915: Define multicast registers as a new type

linux-next: manual merge of the drm-misc tree with Linus' tree
 2022-10-05  0:43 UTC 

[PATCH v3 0/2] drm/msm/dsi: Add support for DSI PHY on QCM2290
 2022-10-04 23:04 UTC  (5+ messages)
` [PATCH v3 2/2] drm/msm/dsi: Add phy configuration for QCM2290


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