dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-25 16:57:12 to 2024-02-26 13:26:06 UTC [more...]

[PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats
 2024-02-26 13:25 UTC 

[PATCH v3 0/3] Enable Wa_14019159160 and Wa_16019325821 for MTL
 2024-02-26 13:25 UTC  (3+ messages)
` [PATCH v3 3/3] drm/i915/guc: Enable Wa_14019159160

[PATCH v7 00/36] drm/connector: Create HDMI Connector infrastructure
 2024-02-26 13:22 UTC  (25+ messages)
` [PATCH v7 01/36] drm/tests: helpers: Include missing drm_drv header
` [PATCH v7 02/36] drm/tests: helpers: Add atomic helpers
` [PATCH v7 03/36] drm/tests: Add helper to create mock plane
` [PATCH v7 04/36] drm/tests: Add helper to create mock crtc
` [PATCH v7 05/36] drm/tests: connector: Add tests for drmm_connector_init
` [PATCH v7 29/36] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v7 30/36] drm/vc4: tests: Convert to plane creation helper
` [PATCH v7 32/36] drm/sun4i: hdmi: Convert encoder to atomic
  ` (subset) "
` [PATCH v7 33/36] drm/sun4i: hdmi: Move mode_set into enable
  ` (subset) "
` [PATCH v7 34/36] drm/sun4i: hdmi: Switch to container_of_const
  ` (subset) "
` [PATCH v7 35/36] drm/sun4i: hdmi: Consolidate atomic_check and mode_valid
  ` (subset) "

[PATCH v2] drm/edid/firmware: Remove built-in EDIDs
 2024-02-26 13:14 UTC  (5+ messages)
` (subset) "

drm-misc migration to Gitlab server
 2024-02-26 13:14 UTC  (10+ messages)
` [dim PATCH] dim: drm-misc: Membership requests now go through Gitlab
  ` [rerere PATCH] nightly.conf: Update the drm-misc repo

[PATCH v3 0/9] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-02-26 13:07 UTC  (13+ messages)
` [PATCH v3 1/9] drm/vkms: Code formatting
` [PATCH v3 2/9] drm/vkms: Use drm_frame directly
` [PATCH v3 3/9] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
` [PATCH v3 4/9] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v3 5/9] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v3 6/9] drm/vkms: Add YUV support
` [PATCH v3 7/9] drm/vkms: Add range and encoding properties to pixel_read function
` [PATCH v3 8/9] drm/vkms: Drop YUV formats TODO
` [PATCH v3 9/9] drm/vkms: Create KUnit tests for YUV conversions

linux-next: build failure after merge of the drm-misc tree
 2024-02-26 12:56 UTC  (6+ messages)

[PATCH v3 0/9] fbdev: Clean up include dependencies in header
 2024-02-26 12:52 UTC  (8+ messages)
` [PATCH v3 1/9] backlight/corgi-lcd: Include <linux/backlight.h>

[PATCH 1/3] [v2] drm/xe/kunit: fix link failure with built-in xe
 2024-02-26 12:46 UTC  (3+ messages)
` [PATCH 2/3] [v2] drm/xe/mmio: fix build warning for BAR resize on 32-bit
` [PATCH 3/3] [v2] drm/xe/xe2: fix 64-bit division in pte_update_size

[PATCH 1/3] drm/xe/kunit: fix link failure with built-in xe
 2024-02-26 12:46 UTC  (8+ messages)
` [PATCH 2/3] drm/xe/mmio: fix build warning for BAR resize on 32-bit
` [PATCH 3/3] drm/xe/xe2: fix 64-bit division in pte_update_size

[PATCH v2 0/9] Add Chameleon v3 video support
 2024-02-26 12:43 UTC  (13+ messages)
` [PATCH v2 7/9] media: dt-bindings: Add Chameleon v3 framebuffer
` [PATCH v2 8/9] media: dt-bindings: Add Intel Displayport RX IP
` [PATCH v2 9/9] ARM: dts: chameleonv3: Add video device nodes

[PATCH 00/11] Rename mtk_drm_* to mtk_*
 2024-02-26 12:39 UTC  (23+ messages)
` [PATCH 01/11] drm/mediatek: Rename "mtk_drm_crtc" to "mtk_crtc"
` [PATCH 02/11] drm/mediatek: Rename "mtk_drm_ddp_comp" to "mtk_ddp_comp"
` [PATCH 03/11] drm/mediatek: Rename "mtk_drm_plane" to "mtk_plane"
` [PATCH 04/11] drm/mediatek: Rename "mtk_drm_gem" to "mtk_gem"
` [PATCH 05/11] drm/mediatek: Rename "mtk_drm_hdmi" to "mtk_hdmi"
` [PATCH 06/11] drm/mediatek: Rename files "mtk_drm_crtc.*" to "mtk_crtc.*"
` [PATCH 07/11] drm/mediatek: Rename files "mtk_drm_ddp_comp.*" to "mtk_ddp_comp.*"
` [PATCH 08/11] drm/mediatek: Rename files "mtk_drm_plane.*" to "mtk_plane.*"
` [PATCH 09/11] drm/mediatek: Rename files "mtk_drm_gem.*" to "mtk_gem.*"
` [PATCH 10/11] drm/mediatek: Rename mtk_ddp_comp functions
` [PATCH 11/11] drm/mediatek: Rename "pending_needs_vblank" to "needs_vblank"

