dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-09 12:24:22 to 2022-06-10 10:55:32 UTC [more...]

[PATCH v11 00/10] drm/mediatek: Add MT8195 DisplayPort driver
 2022-06-10 10:55 UTC  (3+ messages)
` [PATCH v11 02/10] drm/edid: Convert cea_sad helper struct to kernelDoc
` [PATCH v11 06/10] drm/mediatek: Add MT8195 External DisplayPort support

[PATCH v6 0/6] Raspberry PI 4 V3D enablement
 2022-06-10 10:39 UTC  (4+ messages)

[PATCH 0/3] drm/doc/rfc: i915 VM_BIND feature design + uapi
 2022-06-10 10:37 UTC  (7+ messages)
` [PATCH 1/3] drm/doc/rfc: VM_BIND feature design document
` [PATCH 2/3] drm/i915: Update i915 uapi documentation
` [PATCH 3/3] drm/doc/rfc: VM_BIND uapi definition
  ` [Intel-gfx] "

[RFC v3 0/3] drm/doc/rfc: i915 VM_BIND feature design + uapi
 2022-06-10 10:32 UTC  (15+ messages)
` [RFC v3 2/3] drm/i915: Update i915 uapi documentation
` [RFC v3 3/3] drm/doc/rfc: VM_BIND uapi definition
  ` [Intel-gfx] "

[PATCH] fbdev: atmel_lcdfb: Rework backlight status updates
 2022-06-10  9:49 UTC  (5+ messages)

[PATCH 0/6] drm: Add mouse cursor hotspot support to atomic KMS
 2022-06-10  9:49 UTC  (15+ messages)

[PATCH] Revert "fbdev: vesafb: Allow to be built if COMPILE_TEST is enabled"
 2022-06-10  9:47 UTC  (2+ messages)

[PATCH 00/64] drm/vc4: Fix hotplug for vc4
 2022-06-10  9:29 UTC  (65+ messages)
` [PATCH 01/64] drm/mipi-dsi: Detach devices when removing the host
` [PATCH 02/64] drm/crtc: Introduce drmm_crtc_init_with_planes
` [PATCH 03/64] drm/encoder: Introduce drmm_encoder_init
` [PATCH 04/64] drm/connector: Reorder headers
` [PATCH 05/64] drm/connector: Mention the cleanup after drm_connector_init
` [PATCH 06/64] drm/connector: Introduce drmm_connector_init
` [PATCH 07/64] drm/connector: Introduce drmm_connector_init_with_ddc
` [PATCH 08/64] drm/writeback: Introduce drmm_writeback_connector_init
` [PATCH 09/64] drm/simple: Introduce drmm_simple_encoder_init
` [PATCH 10/64] drm/bridge: panel: Introduce drmm_panel_bridge_add
` [PATCH 11/64] drm/bridge: panel: Introduce drmm_of_get_bridge
` [PATCH 12/64] drm/vc4: Call component_unbind_all()
` [PATCH 13/64] drm/vc4: hvs: Protect device resources after removal
` [PATCH 14/64] drm/vc4: hvs: Remove planes currently allocated before taking down
` [PATCH 15/64] drm/vc4: plane: Take possible_crtcs as an argument
` [PATCH 16/64] drm/vc4: plane: Switch to drmm_universal_plane_alloc()
` [PATCH 17/64] drm/vc4: crtc: Move debugfs_name to crtc_data
` [PATCH 18/64] drm/vc4: crtc: Switch to drmm_kzalloc
` [PATCH 19/64] drm/vc4: crtc: Switch to DRM-managed CRTC initialization
` [PATCH 20/64] drm/vc4: dpi: Remove vc4_dev dpi pointer
` [PATCH 21/64] drm/vc4: dpi: Embed DRM structures into the private structure
` [PATCH 22/64] drm/vc4: dpi: Switch to drmm_kzalloc
` [PATCH 23/64] drm/vc4: dpi: Return an error if we can't enable our clock
` [PATCH 24/64] drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove call
` [PATCH 25/64] drm/vc4: dpi: Add action to disable the clock
` [PATCH 26/64] drm/vc4: dpi: Switch to DRM-managed encoder initialization
` [PATCH 27/64] drm/vc4: dpi: Switch to drmm_of_get_bridge
` [PATCH 28/64] drm/vc4: dpi: Protect device resources
` [PATCH 29/64] drm/vc4: dsi: Embed DRM structures into the private structure
` [PATCH 30/64] drm/vc4: dsi: Switch to DRM-managed encoder initialization
` [PATCH 31/64] drm/vc4: dsi: Switch to drmm_of_get_bridge
` [PATCH 32/64] drm/vc4: dsi: Fix the driver structure lifetime
` [PATCH 33/64] drm/vc4: dsi: Switch to devm_pm_runtime_enable
` [PATCH 34/64] drm/vc4: hdmi: Switch to drmm_kzalloc
` [PATCH 35/64] drm/vc4: hdmi: Switch to DRM-managed encoder initialization
` [PATCH 36/64] drm/vc4: hdmi: Switch to DRM-managed connector initialization
` [PATCH 37/64] drm/vc4: hdmi: Switch to device-managed ALSA initialization
` [PATCH 38/64] drm/vc4: hdmi: Switch to device-managed CEC initialization
` [PATCH 39/64] drm/vc4: hdmi: Use a device-managed action for DDC
` [PATCH 40/64] drm/vc4: hdmi: Switch to DRM-managed kfree to build regsets
` [PATCH 41/64] drm/vc4: hdmi: Use devm to register hotplug interrupts
` [PATCH 42/64] drm/vc4: hdmi: Move audio structure offset checks
` [PATCH 43/64] drm/vc4: hdmi: Protect device resources after removal
` [PATCH 44/64] drm/vc4: hdmi: Switch to devm_pm_runtime_enable
` [PATCH 45/64] drm/vc4: txp: Remove vc4_dev txp pointer
` [PATCH 46/64] drm/vc4: txp: Remove duplicate regset
` [PATCH 47/64] drm/vc4: txp: Switch to drmm_kzalloc
` [PATCH 48/64] drm/vc4: txp: Switch to DRM-managed writeback initialization
` [PATCH 49/64] drm/vc4: txp: Protect device resources
` [PATCH 50/64] drm/vc4: vec: Remove vc4_dev vec pointer
` [PATCH 51/64] drm/vc4: vec: Embed DRM structures into the private structure
` [PATCH 52/64] drm/vc4: vec: Switch to drmm_kzalloc
` [PATCH 53/64] drm/vc4: vec: Switch to DRM-managed encoder initialization
` [PATCH 54/64] drm/vc4: vec: Switch to DRM-managed connector initialization
` [PATCH 55/64] drm/vc4: vec: Protect device resources after removal
` [PATCH 56/64] drm/vc4: vec: Switch to devm_pm_runtime_enable
` [PATCH 57/64] drm/vc4: debugfs: Protect device resources
` [PATCH 58/64] drm/vc4: debugfs: Return an error on failure
` [PATCH 59/64] drm/vc4: debugfs: Simplify debugfs registration
` [PATCH 60/64] drm/vc4: Switch to drmm_mutex_init
` [PATCH 61/64] drm/vc4: perfmon: Add missing mutex_destroy
` [PATCH 62/64] drm/vc4: v3d: Stop disabling interrupts
` [PATCH 63/64] drm/vc4: v3d: Rework the runtime_pm setup
` [PATCH 64/64] drm/vc4: v3d: Switch to devm_pm_runtime_enable

linux-next: build failure after merge of the drm-misc tree
 2022-06-10  9:23 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: lcdif: Add compatible for i.MX8MP
 2022-06-10  8:48 UTC  (3+ messages)
` [PATCH v4 2/2] drm: lcdif: Add support for i.MX8MP LCDIF variant

