dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-13 11:11:01 to 2022-12-14 15:07:46 UTC [more...]

[PATCH v4 0/7] New DRM accel driver for Intel VPU
 2022-12-14 15:07 UTC  (5+ messages)
` [PATCH v4 1/7] accel/ivpu: Introduce a new DRM "
` [PATCH v4 8/7] accel/ivpu: Add depend on !UML to Kconfig

renesas/master bisection: igt-kms-rockchip.kms_vblank.pipe-A-wait-forked on rk3399-gru-kevin
 2022-12-14 15:06 UTC  (11+ messages)

[Bug 216806] New: [Raven Ridge] console disappears after framebuffer device loads
 2022-12-14 15:02 UTC  (4+ messages)
` [Bug 216806] "

[PATCH v2 0/3] drm/tiny: panel-mipi-dbi: Support separate I/O voltage supply
 2022-12-14 14:07 UTC  (2+ messages)

[PATCH v10 00/18] drm: Add Samsung MIPI DSIM bridge
 2022-12-14 12:59 UTC  (19+ messages)
` [PATCH v10 01/18] drm: of: Lookup if child node has DSI panel or bridge
` [PATCH v10 02/18] drm: bridge: panel: Add devm_drm_of_dsi_get_bridge helper
` [PATCH v10 03/18] drm: exynos: dsi: Drop explicit call to bridge detach
` [PATCH v10 04/18] drm: exynos: dsi: Switch to devm_drm_of_dsi_get_bridge
` [PATCH v10 05/18] drm: exynos: dsi: Mark PHY as optional
` [PATCH v10 06/18] drm: exynos: dsi: Add platform PLL_P (PMS_P) offset
` [PATCH v10 07/18] drm: exynos: dsi: Introduce hw_type platform data
` [PATCH v10 08/18] drm: exynos: dsi: Handle proper host initialization
` [PATCH v10 09/18] drm: exynos: dsi: Add atomic check
` [PATCH v10 10/18] drm: exynos: dsi: Add input_bus_flags
` [PATCH v10 11/18] drm: exynos: dsi: Add atomic_get_input_bus_fmts
` [PATCH v10 12/18] drm: exynos: dsi: Consolidate component and bridge
` [PATCH v10 13/18] drm: exynos: dsi: Add Exynos based host irq hooks
` [PATCH v10 14/18] drm: bridge: Generalize Exynos-DSI driver into a Samsung DSIM bridge
` [PATCH v10 15/18] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Mini/Nano support
` [PATCH v10 16/18] drm: bridge: samsung-dsim: Add "
` [PATCH v10 17/18] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Plus support
` [PATCH v10 18/18] drm: bridge: samsung-dsim: Add "

[PATCH 00/10] drm: bridge: it66121: IT6610 support and cleanups
 2022-12-14 13:01 UTC  (11+ messages)
` [PATCH 01/10] dt-bindings: display: bridge: it66121: Add compatible string for IT6610
` [PATCH 02/10] drm: bridge: it66121: Use devm_regulator_bulk_get_enable()
` [PATCH 03/10] drm: bridge: it66121: Use regmap_noinc_read()
` [PATCH 04/10] drm: bridge: it66121: Write AVI infoframe with regmap_bulk_write()
` [PATCH 05/10] drm: bridge: it66121: Fix wait for DDC ready
` [PATCH 06/10] drm: bridge: it66121: Don't use DDC error IRQs
` [PATCH 07/10] drm: bridge: it66121: Don't clear DDC FIFO twice
` [PATCH 08/10] drm: bridge: it66121: Set DDC preamble only once before reading EDID
` [PATCH 09/10] drm: bridge: it66121: Move VID/PID to new it66121_chip_info structure
` [PATCH 10/10] drm: bridge: it66121: Add support for the IT6610

[PATCH 1/5] Renaming weak prng invocations - prandom_bytes_state, prandom_u32_state
 2022-12-14 12:33 UTC  (3+ messages)

[PATCH v2 0/2] drm/imx/lcdc: Implement DRM driver for imx21
 2022-12-14 11:59 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: display: imx: Describe drm binding for fsl, imx-lcdc
` [PATCH v2 2/2] drm/imx/lcdc: Implement DRM driver for imx21