[PATCH v2] drm/tegra: Remove existing framebuffer only if we support display
 2024-02-26 12:37 UTC  (5+ messages)

Patch "drm/ttm: Fix an invalid freeing on already freed page in error path" has been added to the 6.1-stable tree
 2024-02-26 12:33 UTC 

[PATCH v2 0/9] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-02-26 12:23 UTC  (11+ messages)
` [PATCH v2 3/9] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
` [PATCH v2 4/9] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v2 5/9] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v2 6/9] drm/vkms: Add YUV support
` [PATCH v2 7/9] drm/vkms: Add range and encoding properties to pixel_read function

Patch "drm/ttm: Fix an invalid freeing on already freed page in error path" has been added to the 6.6-stable tree
 2024-02-26 12:08 UTC 

Patch "drm/ttm: Fix an invalid freeing on already freed page in error path" has been added to the 6.7-stable tree
 2024-02-26 12:07 UTC 

[PATCH v2 00/21] drm/i915: Add Display Port tunnel BW allocation support
 2024-02-26 11:42 UTC  (8+ messages)
` [PATCH v2 02/21] drm/dp: Add support for DP tunneling
` [PATCH v2 12/21] drm/i915/dp: Add support for DP tunnel BW allocation

[PATCH] drm/mediatek: Support MT8195 OVL compatible in mtk_drm_drv
 2024-02-26 11:31 UTC  (2+ messages)

[PATCH] drm/test/shmem: set a DMA mask for the mock device
 2024-02-26 11:26 UTC  (2+ messages)

[PATCH v2 0/2] Fixes for omapdrm console
 2024-02-26 11:25 UTC  (6+ messages)

[PATCH 1/6] drm/tests/drm_buddy: fix 32b build
 2024-02-26 11:21 UTC  (10+ messages)

[PATCH] drm/xe: skip building debugfs code for CONFIG_DEBUG_FS=n
 2024-02-26 11:20 UTC  (7+ messages)
    `  "

[PATCH v5 0/8] drm/amd/display: Introduce KUnit to Display Mode Library
 2024-02-26 11:12 UTC  (3+ messages)
` [PATCH v5 7/8] drm/amd/display: Introduce KUnit tests to dc_dmub_srv library

[PATCH] gpu/drm: Fix several checkpatch warnings
 2024-02-26 11:07 UTC  (2+ messages)

[PATCH RFC 00/12] drm/msm: add support for regenerating shipped xml.h headers
 2024-02-26 11:01 UTC  (17+ messages)
` [PATCH RFC 01/12] kbuild: create destination directory for _shipped handling
` [PATCH RFC 02/12] drm/msm/mdp5: add writeback block bases
` [PATCH RFC 03/12] drm/msm/hdmi: drop qfprom.xml.h
` [PATCH RFC 04/12] drm/msm/dsi: drop mmss_cc.xml.h
` [PATCH RFC 05/12] drm/msm: use _shipped suffix for all xml.h files
` [PATCH RFC 06/12] drm/msm/headergen: import source files from freedreno/envytools
` [PATCH RFC 07/12] drm/msm/headergen: use asprintf instead of custom aprintf
` [PATCH RFC 08/12] drm/msm/headergen: don't output full file paths
` [PATCH RFC 09/12] drm/msm/headergen: generate _shipped files
` [PATCH RFC 10/12] drm/msm: import XML registers database
` [PATCH RFC 11/12] drm/msm: tie regeneration of shipped headers
` [PATCH RFC 12/12] drm/msm: sync shipped headers database

[PATCH next v2 00/11] minmax: Optimise to reduce .i line length
 2024-02-26 10:56 UTC  (14+ messages)
` [PATCH next v2 02/11] minmax: Use _Static_assert() instead of static_assert()
` [PATCH next v2 08/11] minmax: Add min_const() and max_const()
` [PATCH next v2 11/11] minmax: min() and max() don't need to return constant expressions

[PATCH v6 0/3] Introduce STM32 LVDS driver
 2024-02-26 10:48 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: display: add STM32 LVDS device
` [PATCH v6 2/3] drm/stm: lvds: add new STM32 LVDS Display Interface Transmitter driver
` [PATCH v6 3/3] drm/stm: ltdc: add lvds pixel clock

[PULL] drm-xe-next
 2024-02-26 10:46 UTC  (3+ messages)

ttm usage inconsistency
 2024-02-26 10:43 UTC  (2+ messages)

[PATCH 2/2] mtd: Remove support for Carillo Ranch driver
 2024-02-26 10:43 UTC  (2+ messages)

