dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-05 21:59:37 to 2022-02-07 18:07:29 UTC [more...]

[PATCH] drm/privacy-screen: Fix sphinx warning
 2022-02-07 18:06 UTC  (4+ messages)

[PATCH v8 00/10] vgaarb: Rework default VGA device selection
 2022-02-07 17:59 UTC  (2+ messages)

[PATCH 0/5] Misc DG2 enabling patches
 2022-02-07 16:55 UTC  (6+ messages)
` [PATCH 1/5] drm/i915/dg2: Add Wa_22011450934
  ` [Intel-gfx] "
` [PATCH 5/5] drm/i915/guc: Allow user to override driver load failure without GuC
  ` [Intel-gfx] "

[PATCH 5/5] drm/stm: ltdc: add support of ycbcr pixel formats
 2022-02-07 16:54 UTC  (4+ messages)

[PATCH] drm/stm: Avoid using val uninitialized in ltdc_set_ycbcr_config()
 2022-02-07 16:53 UTC 

[PATCH 00/23] drm: Fill in default values for plane properties
 2022-02-07 16:35 UTC  (24+ messages)
` [PATCH 01/23] drm/komeda: plane: switch to plane reset helper
` [PATCH 02/23] drm/tegra: "
` [PATCH 03/23] drm/tegra: hub: Fix zpos initial value mismatch
` [PATCH 04/23] drm/msm/mdp5: "
` [PATCH 05/23] drm/amd/display: Fix color encoding mismatch
` [PATCH 06/23] drm/object: Add drm_object_property_get_default_value() function
` [PATCH 07/23] drm/object: Add default zpos value at reset
` [PATCH 08/23] drm/tegra: plane: Remove redundant zpos initialisation
` [PATCH 09/23] drm/komeda: "
` [PATCH 10/23] drm/exynos: "
` [PATCH 11/23] drm/imx: ipuv3-plane: "
` [PATCH 12/23] drm/msm/mdp5: "
` [PATCH 13/23] drm/nouveau/kms: "
` [PATCH 14/23] drm/omap: plane: Fix zpos initial value mismatch
` [PATCH 15/23] drm/omap: plane: Remove redundant zpos initialisation
` [PATCH 16/23] drm/rcar: "
` [PATCH 17/23] drm/sti: "
` [PATCH 18/23] drm/sun4i: layer: "
` [PATCH 19/23] drm/object: Add default color encoding and range value at reset
` [PATCH 20/23] drm/komeda: plane: Remove redundant color encoding and range initialisation
` [PATCH 21/23] drm/armada: overlay: "
` [PATCH 22/23] drm/imx: ipuv3-plane: "
` [PATCH 23/23] drm/omap: plane: "

[PATCH] backlight: pwm_bl: Avoid open coded arithmetic in memory allocation
 2022-02-07 16:21 UTC  (4+ messages)

[PATCH] drm/nouveau/mmu: fix reuse of nvkm_umem
 2022-02-07 16:14 UTC 

[PATCH v2 0/1] Add fallback inside memcpy_from_wc functions
 2022-02-07 16:13 UTC  (2+ messages)
` [PATCH v2 1/1] drm/i915: "

[PATCH] fbcon: Avoid 'cap' set but not used warning
 2022-02-07 15:59 UTC 

[PATCH 00/30] My patch queue
 2022-02-07 15:28 UTC  (31+ messages)