[Intel-gfx] [RFC v3 1/3] drm/doc/rfc: VM_BIND feature design document
 2022-06-10  8:18 UTC  (17+ messages)

[PATCH] drm: adv7511: override i2c address of cec before accessing it
 2022-06-10  8:17 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH] dma-buf: Don't use typeof in va_arg
 2022-06-10  8:00 UTC  (4+ messages)

[PATCH V2 0/3] DSI host and peripheral initialisation ordering
 2022-06-10  7:52 UTC  (5+ messages)

[PATCH v2 00/11] drm/msm/dsi_phy: Replace parent names with clk_hw pointers
 2022-06-10  7:46 UTC  (8+ messages)
` [PATCH v2 03/11] clk: fixed-factor: Introduce *clk_hw_register_fixed_factor_parent_hw()
` [PATCH v2 04/11] drm/msm/dsi/phy: Reindent and reflow multiline function calls

[PATCH] iosys-map: Add word-sized reads
 2022-06-10  7:20 UTC  (3+ messages)

[PATCH] staging: olpc_dcon: mark driver as broken
 2022-06-10  7:10 UTC  (3+ messages)

[PATCH 0/2] Improve vfio-pci primary GPU assignment behavior
 2022-06-10  7:03 UTC  (8+ messages)
` [PATCH 2/2] vfio/pci: Remove console drivers

[PATCH v10 00/21] drm/mediatek: Add mt8195 DisplayPort driver
 2022-06-10  6:50 UTC  (12+ messages)
` [PATCH v10 02/21] dt-bindings: mediatek,dp: Add Display Port binding
` [PATCH v10 04/21] drm/edid: Add cea_sad helpers for freq/length
` [PATCH v10 18/21] drm/mediatek: Add mt8195 Embedded DisplayPort driver