Patch "drm/ttm: Fix an invalid freeing on already freed page in error path" has been added to the 5.15-stable tree
 2024-02-26 10:42 UTC 

[git pull] habanalabs for drm-next-6.9
 2024-02-26 10:33 UTC  (2+ messages)

[PATCH 0/6] Enable Adaptive Sync SDP Support for DP
 2024-02-26 10:03 UTC  (7+ messages)
` [PATCH 3/6] drm/i915/dp: Add Read/Write support for Adaptive Sync SDP
` [PATCH 4/6] drm/i915/display: Compute AS SDP parameters
` [PATCH 5/6] drm/i915/display: Compute vrr_vsync params

[PATCH v2 0/2] GPU hang replay
 2024-02-26  9:55 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Support replaying GPU hangs with captured context image

[PULL] drm-misc-next
 2024-02-26  9:41 UTC  (2+ messages)

[PATCH] drm/i915/guc: Add Compute context hint
 2024-02-26  9:07 UTC  (10+ messages)

[PATCH v3 1/1] drm/bridge: Silence error messages upon probe deferral
 2024-02-26  8:59 UTC 

[PATCH] drm/mediatek: Add MT8188 Overlay Driver Data
 2024-02-26  8:51 UTC  (5+ messages)

[PATCH] drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs
 2024-02-26  8:51 UTC  (2+ messages)

[PATCH v3] drm/lcdif: Do not disable clocks on already suspended hardware
 2024-02-26  8:26 UTC 

[PATCH 0/3] panel-simple: add support for Crystal Clear CMT430B19N00
 2024-02-26  8:22 UTC  (3+ messages)
` [PATCH 3/3] drm/panel: simple: add CMT430B19N00 LCD panel support

[PATCH] accel: constify the struct device_type usage
 2024-02-26  8:03 UTC  (2+ messages)

[PATCH 1/3] accel/habanalabs/gaudi2: initialize field in correct function
 2024-02-26  7:56 UTC  (3+ messages)
` [PATCH 2/3] accel/habanalabs/gaudi2: drop support for never released firmware
` [PATCH 3/3] accel/habanalabs/gaudi2: use single function to compare FW versions

[PATCH v2] drm/lcdif: Do not disable clocks on already suspended hardware
 2024-02-26  7:45 UTC  (2+ messages)

[PATCH v2 0/3] drm/msm/dp: Rework the eDP/DP modes and add support for X1E80100
 2024-02-26  7:39 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: display: msm: dp-controller: document X1E80100 compatible

[PATCH] nouveau: report byte usage in VRAM usage
 2024-02-26  7:38 UTC 

[PATCH v2 0/6] Pinephone video out fixes (flipping between two frames)
 2024-02-26  7:13 UTC  (13+ messages)
` [PATCH v2 5/6] drm/panel: st7703: Drive XBD599 panel at higher clock rate

[PATCH] drm/lcdif: Do not disable clock on already suspended hardware
 2024-02-26  5:51 UTC  (2+ messages)

[PATCH v4 0/4] LVDS Controller Support for SAM9X75 SoC
 2024-02-26  4:00 UTC  (3+ messages)
` [PATCH v4 2/4] drm/bridge: add lvds controller support for sam9x7

[PATCH] drm/qxl: remove redundant code
 2024-02-26  3:59 UTC 

[PATCH v4 0/3] drm/msm/dpu: debug commit_done timeouts
 2024-02-26  2:28 UTC  (4+ messages)
` [PATCH v4 1/3] drm/msm/dpu: make "vblank timeout" more useful
` [PATCH v4 2/3] drm/msm/dpu: split dpu_encoder_wait_for_event into two functions
` [PATCH v4 3/3] drm/msm/dpu: capture snapshot on the first commit_done timeout

[PATCH] drm/nouveau: use dedicated wq for fence uevents work
 2024-02-26  2:27 UTC  (4+ messages)

[PATCH] drm/exynos: use KMEM_CACHE() to create g2d_runqueue_node cache
 2024-02-26  2:22 UTC 

[PATCH] drm/xe: use KMEM_CACHE() to create xe_hw_fence cache
 2024-02-26  2:19 UTC 

[PATCH v3 0/3] drm/msm/dpu: debug commit_done timeouts
 2024-02-26  1:35 UTC  (12+ messages)
` [PATCH v3 1/3] drm/msm/dpu: make "vblank timeout" more useful
` [PATCH v3 2/3] drm/msm/dpu: split dpu_encoder_wait_for_event into two functions
` [PATCH v3 3/3] drm/msm/dpu: capture snapshot on the first commit_done timeout

[drm-misc:drm-misc-next 1/3] drivers/gpu/drm/i915/display/intel_dp.c:4233:8: error: call to undeclared function 'intel_dp_vsc_sdp_pack'; ISO C99 and later do not support implicit function declarations
 2024-02-25 18:01 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 read-only IMAP folder(s) and NNTP newsgroup(s).