` [PATCH 01/30] KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case
` [PATCH 02/30] KVM: x86: nSVM: fix potential NULL derefernce on nested migration
` [PATCH 03/30] KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state
` [PATCH 04/30] KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSM
` [PATCH 05/30] KVM: x86: nSVM: expose clean bit support to the guest
` [PATCH 06/30] KVM: x86: mark syntethic SMM vmexit as SVM_EXIT_SW
` [PATCH 07/30] KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L2 control them
` [PATCH 08/30] KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it
` [PATCH 09/30] KVM: x86: SVM: move avic definitions from AMD's spec to svm.h
` [PATCH 10/30] KVM: x86: SVM: fix race between interrupt delivery and AVIC inhibition
` [PATCH 11/30] KVM: x86: SVM: use vmcb01 in avic_init_vmcb
` [PATCH 12/30] KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
` [PATCH 13/30] KVM: x86: lapic: don't allow to change APIC ID when apic acceleration is enabled
` [PATCH 14/30] KVM: x86: lapic: don't allow to change local apic id when using older x2apic api
` [PATCH 15/30] KVM: x86: SVM: remove avic's broken code that updated APIC ID
` [PATCH 16/30] KVM: x86: SVM: allow to force AVIC to be enabled
` [PATCH 17/30] KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
` [PATCH 18/30] KVM: x86: mmu: add strict mmu mode
` [PATCH 19/30] KVM: x86: mmu: add gfn_in_memslot helper
` [PATCH 20/30] KVM: x86: mmu: allow to enable write tracking externally
` [PATCH 21/30] x86: KVMGT: use kvm_page_track_write_tracking_enable
` [PATCH 22/30] KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
` [PATCH 23/30] KVM: x86: nSVM: implement nested LBR virtualization
` [PATCH 24/30] KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
` [PATCH 25/30] KVM: x86: nSVM: support PAUSE filter threshold and count when cpu_pm=on
` [PATCH 26/30] KVM: x86: nSVM: implement nested vGIF
` [PATCH 27/30] KVM: x86: add force_intercept_exceptions_mask
` [PATCH 28/30] KVM: SVM: implement force_intercept_exceptions_mask
` [PATCH 29/30] KVM: VMX: "
` [PATCH 30/30] KVM: x86: get rid of KVM_REQ_GET_NESTED_STATE_PAGES

[RFC 0/2] drm/i915/ttm: Evict and store of compressed object
 2022-02-07 15:33 UTC  (13+ messages)
` [RFC 1/2] drm/i915/ttm: Add extra pages for handling ccs data
  ` [Intel-gfx] "
` [RFC 2/2] drm/i915/migrate: Evict and restore the "

[PATCH] gpu: ipu-v3: Fix dev_dbg frequency output
 2022-02-07 15:14 UTC 

[PATCH 1/3] i915/gvt: Introduce the mmio_table.c to support VFIO new mdev API
 2022-02-07 14:47 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH v2 0/9] drm/ast: Untangle connector helpers
 2022-02-07 14:26 UTC  (11+ messages)
` [PATCH v2 1/9] drm/ast: Fail if connector initialization fails
` [PATCH v2 2/9] drm/ast: Move connector mode_valid function to CRTC
` [PATCH v2 3/9] drm/ast: Remove AST_TX_ITE66121 constant
` [PATCH v2 4/9] drm/ast: Remove unused value dp501_maxclk
` [PATCH v2 5/9] drm/ast: Rename struct ast_connector to struct ast_vga_connector
` [PATCH v2 6/9] drm/ast: Initialize encoder and connector for VGA in helper function
` [PATCH v2 7/9] drm/ast: Read encoder possible-CRTC mask from drm_crtc_mask()
` [PATCH v2 8/9] drm/ast: Move DP501-based connector code into separate helpers
` [PATCH v2 9/9] drm/ast: Move SIL164-based "

[PATCH 3/8] mm: remove pointless includes from <linux/hmm.h>
 2022-02-07 14:01 UTC 

[PATCH 1/2] gpu: host1x: Always return syncpoint value when waiting
 2022-02-07 13:19 UTC  (2+ messages)