[PATCH] drm/vc4: hdmi: Fixed possible integer overflow
 2022-06-09 18:50 UTC 

[git pull] drm fixes for 5.19-rc2
 2022-06-10  6:00 UTC 

[PATCH v8 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2022-06-10  3:01 UTC  (12+ messages)
` [PATCH v8 03/14] dt-bindings: display: bridge: Add i.MX8qm/qxp pixel combiner binding
` [PATCH v8 06/14] drm/bridge: imx: Add i.MX8qm/qxp display pixel link support
` [PATCH v8 09/14] drm/bridge: imx: Add LDB driver helper support
  ` (EXT) "

[PATCH v2, 1/4] media: mediatek: vcodec: Fix decoder v4l2 bus_info not correctly
 2022-06-10  1:53 UTC  (4+ messages)
` [PATCH v2, 2/4] media: mediatek: vcodec: Change decoder v4l2 capability value
` [PATCH v2, 3/4] media: mediatek: vcodec: Fix encoder v4l2 bus_info not correctly
` [PATCH v2, 4/4] media: mediatek: vcodec: Change encoder v4l2 capability value

[PATCH 1/4] media: mediatek: vcodec: Fix decoder v4l2 bus_info not correctly
 2022-06-10  1:43 UTC  (3+ messages)

[PATCH 1/2] dma-buf: Add an API for exporting sync files (v14)
 2022-06-10  1:13 UTC  (2+ messages)

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

[PATCH v3] drm/msm: Avoid unclocked GMU register access in 6xx gpu_busy
 2022-06-10  0:09 UTC 

[PATCH] drm: rcar-du: Lift z-pos restriction on primary plane for Gen3
 2022-06-09 23:55 UTC 

[PATCH 0/3] drm/panel: Use backlight helpers
 2022-06-09 21:54 UTC  (5+ messages)
` [PATCH 2/3] drm/panel: panel-dsi-cm: "
` [PATCH 3/3] drm/panel: sony-acx565akm: "

drm/vc4: module dysfunctional on Raspberry Pi 3B as of 5.18.0
 2022-06-09 21:33 UTC  (11+ messages)

[PATCH v2] fbdev: atmel_lcdfb: Rework backlight status updates
 2022-06-09 18:55 UTC  (2+ messages)

[PATCH v2] drm/msm: Grab the GPU runtime in a6xx routines, not the GMU one
 2022-06-09 18:29 UTC  (4+ messages)
    ` [Freedreno] "

[PATCH v2 1/2] vfio: Replace the DMA unmapping notifier with a callback
 2022-06-09 14:43 UTC  (4+ messages)

[PATCH 0/7] usb: typec: Introduce typec-switch binding
 2022-06-09 18:24 UTC  (7+ messages)
` [PATCH 4/7] dt-bindings: drm/bridge: anx7625: Add mode-switch support

[PATCH v2 0/7] usb: typec: Introduce typec-switch binding
 2022-06-09 18:09 UTC  (8+ messages)
` [PATCH v2 1/7] usb: typec: mux: Allow muxes to specify mode-switch
` [PATCH v2 2/7] usb: typec: mux: Add CONFIG guards for functions
` [PATCH v2 3/7] dt-bindings: usb: Add Type-C switch binding
` [PATCH v2 4/7] dt-bindings: drm/bridge: anx7625: Add mode-switch support
` [PATCH v2 5/7] drm/bridge: anx7625: Register number of Type C switches
` [PATCH v2 6/7] drm/bridge: anx7625: Register Type-C mode switches
` [PATCH v2 7/7] drm/bridge: anx7625: Add typec_mux_set callback function

[PATCH v3 1/2] drm: Add DRM_GEM_FOPS
 2022-06-09 17:42 UTC  (2+ messages)
` [PATCH v3 2/2] drm/msm: Expose client engine utilization via fdinfo

[PATCH v6 0/5] Fix some races between sysfb device registration and drivers probe
 2022-06-09 17:38 UTC  (7+ messages)
` [PATCH v6 5/5] fbdev: Make registered_fb[] private to fbmem.c
      ` Mark olpc_dcon BROKEN [Was: [PATCH v6 5/5] fbdev: Make registered_fb[] private to fbmem.c]

[PATCH v3 0/8] drm/i915: ttm for internal
 2022-06-09 16:52 UTC  (9+ messages)
` [PATCH v3 1/8] drm/i915/ttm: dont trample cache_level overrides during ttm move
` [PATCH v3 2/8] drm/i915: add gen6 ppgtt dummy creation function
` [PATCH v3 3/8] drm/i915: setup ggtt scratch page after memory regions
` [PATCH v3 4/8] drm/i915: allow volatile buffers to use ttm pool allocator
` [PATCH v3 5/8] drm/i915: limit ttm to dma32 for i965G[M]
` [PATCH v3 6/8] drm/i915/gem: further fix mman selftest
` [PATCH v3 7/8] drm/i915/ttm: only trust snooping for dgfx when deciding default cache_level
` [PATCH v3 8/8] drm/i915: internal buffers use ttm backend

[PATCH v2] drm/msm: Switch ordering of runpm put vs devfreq_idle
 2022-06-09 16:50 UTC  (3+ messages)

[PATCH v2 10/11] dt-bindings: display: convert Arm Mali-DP to DT schema
 2022-06-09 16:31 UTC  (5+ messages)

[PATCH] dt-bindings: display: arm,malidp: remove bogus RQOS property
 2022-06-09 16:27 UTC 

[PATCH] drm/msm: Grab the GPU runtime in a6xx routines, not the GMU one
 2022-06-09 16:04 UTC  (4+ messages)

[PATCH] drm/msm: Switch ordering of runpm put vs devfreq_idle
 2022-06-09 15:50 UTC  (8+ messages)
  ` [Freedreno] "

[PATCH] drm/stm: ltdc: fix various coding-style warnings
 2022-06-09 15:36 UTC  (2+ messages)

[PATCH] drm/stm: ltdc: remove error message about scaling
 2022-06-09 15:35 UTC  (2+ messages)

[RFC] Common DRM execution context v2
 2022-06-09 14:28 UTC  (5+ messages)
` [PATCH 1/8] drm: execution context for GEM buffers v2

[PATCH] drm/atomic: fix warning of unused variable
 2022-06-09 14:12 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/4] drm/dp: Make DP AUX bus usage easier; use it on ps8640
 2022-06-09 13:30 UTC  (10+ messages)
` [PATCH v3 3/4] drm/bridge: Add devm_drm_bridge_add()

drm/vc4: module dysfunctional on Raspberry Pi 3B as of 5.18.0
 2022-06-09 12:49 UTC 

[PATCH v3 00/14] drm/msm/hdmi: YAML-ify schema and cleanup some platform properties
 2022-06-09 12:23 UTC  (7+ messages)
` [PATCH v3 02/14] dt-bindings: display/msm: hdmi: mark old GPIO properties as deprecated
` [PATCH v3 10/14] drm/msm/hdmi: merge platform config for 8974/8084/8994/8996
` [PATCH v3 11/14] drm/msm/hdmi: reuse MSM8960's config for MSM8660
` [PATCH v3 12/14] drm/msm/hdmi-phy: populate 8x60 HDMI PHY requirements
` [PATCH v3 13/14] ARM: dts: qcom: apq8064: drop phy-names from HDMI device node
` [PATCH v3 14/14] arm64: dts: qcom: msm8996: "


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