[PATCH v2 0/2] Add support for the AUO A030JTN01 TFT LCD
 2022-12-14 11:41 UTC  (3+ messages)
` [PATCH v2 1/2] drm/panel: Add driver "
` [PATCH v2 2/2] dt-bindings: display/panel: Add AUO A030JTN01

[PATCH v2 0/2] Add support for the AUO A030JTN01 TFT LCD
 2022-12-14 11:32 UTC  (5+ messages)
` [PATCH v2 1/2] drm/panel: add the orisetech ota5601a
` [PATCH v2 2/2] dt-bindings: display/panel: Add the Focaltech gpt3

[PATCH v9 00/15] Add PSR support for eDP
 2022-12-14 10:05 UTC  (16+ messages)
` [PATCH v9 01/15] drm/msm/disp/dpu: clear dpu_assign_crtc and get crtc from connector state instead of dpu_enc
` [PATCH v9 02/15] drm: add helper functions to retrieve old and new crtc
` [PATCH v9 03/15] drm/msm/dp: use atomic callbacks for DP bridge ops
` [PATCH v9 04/15] drm/msm/dp: Add basic PSR support for eDP
` [PATCH v9 05/15] drm/msm/dp: use the eDP bridge ops to validate eDP modes
` [PATCH v9 06/15] drm/msm/dp: disable self_refresh_aware after entering psr
` [PATCH v9 07/15] drm/bridge: use atomic enable/disable callbacks for panel bridge
` [PATCH v9 08/15] drm/bridge: add psr support for panel bridge callbacks
` [PATCH v9 09/15] drm/msm/disp/dpu: use atomic enable/disable callbacks for encoder functions
` [PATCH v9 10/15] drm/msm/disp/dpu: check for crtc enable rather than crtc active to release shared resources
` [PATCH v9 11/15] drm/msm/disp/dpu: add PSR support for eDP interface in dpu driver
` [PATCH v9 12/15] drm/msm/disp/dpu: get timing engine status from intf status register
` [PATCH v9 13/15] drm/msm/disp/dpu: wait for extra vsync till timing engine status is disabled
` [PATCH v9 14/15] drm/msm/disp/dpu: reset the datapath after timing engine disable
` [PATCH v9 15/15] drm/msm/disp/dpu: clear active interface in the datapath cleanup

[PATCH v2 00/12] SM6115 DTS changes
 2022-12-14  9:40 UTC  (7+ messages)
` [PATCH v2 01/12] dt-bindings: display: msm: Rename mdss node name in example

[PATCH 1/2] drm/i915: fix TLB invalidation for Gen12.50 video and compute engines
 2022-12-14  9:02 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Consolidate TLB invalidation flow
  ` [Intel-gfx] "

[PATCH v10 1/2] drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flags
 2022-12-14  9:02 UTC  (4+ messages)
` [PATCH v10 2/2] drm: exynos: dsi: Properly name HSA/HBP/HFP/HSE bits

[PATCH 00/16] Enable Colorspace connector property in amdgpu
 2022-12-14  9:01 UTC  (14+ messages)
` [PATCH 04/16] drm/connector: Convert DRM_MODE_COLORIMETRY to enum
` [PATCH 06/16] drm/connector: Allow drivers to pass list of supported colorspaces
` [PATCH 16/16] drm/amd/display: Don't restrict bpc to 8 bpc

[PATCH v11 0/3] drm: exynos: dsi: Restore the bridge chain
 2022-12-14  8:50 UTC  (7+ messages)
` [PATCH v11 1/3] drm: panel: Enable prepare_prev_first flag for samsung-s6e panels
` [PATCH v11 2/3] drm/bridge: tc358764: Enable pre_enable_prev_first flag
` [PATCH v11 3/3] drm: exynos: dsi: Restore proper bridge chain order

