dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-09 17:13:26 to 2023-07-10 16:36:47 UTC [more...]

Updating hardcoded "of-display" devices
 2023-07-10 16:36 UTC  (5+ messages)
` [PATCH 1/2] fbdev/offb: Update expected device name
` [PATCH 2/2] drm/ofdrm: "

[PATCH 00/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
 2023-07-10 16:25 UTC  (27+ messages)
` [PATCH 01/17] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH 02/17] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers
` [PATCH 03/17] "
` [PATCH 04/17] "
` [PATCH 05/17] "
` [PATCH 06/17] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH 07/17] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH 08/17] arch/sh: Do not assign FBINFO_FLAG_DEFAULT to fb_videomode.flag
` [PATCH 09/17] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH 10/17] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH 11/17] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH 12/17] staging: "
` [PATCH 13/17] fbdev: "
` [PATCH 14/17] "
` [PATCH 15/17] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH 16/17] fbdev/pxafb: "
` [PATCH 17/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT

[PATCH v1 0/5] incorporate pm runtime framework and eDP clean up
 2023-07-10 16:22 UTC  (13+ messages)
` [PATCH v1 1/5] drm/msm/dp: remove pm_runtime_xxx() from dp_power.c
    ` [Freedreno] "
` [PATCH v1 2/5] drm/msm/dp: incorporate pm_runtime framework into DP driver

[PATCH v7 0/8] drm/tidss: Use new connector model for tidss
 2023-07-10 15:08 UTC  (8+ messages)
` [PATCH v7 5/8] drm/bridge: sii902x: Support format negotiation hooks

[PATCH] drm/loongson: Fix two warnings because of passing wrong type
 2023-07-10 13:50 UTC  (5+ messages)

[PATCH v5 0/5] fdinfo memory stats
 2023-07-10 13:20 UTC  (4+ messages)
` [PATCH 1/5] drm/i915: Add ability for tracking buffer objects per client
  ` [Intel-gfx] "

[PATCH v2 1/4] fbdev: imxfb: Removed unneeded release_mem_region
 2023-07-10 13:20 UTC  (4+ messages)
` [PATCH v2 2/4] fbdev: imxfb: Convert to devm_kmalloc_array()
` [PATCH v2 3/4] fbdev: imxfb: Convert to devm_platform_ioremap_resource()
` [PATCH v2 4/4] fbdev: imxfb: remove unneeded lable

[PATCH v2 01/19] drm/renesas: Convert to devm_platform_ioremap_resource()
 2023-07-10 12:11 UTC  (20+ messages)
` [PATCH v2 02/19] gpu: ipu-v3: pre: "
` [PATCH v2 03/19] drm/rockchip: dsi: Use devm_platform_get_and_ioremap_resource()
` [PATCH v2 04/19] drm: kirin: Convert to devm_platform_ioremap_resource()
` [PATCH v2 05/19] drm/tegra: hdmi: "
` [PATCH v2 06/19] drm: bridge: dw_hdmi: Use devm_platform_get_and_ioremap_resource()
` [PATCH v2 07/19] drm/bridge: analogix_dp: Convert to devm_platform_ioremap_resource()
` [PATCH v2 08/19] gpu: ipu-v3: prg: "
` [PATCH v2 09/19] drm/hisilicon: "
` [PATCH v2 10/19] drm: lcdif: "
` [PATCH v2 11/19] drm/mxsfb: "
` [PATCH v2 12/19] drm/tegra: dpaux: "
` [PATCH v2 13/19] drm/tegra: dpaux: Fix incorrect return value of platform_get_irq
` [PATCH v2 14/19] drm/stm: ltdc: Convert to devm_platform_ioremap_resource()
` [PATCH v2 15/19] drm/aspeed: "
` [PATCH v2 16/19] drm/tegra: sor: "
` [PATCH v2 17/19] drm/rockchip: vop: Use devm_platform_get_and_ioremap_resource()
` [PATCH v2 18/19] drm/arcpgu: Convert to devm_platform_ioremap_resource()
` [PATCH v2 19/19] drm/fsl-dcu: "

[PATCH] drm/loongson: Remove a useless check in cursor_plane_atomic_async_check()
 2023-07-10 12:07 UTC  (7+ messages)

[PATCH v3] drm/i915: Avoid circular locking dependency when flush delayed work on gt reset
 2023-07-10 10:32 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH RESEND] drm/bridge: anx7625: Use common macros for DP power sequencing commands
 2023-07-10 10:32 UTC  (2+ messages)

[PATCH v3 0/2] Fix OVL iommu fault in cursor plane
 2023-07-10  9:34 UTC  (4+ messages)
` [PATCH v3 1/2] drm/mediatek: Fix iommu fault by swapping FBs after updating plane state
` [PATCH v3 2/2] drm/mediatek: Fix iommu fault during crtc enabling

[PATCH] drm/radeon: ERROR: "(foo*)" should be "(foo *)"
 2023-07-10 10:03 UTC 

[PATCH] drm/nouveau/iccsense: do not use assignment in if condition
 2023-07-10 10:01 UTC 

[PATCH] drm/client: Send hotplug event after registering a client
 2023-07-10  9:58 UTC  (3+ messages)

[PATCH] fbdev: imxfb: Convert to devm_platform_ioremap_resource()
 2023-07-10  9:49 UTC  (5+ messages)

[PATCH v3] drm/bridge: tc358767: Use devm_clk_get_enabled() helper
 2023-07-10  9:48 UTC  (2+ messages)

[PATCH] drm/i915: Remove dead code from gen8_pte_encode
 2023-07-10  9:35 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH v2 0/2] Fix OVL iommu fault in cursor plane
 2023-07-10  9:32 UTC  (7+ messages)
` [PATCH v2 1/2] drm/mediatek: Fix iommu fault by swapping FBs after updating plane state
` [PATCH v2 2/2] drm/mediatek: Fix iommu fault during crtc enabling

[PATCH] drm/i915: Fix one wrong caching mode enum usage
 2023-07-10  9:24 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] drm/bridge: anx7625: Use common macros for HDCP capabilities
 2023-07-10  9:12 UTC 

[PATCH] drm/nouveau/iccsense:
 2023-07-10  9:09 UTC  (2+ messages)

[PATCH] drm/radeon: ERROR: that open brace { should be on the previous line
 2023-07-10  9:05 UTC 

[PATCH v2] drm/bridge: anx7625: Drop device lock before drm_helper_hpd_irq_event()
 2023-07-10  8:59 UTC 

[PATCH 0/5] arm64: dts: qcom: qrb5165-rb5: enable DP support
 2023-07-10  8:58 UTC  (4+ messages)
` [PATCH 1/5] dt-bindings: display: msm: dp-controller: document SM8250 compatible

[PATCH v5] drm/vkms: Add support to 1D gamma LUT
 2023-07-10  8:57 UTC  (2+ messages)

[PATCH v2] drm/ast: report connection status on Display Port
 2023-07-10  8:48 UTC  (6+ messages)

[PATCH] fbdev/hyperv_fb: Include <linux/screen_info.h>
 2023-07-10  8:45 UTC  (2+ messages)

[PATCH V6 0/9] Enable Wifi RFI interference mitigation feature support
 2023-07-10  8:36 UTC  (10+ messages)
` [PATCH V6 1/9] drivers core: Add support for Wifi band RF mitigations
` [PATCH V6 2/9] driver core: add ACPI based WBRF mechanism introduced by AMD
` [PATCH V6 3/9] cfg80211: expose nl80211_chan_width_to_mhz for wide sharing
` [PATCH V6 4/9] wifi: mac80211: Add support for ACPI WBRF
` [PATCH V6 5/9] drm/amd/pm: update driver_if and ppsmc headers for coming wbrf feature
` [PATCH V6 6/9] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature
` [PATCH V6 7/9] drm/amd/pm: add flood detection for wbrf events
` [PATCH V6 8/9] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.0
` [PATCH V6 9/9] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.7

[PATCH v5 0/6] drm: Add support for atomic async page-flip
 2023-07-10  8:30 UTC  (3+ messages)
` [PATCH v5 6/6] drm/doc: Define KMS atomic state set

[PATCH] drm/radeon: ERROR: "(foo*)" should be "(foo *)"
 2023-07-10  8:26 UTC 

[PATCH v4 0/8] Fix cursor planes with virtualized drivers
 2023-07-10  8:17 UTC  (14+ messages)
` [PATCH v4 2/8] drm/atomic: Add support for mouse hotspots

[PATCH v6 0/8] Initial support for Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2023-07-10  8:11 UTC  (18+ messages)
` [PATCH v6 4/8] phy: Add HDMI configuration options
    ` [EXT] "
` [PATCH v6 7/8] phy: freescale: Add DisplayPort PHY driver for i.MX8MQ
    ` [EXT] "
` [PATCH v6 8/8] phy: freescale: Add HDMI "
    ` [EXT] "

[PATCH] drm/ast: Fix default resolution when no monitor is connected on DP
 2023-07-10  8:07 UTC  (9+ messages)

[PATCH v2 0/3] Galaxy S2 (i9100) panel updates v2
 2023-07-10  7:56 UTC  (6+ messages)
` [PATCH v2 3/3] ARM: dts: exynos/i9100: Fix LCD screen's physical size

[PATCH] drm/radeon: ERROR: "(foo*)" should be "(foo *)"
 2023-07-10  7:51 UTC 

[PATCH 00/11] drm: kunit: Switch to kunit actions
 2023-07-10  7:47 UTC  (12+ messages)
` [PATCH 01/11] drm/tests: helpers: "
` [PATCH 02/11] drm/tests: client-modeset: Remove call to drm_kunit_helper_free_device()
` [PATCH 03/11] drm/tests: modes: "
` [PATCH 04/11] drm/tests: probe-helper: "
` [PATCH 05/11] drm/tests: helpers: Create an helper to allocate a locking ctx
` [PATCH 06/11] drm/tests: helpers: Create an helper to allocate an atomic state
` [PATCH 07/11] drm/vc4: tests: pv-muxing: Remove call to drm_kunit_helper_free_device()
` [PATCH 08/11] drm/vc4: tests: mock: Use a kunit action to unregister DRM device
` [PATCH 09/11] drm/vc4: tests: pv-muxing: Switch to managed locking init
` [PATCH 10/11] drm/vc4: tests: Switch to atomic state allocation helper
` [PATCH 11/11] drm/vc4: tests: pv-muxing: Document test scenario

[PATCH 1/1] drm/bridge: Fix handling of bridges with pre_enable_prev_first flag
 2023-07-10  7:46 UTC  (2+ messages)

[syzbot] [dri?] KASAN: slab-use-after-free Read in drm_atomic_helper_wait_for_vblanks
 2023-07-10  7:42 UTC 

[PATCH] drm/radeon: ERROR: "foo * bar" should be "foo *bar"
 2023-07-10  7:38 UTC 

[PATCH v4 0/9] MediaTek DisplayPort: support eDP and aux-bus
 2023-07-10  7:38 UTC  (3+ messages)

[drm-misc:drm-misc-next 2/3] drivers/gpu/drm/loongson/lsdc_plane.c:199 lsdc_cursor_plane_atomic_async_check() warn: variable dereferenced before check 'state' (see line 180)
 2023-07-10  7:36 UTC  (6+ messages)

[PATCH] drm/nouveau/i2c: do not use assignment in if condition
 2023-07-10  6:31 UTC 

[PATCH] drm/nouveau/nvkm: do not use assignment in if condition
 2023-07-10  4:07 UTC  (2+ messages)

[PATCH] drm/nouveau/pci: ERROR: "foo * bar" should be "foo *bar"
 2023-07-10  7:22 UTC 

[PATCH] drm/nouveau/i2c: do not use assignment in if condition
 2023-07-10  4:05 UTC 

[PATCH] drm/nouveau/i2c: do not use assignment in if condition
 2023-07-10  6:37 UTC 

Fwd: [PATCH] drm/nouveau/i2c: do not use assignment in if condition
 2023-07-10  6:11 UTC  (3+ messages)
`  "

[PATCH] dc_dmub_srv: Use max()/min() function for better coding conventions
 2023-07-10  1:30 UTC 

[PATCH 1/4] vgacon: rework Kconfig dependencies
 2023-07-10  4:08 UTC  (4+ messages)
` [PATCH 4/4] vgacon, arch/*: remove unused screen_info definitions

[PATCH v3 0/4] Fix mediatek-drm coverity issues
 2023-07-10  6:45 UTC  (5+ messages)
` [PATCH v3 1/4] drm/mediatek: Remove freeing not dynamic allocated memory
` [PATCH v3 2/4] drm/mediatek: Add cnt checking for coverity issue

[PATCH] drm/hyperv: Fix a compilation issue because of not including screen_info.h
 2023-07-10  6:34 UTC  (3+ messages)

[PATCH v2] drm: Switch i2c drivers back to use .probe()
 2023-07-10  5:53 UTC  (3+ messages)

[PATCH v3 0/7] Display support for MSM8226
 2023-07-10  5:07 UTC  (2+ messages)
` (subset) "

[PATCH v10 0/9] drm: Remove usage of deprecated DRM_* macros in DRM core
 2023-07-10  4:51 UTC  (2+ messages)

[drm-misc:drm-misc-next 1/15] drivers/video/fbdev/hyperv_fb.c:1033:10: error: use of undeclared identifier 'screen_info'
 2023-07-10  4:37 UTC  (2+ messages)

[PATCH v2] drm/i915/display/lspcon: Increase LSPCON mode settle timeout
 2023-07-10  4:02 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH v6 0/2] Add dynamic connector selection mechanism
 2023-07-10  2:52 UTC  (3+ messages)