` [PATCH 2/2] gpu: host1x: Fix refcount leak in buffer cache

[PATCH v2] drm/privacy-screen: Fix sphinx warning
 2022-02-07 13:16 UTC  (3+ messages)

[PATCH 0/8] drm/ast: Untangle connector helpers
 2022-02-07 13:07 UTC  (7+ messages)
` [PATCH 6/8] drm/ast: Initialize encoder and connector for VGA in helper function
` [PATCH 8/8] drm/ast: Move SIL164-based connector code into separate helpers

[PATCH] drm/panel: panel-simple: Fix proper bpc for AM-1280800N3TZQW-T00H
 2022-02-07 13:04 UTC  (4+ messages)

[PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API
 2022-02-07 13:01 UTC  (13+ messages)
` [PATCH v2 01/12] iio: buffer-dma: Get rid of outgoing queue
` [PATCH v2 02/12] iio: buffer-dma: Enable buffer write support
` [PATCH v2 03/12] iio: buffer-dmaengine: Support specifying buffer direction
` [PATCH v2 04/12] iio: buffer-dmaengine: Enable write support
` [PATCH v2 05/12] iio: core: Add new DMABUF interface infrastructure
` [PATCH v2 06/12] iio: buffer-dma: split iio_dma_buffer_fileio_free() function
` [PATCH v2 07/12] iio: buffer-dma: Use DMABUFs instead of custom solution
` [PATCH v2 08/12] iio: buffer-dma: Implement new DMABUF based userspace API
` [PATCH v2 09/12] iio: buffer-dmaengine: Support "
` [PATCH v2 10/12] iio: core: Add support for cyclic buffers
` [PATCH v2 11/12] iio: buffer-dmaengine: "
  ` [PATCH v2 12/12] Documentation: iio: Document high-speed DMABUF based API

[PATCH] drm/privacy-screen: Fix sphinx warning
 2022-02-07 12:57 UTC  (4+ messages)

[PATCH v5 0/5] Use drm_clflush* instead of clflush
 2022-02-07 12:44 UTC  (5+ messages)
` [PATCH v5 2/5] drm/i915/gt: Drop invalidate_csb_entries
  ` [Intel-gfx] [PATCH v5 0/5] Use drm_clflush* instead of clflush

[PATCH v2 0/4] drm/tiny: Add driver for Solomon SSD1307 OLED displays
 2022-02-07 12:44 UTC  (5+ messages)
` [PATCH v2 1/4] drm/format-helper: Add drm_fb_{xrgb8888, gray8}_to_mono_reversed()
  ` [PATCH v2 1/4] drm/format-helper: Add drm_fb_{xrgb8888,gray8}_to_mono_reversed()

[RFC PATCH 0/3] drm/helpers: Make the suballocation manager drm generic
 2022-02-07 11:18 UTC  (4+ messages)
` [RFC PATCH 1/3] drm: Extract amdgpu_sa.c as a generic suballocation helper

[PATCH v2] drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP
 2022-02-07 11:13 UTC  (2+ messages)

[PATCH] drm/dp: Remove common Post Cursor2 register handling
 2022-02-07 11:04 UTC  (3+ messages)

[PATCH 1/2] drm/mm: Add an iterator to optimally walk over holes for an allocation
 2022-02-07 10:45 UTC  (3+ messages)
` [PATCH 1/2] drm/mm: Add an iterator to optimally walk over holes for an allocation (v2)

[PATCH] [RFC] drm: mxsfb: Implement LCDIF scanout CRC32 support
 2022-02-07 10:43 UTC  (5+ messages)

[PATCH] drm/vc4: crtc: Fix redundant variable assignment
 2022-02-07 10:22 UTC  (2+ messages)
` (subset) "

[PATCH v7 6/8] phy: phy-mtk-dp: Add driver for DP phy
 2022-02-07  9:49 UTC  (2+ messages)

[RFC PATCH 0/6] drm: EPDC driver for i.MX6
 2022-02-06  8:00 UTC  (7+ messages)
` [RFC PATCH 1/6] dt-bindings: display: imx: Add EPDC
` [RFC PATCH 2/6] drm: Add skeleton for EPDC driver
` [RFC PATCH 3/6] drm: mxc-epdc: Add display and waveform initialisation
` [RFC PATCH 4/6] drm: mxc-epdc: Add update management
` [RFC PATCH 5/6] ARM: dts: imx6sll: add EPDC
` [RFC PATCH 6/6] arm: dts: imx6sl: Add EPDC

[PATCH v2 1/5] dt-bindings: reserved-memory: Document memory region specifier
 2022-02-06 22:27 UTC  (9+ messages)

[syzbot] WARNING in __dma_map_sg_attrs
 2022-02-05 20:18 UTC  (2+ messages)

[PATCH 00/19] drm/i915/guc: Refactor ADS access to use iosys_map
 2022-02-07  8:36 UTC  (5+ messages)
` [PATCH 03/19] iosys-map: Add a few more helpers

[PATCH v3] drm/bridge: dw-hdmi: use safe format when first in bridge chain
 2022-02-07  8:22 UTC  (3+ messages)

[PATCH] drm/radeon: Avoid open coded arithmetic in memory allocation
 2022-02-07  8:01 UTC  (2+ messages)

[PATCH 1/2] drm/bridge: ti-sn65dsi83: use dev_err_probe
 2022-02-07  7:53 UTC  (2+ messages)
` [PATCH 2/2] drm/bridge: ti-sn65dsi83: Allow GPIO operations to sleep

[PATCH 0/6] drm writeback connector changes
 2022-02-07  7:20 UTC  (7+ messages)