[RFC PATCH 0/6] drm/msm: DSC Electric Boogaloo for sm8[12]50
 2022-12-14  8:38 UTC  (9+ messages)
` [RFC PATCH 1/6] drm/msm/dpu1: Implement DSC binding to PP block for CTL V1
` [RFC PATCH 2/6] drm/msm/dpu1: Add DSC config for sm8150 and sm8250
` [RFC PATCH 3/6] drm/msm/dpu1: Wire up DSC mask for active CTL configuration
` [RFC PATCH 4/6] drm/msm/dsi: Use DSC slice(s) packet size to compute word count
` [RFC PATCH 5/6] drm/msm/dsi: Flip greater-than check for slice_count and slice_per_intf
` [RFC PATCH 6/6] drm/msm/dpu: Disallow unallocated (DSC) resources to be returned

[PATCH v2] usb: gadget: aspeed_udc: Add check for dma_alloc_coherent
 2022-12-14  8:25 UTC  (2+ messages)

[PATCH v9 00/18] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-12-14  8:23 UTC  (26+ messages)
  ` [PATCH v9 10/18] drm: bridge: samsung-dsim: Init exynos host for first DSI transfer

[git pull] drm for 6.2-rc1
 2022-12-14  8:05 UTC  (4+ messages)

[PATCH v8 00/22] drm/i915/vm_bind: Add VM_BIND functionality
 2022-12-14  4:58 UTC  (4+ messages)
` [PATCH v8 21/22] drm/i915/vm_bind: Properly build persistent map sg table

[PATCH] drm/bridge: it6505: Guard bridge power in IRQ handler
 2022-12-14  3:30 UTC  (2+ messages)

[PATCH v7 0/2] *** IT6505 driver read dt properties ***
 2022-12-14  3:29 UTC  (4+ messages)
` [PATCH v7 2/2] drm/bridge: add it6505 driver to read data-lanes and link-frequencies from dt

[Bug 216805] New: external monitor not working since 6.1 (amdgpu: update_mst_stream_alloc_table, regression from 6.0))
 2022-12-14  3:02 UTC  (4+ messages)
` [Bug 216805] "

[PATCH v3] drm/i915: Remove unnecessary doc from static engine_init_common()
 2022-12-14  2:51 UTC 

[PATCH v2] net: ksz884x: Remove some unused functions
 2022-12-14  2:02 UTC  (2+ messages)

[PATCH] drm/i915/dg2: Return Wa_22012654132 to just specific steppings
 2022-12-13 23:41 UTC 

[PATCH v12 0/5] Add data-lanes and link-frequencies to dp_out endpoint
 2022-12-13 23:31 UTC  (13+ messages)
` [PATCH v12 1/5] arm64: dts: qcom: add data-lanes and link-freuencies into "
` [PATCH v12 2/5] dt-bindings: msm/dp: add data-lanes and link-frequencies property
` [PATCH v12 3/5] drm/msm/dp: parser data-lanes as property of dp_out endpoint
` [PATCH v12 4/5] drm/msm/dp: parser link-frequencies "
` [PATCH v12 5/5] drm/msm/dp: add support of max dp link rate

[PATCH -next] drm/msm/dpu: Fix some kernel-doc comments
 2022-12-13 23:17 UTC  (2+ messages)

[PATCH v13 0/5] Add data-lanes and link-frequencies to dp_out endpoint
 2022-12-13 22:56 UTC  (6+ messages)
` [PATCH v13 1/5] arm64: dts: qcom: add data-lanes and link-freuencies into "
` [PATCH v13 2/5] dt-bindings: msm/dp: add data-lanes and link-frequencies property
` [PATCH v13 3/5] drm/msm/dp: parser data-lanes as property of dp_out endpoint
` [PATCH v13 4/5] drm/msm/dp: parser link-frequencies "
` [PATCH v13 5/5] drm/msm/dp: add support of max dp link rate

linux-next: manual merge of the drm-misc-fixes tree with Linus' tree
 2022-12-13 22:00 UTC 

