dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-26 16:39:26 to 2024-02-27 13:47:23 UTC [more...]

[PATCH 1/2] dummycon: Add dummycon_(un)register_switch_notifier
 2024-02-27 13:47 UTC  (5+ messages)
` [PATCH 2/2] fbcon: Defer console takeover for splash screens to first switch

[PATCH 6.7 148/334] drm/ttm: Fix an invalid freeing on already freed page in error path
 2024-02-27 13:20 UTC 

drm/msm: DisplayPort hard-reset on hotplug regression in 6.8-rc1
 2024-02-27 13:33 UTC 

[PATCH] drm/vkms: Add information on how to benchmark
 2024-02-27 13:26 UTC  (6+ messages)

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

[RFC] drm/fourcc: Add RPI modifiers
 2024-02-27 13:10 UTC  (5+ messages)

drm/msm: VT console DisplayPort regression in 6.8-rc1
 2024-02-27 13:05 UTC  (2+ messages)

[PATCH v7 00/36] drm/connector: Create HDMI Connector infrastructure
 2024-02-27 13:02 UTC  (7+ messages)
` [PATCH v7 25/36] drm/connector: hdmi: Add Infoframes generation
` [PATCH v7 29/36] drm/vc4: tests: Remove vc4_dummy_plane structure

[PATCH 0/2] Disable automatic load CCS load balancing
 2024-02-27 13:01 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/gt: Set default CCS mode '1'

[PATCH 00/18] Add audio support for the MediaTek Genio 350-evk board
 2024-02-27 12:38 UTC  (17+ messages)
` [PATCH 01/18] ASoC: dt-bindings: mediatek,mt8365-afe: Add audio afe document
` [PATCH 02/18] ASoC: dt-bindings: mediatek,mt8365-mt6357: Add audio sound card document
` [PATCH 03/18] dt-bindings: mfd: mediatek: Add codec property for MT6357 PMIC
` [PATCH 08/18] ASoC: mediatek: mt8365: Add DMIC DAI support
` [PATCH 10/18] ASoc: mediatek: mt8365: Add a specific soundcard for EVK
` [PATCH 11/18] ASoC: mediatek: mt8365: Add platform driver

[RFC PATCH v4 00/42] Color Pipeline API w/ VKMS
 2024-02-27 12:14 UTC  (45+ messages)
` [RFC PATCH v4 01/42] drm: Don't treat 0 as -1 in drm_fixp2int_ceil
` [RFC PATCH v4 02/42] drm: Add helper for conversion from signed-magnitude
` [RFC PATCH v4 03/42] drm: Correctly round for fixp2int_round
` [RFC PATCH v4 04/42] drm/vkms: Round fixp2int conversion in lerp_u16
` [RFC PATCH v4 05/42] drm/vkms: Create separate Kconfig file for VKMS
` [RFC PATCH v4 06/42] drm/vkms: Add kunit tests for VKMS LUT handling
` [RFC PATCH v4 07/42] drm/vkms: Avoid reading beyond LUT array
` [RFC PATCH v4 08/42] drm/doc/rfc: Describe why prescriptive color pipeline is needed
` [RFC PATCH v4 09/42] drm/colorop: Introduce new drm_colorop mode object
` [RFC PATCH v4 10/42] drm/colorop: Add TYPE property
` [RFC PATCH v4 11/42] drm/colorop: Add 1D Curve subtype
` [RFC PATCH v4 12/42] drm/colorop: Add BYPASS property
` [RFC PATCH v4 13/42] drm/colorop: Add NEXT property
` [RFC PATCH v4 14/42] drm/colorop: Add atomic state print for drm_colorop
` [RFC PATCH v4 15/42] drm/plane: Add COLOR PIPELINE property
` [RFC PATCH v4 16/42] drm/colorop: Add NEXT to colorop state print
` [RFC PATCH v4 17/42] drm/vkms: Add enumerated 1D curve colorop
` [RFC PATCH v4 18/42] drm/vkms: Add kunit tests for linear and sRGB LUTs
` [RFC PATCH v4 19/42] drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [RFC PATCH v4 20/42] drm/colorop: Add 3x4 CTM type
` [RFC PATCH v4 21/42] drm/vkms: Pull apply_colorop out of pre_blend_color_transform
` [RFC PATCH v4 22/42] drm/vkms: Use s32 for internal color pipeline precision
` [RFC PATCH v4 23/42] drm/vkms: add 3x4 matrix in color pipeline
` [RFC PATCH v4 24/42] drm/tests: Add a few tests around drm_fixed.h
` [RFC PATCH v4 25/42] drm/vkms: Add tests for CTM handling
` [RFC PATCH v4 26/42] drm/colorop: pass plane_color_pipeline client cap to atomic check
` [RFC PATCH v4 27/42] drm/colorop: define a new macro for_each_new_colorop_in_state
` [RFC PATCH v4 28/42] drm/amd/display: Ignore deprecated props when plane_color_pipeline set
` [RFC PATCH v4 29/42] drm/amd/display: Add bypass COLOR PIPELINE
` [RFC PATCH v4 30/42] drm/amd/display: Skip color pipeline initialization for cursor plane
` [RFC PATCH v4 31/42] drm/amd/display: Add support for sRGB EOTF in DEGAM block
` [RFC PATCH v4 32/42] drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block
` [RFC PATCH v4 33/42] drm/amd/display: Add support for sRGB EOTF in BLND block
` [RFC PATCH v4 34/42] drm/colorop: Add PQ 125 EOTF and its inverse
` [RFC PATCH v4 35/42] drm/amd/display: Enable support for PQ 125 EOTF and Inverse
` [RFC PATCH v4 36/42] drm/colorop: add BT2020/BT709 OETF and Inverse OETF
` [RFC PATCH v4 37/42] drm/amd/display: Add support for BT.709 and BT.2020 TFs
` [RFC PATCH v4 38/42] drm/colorop: Add 1D Curve Custom LUT type
` [RFC PATCH v4 39/42] drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUT
` [RFC PATCH v4 40/42] drm/amd/display: add 3x4 matrix colorop
` [RFC PATCH v4 41/42] drm/colorop: Add mutliplier type
` [RFC PATCH v4 42/42] drm/amd/display: add multiplier colorop