` [PATCH 5/6] drm/rcar_du: changes to rcar-du driver resulting from drm_writeback_connector structure changes

[PATCH] WIP: drm/dp_mst: Add support for dumping topology ref histories from debugfs
 2022-02-07  7:19 UTC  (5+ messages)

[PATCH RESEND] drm/self_refresh: Don't trigger the entry timer for self refresh work if CRTC state is inactive
 2022-02-07  5:46 UTC 

[PATCH v2 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-07  4:26 UTC  (4+ messages)
` [PATCH v2 1/3] migrate.c: Remove vma check in migrate_vma_setup()
` [PATCH v2 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing
` [PATCH v2 3/3] tools: add hmm gup test for long term pinned device pages

[PATCH 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-07  4:19 UTC  (4+ messages)
` [PATCH 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing

[PATCH] drm/amd/pm: add missing prototypes to amdgpu_dpm_internal
 2022-02-07  3:30 UTC  (2+ messages)

[PATCH v2] iommu/core: Remove comment reference to iommu_dev_has_feature
 2022-02-07  3:23 UTC 

[RFC v2 0/8] Define and use reset domain for GPU recovery in amdgpu
 2022-02-07  3:08 UTC  (12+ messages)
` [RFC v2 4/8] drm/amdgpu: Serialize non TDR gpu recovery with TDRs

[PATCH] drm/amd/pm: fix error handling
 2022-02-07  3:04 UTC  (2+ messages)

[PATCH] lima: avoid error task dump attempt when not enabled
 2022-02-07  1:18 UTC  (2+ messages)

[PATCH] drm/sprd: remove allow_fb_modifiers setting
 2022-02-06 21:28 UTC  (2+ messages)

[PATCH v2] drm/panel: JDI LT070ME05000 simplify with dev_err_probe()
 2022-02-06 20:30 UTC 

[PATCH] drm/panel: JDI LT070ME05000 remove useless warning
 2022-02-06 19:40 UTC  (3+ messages)

[PATCH 0/5] drm/fb-helper: Fix and improve fbdevio clipping
 2022-02-06 19:29 UTC  (6+ messages)
` [PATCH 1/5] drm/fb-helper: Fix clip rectangle height
` [PATCH 2/5] drm/fb-helper: Fix vertical damage clipping
` [PATCH 3/5] drm/fb-helper: Calculate damaged area in separate helper
` [PATCH 4/5] drm/fb-helper: Clip damage area to written memory range
` [PATCH 5/5] drm/fb-helper: Clip damage area horizontally

[PATCH v1 0/9] drm/bridge: ps8640 and ti-sn65dsi86 updates
 2022-02-06 19:09 UTC  (11+ messages)
` [PATCH v1 1/9] drm/bridge: add DRM_BRIDGE_STATE_OPS macro
` [PATCH v1 2/9] drm: add drm specific media-bus-format header file
` [PATCH v1 3/9] drm: add drm_atomic_helper_bridge_dsi_input_bus_fmt
` [PATCH v1 4/9] drm/bridge: ti-sn65dsi86: Use atomic variants of drm_bridge_funcs
` [PATCH v1 5/9] drm/bridge: ti-sn65dsi86: Fetch bpc via drm_bridge_state
` [PATCH v1 6/9] drm/bridge: ti-sn65dsi86: Add NO_CONNECTOR support
` [PATCH v1 7/9] drm/bridge: ps8640: Use atomic variants of drm_bridge_funcs
` [PATCH v1 8/9] drm/bridge: ps8640: plug atomic_get_input_bus_fmts
` [PATCH v1 9/9] drm/bridge: Drop unused drm_bridge_chain functions

[PATCH] drm: mxsfb: Simplify LCDIF clock handling
 2022-02-06 18:55 UTC 

[BUG] gpu: drm: radeon: two possible deadlocks involving locking and waiting
 2022-02-06 17:11 UTC  (4+ messages)

[PATCH v3 RESEND 00/24] drm/exynos: add support for GSCALER planes on Exynos5433
 2022-02-06 16:51 UTC  (3+ messages)
  ` [PATCH v3 RESEND 21/24] drm/exynos/decon5433: add local path support

[PATCH] drm/panel: simple: Assign data from panel_dpi_probe() correctly
 2022-02-06  9:59 UTC  (3+ messages)

[Bug 201539] New: AMDGPU R9 390 automatic fan speed control in Linux 4.19
 2022-02-05 21:59 UTC  (2+ messages)
` [Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0


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