[PATCH] drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init()
 2022-12-13 21:41 UTC  (2+ messages)

[PATCH] drm/msm/dpu: Add check for pstates
 2022-12-13 21:37 UTC  (2+ messages)

[PATCH 0/9] drm: Fix color-format selection in fbdev emulation
 2022-12-13 20:12 UTC  (10+ messages)
` [PATCH 1/9] firmware/sysfb: Fix EFI/VESA format selection
` [PATCH 2/9] drm/format-helper: Flip src/dst-format branches in blit helper
` [PATCH 3/9] drm/format-helper: Add conversion from XRGB8888 to ARGB8888
` [PATCH 4/9] drm/format-helper: Add conversion from XRGB8888 to ARGB2101010
` [PATCH 5/9] drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formats
` [PATCH 6/9] drm/fh-helper: Split fbdev single-probe helper
` [PATCH 7/9] drm/fb-helper: Fix single-probe color-format selection
` [PATCH 8/9] drm/format-helper: Simplify drm_fb_build_fourcc_list()
` [PATCH 9/9] drm/format-helper: Remove unnecessary conversion helpers

[PATCH v11 0/5] Add data-lanes and link-frequencies to dp_out endpoint
 2022-12-13 19:22 UTC  (13+ messages)
` [PATCH v11 2/5] dt-bindings: msm/dp: add data-lanes and link-frequencies property
                    ` [Freedreno] "

[PATCH] dma-buf: fix dma_buf_export init order v2
 2022-12-13 18:17 UTC  (4+ messages)
  ` [Linaro-mm-sig] "

[PATCH] drm: panel-orientation-quirks: Add quirks for One XPlayer handheld variants
 2022-12-13 17:10 UTC 

[PATCH v1] drm/bridge: lt9611: Fix PLL being unable to lock
 2022-12-13 16:46 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: mediatek:mt8186: fix both the speaker and hdmi
 2022-12-13 16:35 UTC  (11+ messages)
` [PATCH v2 1/3] ASoC: hdmi-codec: Add event handler for hdmi TX

[PATCH v5 00/12] drm/msm: Add SC8280XP support
 2022-12-13 16:26 UTC  (5+ messages)
` [PATCH v5 11/12] arm64: dts: qcom: sc8280xp-crd: Enable EDP

[PATCH] drm/bridge: it6505: Add caching for EDID
 2022-12-13 15:51 UTC  (2+ messages)

[PATCH 4/7] drm/msm/a6xx: Add support for A650 speed binning
 2022-12-13 15:34 UTC  (3+ messages)

[PATCH v2] usb: gadget: aspeed_udc: Add check for dma_alloc_coherent
 2022-12-13 14:32 UTC  (2+ messages)

[PATCH] usb: gadget: aspeed_udc: Add check for dma_alloc_coherent
 2022-12-13 14:31 UTC  (2+ messages)

[PATCH 1/2] drm/panel: Add driver for the AUO A030JTN01 TFT LCD
 2022-12-13 14:30 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: display/panel: Add AUO A030JTN01

[PATCH 1/3] dt-bindings: display/msm: Add SM8150 MDSS & DPU
 2022-12-13 14:22 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Remove hardcoded value with a macro
 2022-12-13 14:14 UTC  (3+ messages)

[PATCH v2] drm/i915/hwconfig: Remove comment block
 2022-12-13 13:33 UTC  (2+ messages)

[PATCH] drm/i915/gt: Reset twice
 2022-12-13 13:18 UTC  (4+ messages)

[PATCH 1/2] drm/panel: add the orisetech ota5601a
 2022-12-13 13:07 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: display/panel: Add the focaltech gpt3

[PATCH v9 00/23] drm/i915/vm_bind: Add VM_BIND functionality
 2022-12-13 12:03 UTC  (3+ messages)
` [PATCH v9 23/23] drm/i915/vm_bind: Support capture of persistent mappings

[PATCH v2] crypto: ccp - Allocate TEE ring and cmd buffer using DMA APIs
 2022-12-13 11:10 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 NNTP newsgroup(s).