dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-17 05:36:55 to 2021-08-18 06:06:52 UTC [more...]

[PATCH 5.4.y 0/2] 5.4.y missing upstream commits 7beb691f and 51f644b4, causing: WARNING in vkms_vblank_simulate
 2021-08-17 14:14 UTC  (2+ messages)

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-18  6:05 UTC  (23+ messages)
` [PATCH v2 04/63] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning
` [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
` [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
` [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
` [PATCH v2 09/63] mwl8k: Use struct_group() for memcpy() region
` [PATCH v2 10/63] libertas: "
` [PATCH v2 11/63] libertas_tf: "
` [PATCH v2 12/63] thermal: intel: int340x_thermal: "
` [PATCH v2 13/63] iommu/amd: "
` [PATCH v2 23/63] media: omap3isp: "
` [PATCH v2 24/63] sata_fsl: "
` [PATCH v2 28/63] fortify: Explicitly disable Clang support
` [PATCH v2 29/63] fortify: Fix dropped strcpy() compile-time write overflow check
` [PATCH v2 31/63] fortify: Allow strlen() and strnlen() to pass compile-time known lengths
` [PATCH v2 34/63] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH v2 36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH v2 37/63] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH v2 42/63] net: dccp: Use memset_startat() for TP zeroing
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH v2 59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region
` [PATCH v2 63/63] fortify: Work around Clang inlining bugs

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-18  6:00 UTC  (33+ messages)
` [PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
` [PATCH v8 06/34] dt-bindings: clock: tegra-car: Document new tegra-clocks sub-node
` [PATCH v8 09/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v8 11/34] gpu: host1x: Add runtime PM and OPP support
` [PATCH v8 22/34] spi: tegra20-slink: Add "
` [PATCH v8 23/34] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v8 24/34] media: dt: bindings: tegra-vde: Document OPP and power domain

[RFC PATCH 00/17] drm: bridge: Samsung MIPI DSIM bridge
 2021-08-18  6:09 UTC  (6+ messages)
` [RFC PATCH 06/17] drm/exynos: dsi: Handle exynos specifics via driver_data

[RFC PATCH 0/5] drm/mediatek: Add mt8195 DisplayPort driver
 2021-08-18  4:45 UTC  (11+ messages)
` [RFC PATCH 1/5] dt-bindings: mediatek,dpi: Add mt8195 dpintf
` [RFC PATCH 2/5] drm/mediatek: dpi: Add dpintf support
` [RFC PATCH 5/5] drm/mediatek: Add mt8195 DisplayPort driver

[PARCH v2 0/7] drm/msm/dpu: merge dpu_core_irq into dpu_hw_interrupts
 2021-08-18  3:40 UTC  (15+ messages)
` [PATCH v2 1/7] drm/msm/dpu: squash "
  ` [Freedreno] "
` [PATCH v2 2/7] drm/msm/dpu: don't clear IRQ register twice
  ` [Freedreno] "
` [PATCH v2 3/7] drm/msm/dpu: merge struct dpu_irq into struct dpu_hw_intr
  ` [Freedreno] "
` [PATCH v2 4/7] drm/msm/dpu: allow just single IRQ callback
  ` [Freedreno] "
` [PATCH v2 5/7] drm/msm/dpu: remove extra wrappers around dpu_core_irq
  ` [Freedreno] "
` [PATCH v2 6/7] drm/msm/dpu: get rid of dpu_encoder_helper_(un)register_irq
  ` [Freedreno] "
` [PATCH v2 7/7] drm/msm/dpu: remove struct dpu_encoder_irq and enum dpu_intr_idx
  ` [Freedreno] "

[PATCH v2] drm/fourcc: introduce DRM_FOURCC_STANDALONE guard
 2021-08-18  1:51 UTC  (6+ messages)

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-18  0:35 UTC  (7+ messages)
` [PATCH v6 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v6 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages

[PATCH 0/1] Fix gem_ctx_persistence failures with GuC submission
 2021-08-18  0:28 UTC  (13+ messages)
` [PATCH 1/1] drm/i915: Check if engine has heartbeat when closing a context
  ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH 0/1] Fix gem_ctx_persistence failures with GuC submission

[PATCH] drm/i915: Use designated initializers for init/exit table
 2021-08-17 23:33 UTC 

[PATCH] drm/damage_helper: Fix handling of cursor dirty buffers
 2021-08-17 23:26 UTC 

[PATCH 0/8] drm + usb-type-c: Add support for out-of-band hotplug notification (v4 resend)
 2021-08-17 21:52 UTC  (9+ messages)
` [PATCH 1/8] drm/connector: Give connector sysfs devices there own device_type
` [PATCH 2/8] drm/connector: Add a fwnode pointer to drm_connector and register with ACPI (v2)
` [PATCH 3/8] drm/connector: Add drm_connector_find_by_fwnode() function (v3)
` [PATCH 4/8] drm/connector: Add support for out-of-band hotplug notification (v3)
` [PATCH 5/8] drm/i915: Associate ACPI connector nodes with connector entries (v2)
` [PATCH 6/8] drm/i915/dp: Add support for out-of-bound hotplug events
` [PATCH 7/8] usb: typec: altmodes/displayport: Make dp_altmode_notify() more generic
` [PATCH 8/8] usb: typec: altmodes/displayport: Notify drm subsys of hotplug events

[PATCH 00/22] Clean up GuC CI failures, simplify locking, and kernel DOC
 2021-08-17 21:49 UTC  (40+ messages)
` [PATCH 02/22] drm/i915/guc: Fix outstanding G2H accounting
` [PATCH 05/22] drm/i915/guc: Workaround reset G2H is received after schedule done G2H
` [PATCH 06/22] drm/i915/execlists: Do not propagate errors to dependent fences
` [PATCH 08/22] drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, not registered
` [PATCH 14/22] drm/i915: Allocate error capture in atomic context
` [PATCH 15/22] drm/i915/guc: Flush G2H work queue during reset
  ` [Intel-gfx] "
` [PATCH 16/22] drm/i915/guc: Release submit fence from an IRQ
` [PATCH 17/22] drm/i915/guc: Move guc_blocked fence to struct guc_state
` [PATCH 18/22] drm/i915/guc: Rework and simplify locking
` [PATCH 19/22] drm/i915/guc: Proper xarray usage for contexts_lookup
  ` [Intel-gfx] "
` [PATCH 22/22] drm/i915/guc: Add GuC kernel doc

[PATCH v3 0/3] NVIDIA Tegra NVDEC support
 2021-08-17 21:20 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: Add YAML bindings for NVDEC

[PATCH v3 0/2] GPD Win Max display fixes
 2021-08-17 20:43 UTC  (3+ messages)
` [PATCH v3 1/2] drm/i915/opregion: add support for mailbox #5 EDID
` [PATCH v3 2/2] drm: Add orientation quirk for GPD Win Max

[PATCH 0/3] drm/nouveau: fix a use-after-free in postclose()
 2021-08-17 20:32 UTC  (5+ messages)
` [PATCH v2 "

[PATCH][next] drm/mgag200: Fix uninitialized variable delta
 2021-08-17 20:11 UTC  (3+ messages)

[PATCH] drm/mgag200: Initialize delta variable in PLL compute function
 2021-08-17 19:50 UTC  (2+ messages)

[PATCH] drm/panel-simple: Add Vivax TPC-9150 panel v3
 2021-08-17 19:13 UTC  (5+ messages)

[PATCH][next] drm/amd/pm: Fix spelling mistake "firwmare" -> "firmware"
 2021-08-17 19:04 UTC  (2+ messages)

[PATCH v2 1/8] drm/kmb: Work around for higher system clock
 2021-08-17 18:53 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Sharp LS060T1SX01 panel
 2021-08-17 18:53 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: add bindings for the "

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-17 18:43 UTC  (25+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc "
` [PATCH v2 05/12] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() "
` [PATCH v2 07/12] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v2 09/12] mm: Remove the now unused mem_encrypt_active() function

[Bug 211425] New: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 20secs aborting
 2021-08-17 18:21 UTC  (2+ messages)
` [Bug 211425] "

[PATCH] drm: Copy drm_wait_vblank request and copy_to_user before return
 2021-08-17 17:59 UTC  (5+ messages)
` [PATCH v2] drm: Copy drm_wait_vblank to user before returning

[PATCH] drm/msm/dpu: add support for alpha blending properties
 2021-08-17 17:48 UTC  (2+ messages)
` [Freedreno] "

drm: Fix drm.h uapi header for Windows
 2021-08-17 17:21 UTC  (13+ messages)
` [PATCH] "

[PATCH 0/7] drm/gud: Add some more pixel formats
 2021-08-17 16:03 UTC  (15+ messages)
` [PATCH 1/7] drm/fourcc: Add R8 to drm_format_info
` [PATCH 2/7] drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()
` [PATCH 3/7] drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()
` [PATCH 4/7] drm/gud: Add GUD_PIXEL_FORMAT_R8
` [PATCH 5/7] drm/gud: Add GUD_PIXEL_FORMAT_RGB332
` [PATCH 6/7] drm/gud: Add GUD_PIXEL_FORMAT_RGB888
` [PATCH 7/7] drm/gud: Add module parameter to control emulation: xrgb8888

[PATCH] drm/panel-simple: Add Vivax TPC-9150 panel v2
 2021-08-17 15:53 UTC 

[PATCH] drm/panel-simple: Add Vivax TPC-9150 panel
 2021-08-17 15:45 UTC  (3+ messages)

[PATCH v2] drm: avoid races with modesetting rights
 2021-08-17 15:06 UTC  (7+ messages)

New uAPI for color management proposal and feedback request v2
 2021-08-17 14:54 UTC  (2+ messages)

[PATCH v1 0/3] Tegra DRM and Host1x driver fixes
 2021-08-17 14:17 UTC  (3+ messages)

[PATCH] drm/amdgpu: Cancel delayed work when GFXOFF is disabled
 2021-08-17 12:55 UTC  (15+ messages)
` [PATCH v3] "

[PATCH v3 1/9] dt-bindings: phy: mediatek: tphy: support type switch by pericfg
 2021-08-17 10:22 UTC  (10+ messages)
` [PATCH v3 2/9] phy: phy-mtk-tphy: use clock bulk to get clocks
` [PATCH v3 3/9] phy: phy-mtk-tphy: support type switch by pericfg
` [PATCH v3 4/9] phy: phy-mtk-tphy: print error log using child device
` [PATCH v3 5/9] phy: phy-mtk-tphy: remove error log of ioremap failure
` [PATCH v3 6/9] phy: phy-mtk-ufs: use clock bulk to get clocks
` [PATCH v3 7/9] phy: phy-mtk-hdmi: convert to devm_platform_ioremap_resource
` [PATCH v3 8/9] phy: phy-mtk-mipi-dsi: remove dummy assignment of error number
` [PATCH v3 9/9] phy: phy-mtk-mipi-dsi: convert to devm_platform_ioremap_resource

[PATCH] drm/stm: ltdc: improve pm_runtime to stop clocks
 2021-08-17  9:43 UTC  (5+ messages)

[PATCH v2 0/5] dma-fence: Deadline awareness
 2021-08-17  9:04 UTC  (9+ messages)
` [PATCH v2 4/5] drm/scheduler: Add fence deadline support

[PATCH v6 00/15] drm/i915: Introduce Intel PXP
 2021-08-17  9:02 UTC  (7+ messages)
` [PATCH v6 10/15] drm/i915/pxp: interfaces for using protected objects
  ` [Intel-gfx] "

[PATCH v5 02/20] drm/msm: Fix drm/sched point of no return rules
 2021-08-17  8:53 UTC  (2+ messages)
` [PATCH] drm/msm: Improve "

[PATCH v5 01/20] drm/sched: Split drm_sched_job_init
 2021-08-17  8:49 UTC  (2+ messages)
` [PATCH] "

[PATCH 12/22] drm/i915/guc: Don't touch guc_state.sched_state without a lock
 2021-08-17  7:21 UTC  (2+ messages)

refactor the i915 GVT support
 2021-08-17  5:22 UTC  (9+ messages)


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