DRM Migration to Gitlab
 2024-02-27 12:09 UTC  (4+ messages)

[PATCH 1/1] drm/bridge: ti-sn65dsi83: Fix enable error path
 2024-02-27 12:05 UTC  (3+ messages)

[PATCH] dt-bindings: display: atmel,lcdc: convert to dtschema
 2024-02-27 12:03 UTC  (2+ messages)

[PATCH 0/6] gpu: powervr-rogue: Add PowerVR support for some Renesas devices
 2024-02-27 11:54 UTC  (20+ messages)
` [PATCH 1/6] dt-bindings: gpu: powervr-rogue: Add PowerVR support for some Renesas GPUs
` [PATCH 2/6] arm64: dts: renesas: r8a774a1: Enable GPU
` [PATCH 3/6] arm64: dts: renesas: r8a774e1: "
` [PATCH 4/6] arm64: dts: renesas: r8a77951: "
` [PATCH 5/6] arm64: dts: renesas: r8a77960: "
` [PATCH 6/6] arm64: dts: renesas: r8a77961: "

[PATCH] drm: Remove drm_num_crtcs() helper
 2024-02-27 11:40 UTC  (3+ messages)

[PATCH 00/13] drm: Fix reservation locking for pin/unpin and console
 2024-02-27 10:15 UTC  (14+ messages)
` [PATCH 01/13] drm/gem-shmem: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 02/13] drm/gem-vram: "
` [PATCH 03/13] drm/msm: Provide msm_gem_get_pages_locked()
` [PATCH 04/13] drm/msm: Acquire reservation lock in GEM pin/unpin callback
` [PATCH 05/13] drm/nouveau: Provide nouveau_bo_{pin,unpin}_locked()
` [PATCH 06/13] drm/nouveau: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 07/13] drm/qxl: Provide qxl_bo_{pin,unpin}_locked()
` [PATCH 08/13] drm/qxl: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 09/13] drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()
` [PATCH 10/13] drm/fbdev-generic: Fix locking with drm_client_buffer_vmap_local()
` [PATCH 11/13] drm/client: Pin vmap'ed GEM buffers
` [PATCH 12/13] drm/gem-vram: Do not pin buffer objects for vmap
` [PATCH 13/13] drm/qxl: "

[PATCH v2 0/2] Fixes for omapdrm console
 2024-02-27 11:34 UTC  (12+ messages)

[PATCH 0/3] Fixes for the komeda driver
 2024-02-27 10:52 UTC  (2+ messages)

[PATCH v2 0/7] A702 support
 2024-02-27 10:12 UTC  (3+ messages)

[RFC][PATCH v8 0/8] drm/panic: Add a drm panic handler
 2024-02-27 10:04 UTC  (9+ messages)
` [PATCH v8 1/8] drm/format-helper: Add drm_fb_blit_from_r1 and drm_fb_fill
` [PATCH v8 2/8] drm/panic: Add a drm panic handler
` [PATCH v8 3/8] drm/panic: Add debugfs entry to test without triggering panic
` [PATCH v8 4/8] drm/fb_dma: Add generic set_scanout_buffer() for drm_panic
` [PATCH v8 5/8] drm/simpledrm: Add drm_panic support
` [PATCH v8 6/8] drm/mgag200: "
` [PATCH v8 7/8] drm/imx: "
` [PATCH v8 8/8] drm/ast: "