` [PATCH v6 1/2] drm/mediatek: Add ability to support dynamic connector selection
` [PATCH v6 2/2] drm/mediatek: Add DSI support for mt8188 vdosys0

[PATCH v2] drm/mediatek: Fix void-pointer-to-enum-cast warning
 2023-07-10  2:13 UTC  (2+ messages)

[PATCH] drm/msm: Check for the GPU IOMMU during bind
 2023-07-09 21:50 UTC  (5+ messages)
  ` [Freedreno] "

[PATCH v3] drm/virtio: conditionally allocate virtio_gpu_fence
 2023-07-09 21:23 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v6 0/3] drm/bridge_connector: implement OOB HPD handling
 2023-07-09 20:25 UTC  (4+ messages)
` [PATCH v6 1/3] drm: Add HPD state to drm_connector_oob_hotplug_event()
` [PATCH v6 2/3] drm/bridge_connector: stop filtering events in drm_bridge_connector_hpd_cb()
` [PATCH v6 3/3] drm/bridge_connector: implement oob_hotplug_event

[drm-misc:drm-misc-next 2/3] drivers/gpu/drm/loongson/lsdc_benchmark.c:27:35: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-07-09 18:36 UTC 

[PATCH] drm/panel: simple: Drop prepared_time
 2023-07-09 17:13 UTC  (2+ messages)


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