[PATCH 0/3] vc4 VEC (analogue video) updates - margins and monochrome
 2024-02-27  9:58 UTC  (8+ messages)
` [PATCH 1/3] drm: Add DRM_MODE_TV_MODE_MONOCHROME
  ` UAPI "

[PATCH] drm/i915: check before removing mm notifier
 2024-02-27  9:26 UTC  (4+ messages)

[PATCH next v2 03/11] minmax: Simplify signedness check
 2024-02-27  9:10 UTC  (3+ messages)

[PATCH 0/2] Match panel hash for overridden mode
 2024-02-27  9:09 UTC  (14+ messages)
` [PATCH 1/2] drm_edid: Add a function to get EDID base block
` [PATCH 2/2] drm/panel: panel-edp: Match with panel hash for overridden modes

[rerere PATCH] nightly.conf: Switch drm.git to gitlab
 2024-02-27  8:40 UTC  (4+ messages)

Rework TTMs busy handling
 2024-02-27  8:33 UTC  (8+ messages)
` [PATCH 1/2] drm/ttm: improve idle/busy handling v4

[PATCH] drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip
 2024-02-27  8:14 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update drm.git URL
 2024-02-27  7:59 UTC  (2+ messages)

[PATCH v5 00/14] drm: Add a driver for CSF-based Mali GPUs
 2024-02-27  7:11 UTC  (2+ messages)

[PATCH 00/23] XeKmd basic SVM support
 2024-02-27  6:54 UTC  (10+ messages)
` [PATCH 21/23] drm/xe/svm: GPU page fault support
      ` Making drm_gpuvm work across gpu devices

[PATCH 0/4] Setting live video input format for ZynqMP DPSUB
 2024-02-27  4:44 UTC  (5+ messages)
` [PATCH 1/4] drm: xlnx: zynqmp_dpsub: Set layer mode during creation
` [PATCH 2/4] drm: xlnx: zynqmp_dpsub: Anounce supported input formats
` [PATCH 3/4] drm: xlnx: zynqmp_dpsub: Set input live format
` [PATCH 4/4] drm/atomic-helper: Add select_output_bus_format callback

[PATCH RFC 00/12] drm/msm: add support for regenerating shipped xml.h headers
 2024-02-27  3:29 UTC  (6+ messages)
` [PATCH RFC 05/12] drm/msm: use _shipped suffix for all xml.h files

linux-next: Tree for Feb 26 (drivers/gpu/drm/xe)
 2024-02-27  1:04 UTC 

[syzbot] [dri?] [media?] inconsistent lock state in valid_state (2)
 2024-02-27  0:56 UTC  (2+ messages)

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

[PATCH] net: ethernet: ti: am65-cpsw: Add minimal XDP support
 2024-02-26 23:18 UTC  (4+ messages)

[PATCH v2 resend 0/4] of: replace of_graph_get_next_endpoint()
 2024-02-26 23:11 UTC  (2+ messages)

[PATCH] drm/msm/dp: fix runtime_pm handling in dp_wait_hpd_asserted
 2024-02-26 22:43 UTC  (2+ messages)

[PATCH] drm/dp: Don't attempt AUX transfers when eDP panels are not powered
 2024-02-26 21:49 UTC  (10+ messages)

drm-misc migration to Gitlab server
 2024-02-26 21:35 UTC  (6+ messages)

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

[PATCH] drm: panel: st7701: Add Hardkernel ODROID-GO Ultra panel support
 2024-02-26 21:29 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "

[PATCH] drm/bridge: anx7625: Don't log an error when DSI host can't be found
 2024-02-26 21:20 UTC 

[PATCH v2 0/6] Pinephone video out fixes (flipping between two frames)
 2024-02-26 20:07 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 8552c902efe7ef670b6961fb8885b67961aeb629
 2024-02-26 19:58 UTC 

[PATCH] drm/msm/a6xx: Improve error handling in a6xx_gmu_rpmh_init()
 2024-02-26 18:10 UTC 

[PATCH 1/3] drm/amdgpu: Refuse to create a KMS FB for non-P2P exported dma-bufs
 2024-02-26 18:01 UTC  (13+ messages)

[DO NOT MERGE v6 00/37] Device Tree support for SH7751 based board
 2024-02-26 16:54 UTC  (3+ messages)
` [DO NOT MERGE v6 08/37] clocksource: sh_tmu: CLOCKSOURCE support

[PATCH 1/3] [v2] drm/xe/kunit: fix link failure with built-in xe
 2024-02-26 16:40 UTC  (3+ messages)
` [PATCH 3/3] [v2] drm/xe/xe2: fix 64-bit division in pte_update_size

[PATCH v2 0/9] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-02-26 16:39 UTC  (3+ messages)
` [PATCH v2 9/9] drm/vkms: Create KUnit tests for YUV conversions


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox