dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-19 10:26:53 to 2020-11-20 12:08:32 UTC [more...]

Linux 5.10-rc4; graphics alignment
 2020-11-20 11:26 UTC  (4+ messages)

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-20 12:08 UTC  (26+ messages)
` [PATCH v6 01/17] drm/exynos: Stop using frame_vector helpers
` [PATCH v6 02/17] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v6 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v6 04/17] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v6 05/17] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v6 06/17] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v6 07/17] mm: Close race in generic_access_phys
` [PATCH v6 08/17] mm: Add unsafe_follow_pfn
` [PATCH v6 09/17] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v6 10/17] vfio/type1: Mark follow_pfn "
` [PATCH v6 11/17] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v6 12/17] /dev/mem: Only set filp->f_mapping
` [PATCH v6 13/17] resource: Move devmem revoke code to resource framework
` [PATCH v6 14/17] sysfs: Support zapping of binary attr mmaps
` [PATCH v6 15/17] PCI: Revoke mappings like devmem
` [PATCH v6 16/17] RFC: kvm: pass kvm argument to follow_pfn callsites
` [PATCH v6 17/17] RFC: mm: add mmu_notifier argument to follow_pfn

[PATCH v2 0/6] drm/panel: mantix and st7703 fixes and additions
 2020-11-20 12:04 UTC  (3+ messages)

[PATCH 1/3] drm/panel: s6e63m0: Fix and extend MCS table
 2020-11-20 12:02 UTC  (2+ messages)

[PATCH v3] drm: document drm_mode_get_connector
 2020-11-20 11:37 UTC  (2+ messages)

[PATCH v4 00/21] Host1x/TegraDRM UAPI
 2020-11-20 11:26 UTC  (22+ messages)
` [PATCH v4 01/21] gpu: host1x: Use different lock classes for each client
` [PATCH v4 02/21] gpu: host1x: Allow syncpoints without associated client
` [PATCH v4 03/21] gpu: host1x: Show number of pending waiters in debugfs
` [PATCH v4 04/21] gpu: host1x: Remove cancelled waiters immediately
` [PATCH v4 05/21] gpu: host1x: Use HW-equivalent syncpoint expiration check
` [PATCH v4 06/21] gpu: host1x: Cleanup and refcounting for syncpoints
` [PATCH v4 07/21] gpu: host1x: Introduce UAPI header
` [PATCH v4 08/21] gpu: host1x: Implement /dev/host1x device node
` [PATCH v4 09/21] gpu: host1x: DMA fences and userspace fence creation
` [PATCH v4 10/21] gpu: host1x: Add no-recovery mode
` [PATCH v4 11/21] gpu: host1x: Add job release callback
` [PATCH v4 12/21] gpu: host1x: Add support for syncpoint waits in CDMA pushbuffer
` [PATCH v4 13/21] gpu: host1x: Reset max value when freeing a syncpoint
` [PATCH v4 14/21] gpu: host1x: Reserve VBLANK syncpoints at initialization
` [PATCH v4 15/21] drm/tegra: Add new UAPI to header
` [PATCH v4 16/21] drm/tegra: Boot VIC during runtime PM resume
` [PATCH v4 17/21] drm/tegra: Set resv fields when importing/exporting GEMs
` [PATCH v4 18/21] drm/tegra: Allocate per-engine channel in core code
` [PATCH v4 19/21] drm/tegra: Implement new UAPI
` [PATCH v4 20/21] drm/tegra: Implement job submission part of "
` [PATCH v4 21/21] drm/tegra: Add job firewall

[PATCH 0/2] More meson HDMI fixes
 2020-11-20 11:10 UTC  (5+ messages)
` [PATCH 1/2] drm/meson: dw-hdmi: Disable clocks on driver teardown
` [PATCH 2/2] drm/meson: dw-hdmi: Enable the iahb clock early enough

[PATCH 1/5] drm/virtio: suffix create blob call with _ioctl like any ioctl
 2020-11-20 11:09 UTC  (6+ messages)
` [PATCH 4/5] drm/virtio: use fence_id when processing fences
` [PATCH 5/5] drm/virtio: rename sync_seq and last_seq

[PATCH] drm: fix kernel-doc warnings for SCALING_FILTER
 2020-11-20 11:06 UTC 

[Bug 208373] New: drm:drm_atomic_helper_wait_for_dependencies - drm_kms_helper - flip_done timed out
 2020-11-20 11:04 UTC  (2+ messages)
` [Bug 208373] "

[PATCH] drm/vboxvideo: Unmap iomem on probe-failure and remove
 2020-11-20 11:00 UTC  (7+ messages)

[Bug 210123] New: drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] - flip_done time out with vmwgfx
 2020-11-20 10:38 UTC  (3+ messages)
` [Bug 210123] "

[PATCH v2 00/10] drm/fb-helper: Various fixes and cleanups
 2020-11-20 10:25 UTC  (11+ messages)
` [PATCH v2 01/10] drm/fb-helper: Call dirty helper after writing to fbdev
` [PATCH v2 02/10] drm/fb-helper: Unmap client buffer during shutdown
` [PATCH v2 03/10] drm/client: Depend on GEM object kmap ref-counting
` [PATCH v2 04/10] drm/fb-helper: Rename dirty worker to damage worker
` [PATCH v2 05/10] drm/fb-helper: Return early in dirty worker
` [PATCH v2 06/10] drm/fb-helper: Separate shadow-buffer flushing and calling dirty callback
` [PATCH v2 07/10] drm/fb-helper: Move damage blit code and its setup into separate routine
` [PATCH v2 08/10] drm/fb-helper: Restore damage area upon errors
` [PATCH v2 09/10] drm/fb-helper: Copy dma-buf map before flushing shadow fb
` [PATCH v2 10/10] drm/fb-helper: Acquire modeset lock around shadow-buffer flushing

[PATCH] drm: document drm_mode_modeinfo
 2020-11-20 10:09 UTC  (2+ messages)

[PATCH 0/3] mmu_notifier fs fs_reclaim lockdep annotations
 2020-11-20 10:08 UTC  (8+ messages)
` [PATCH 1/3] mm: Track mmu notifiers in fs_reclaim_acquire/release
` [PATCH 2/3] mm: Extract might_alloc() debug check
` [PATCH 3/3] locking/selftests: Add testcases for fs_reclaim
` [PATCH] drm/ttm: don't set page->mapping

next/master bisection: baseline.dmesg.emerg on meson-gxbb-p200
 2020-11-20  9:59 UTC  (10+ messages)

[PATCH v5 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
 2020-11-20  9:34 UTC  (9+ messages)

[PATCH 0/8] vc4: Convert to drm_atomic_helper_commit
 2020-11-20  9:29 UTC  (8+ messages)
` [PATCH 1/8] drm: Introduce an atomic_commit_setup function
` [PATCH 2/8] drm: Document use-after-free gotcha with private objects

[PATCH] video: goldfishfb: remove casting dma_alloc_coherent
 2020-11-20  9:21 UTC  (2+ messages)

[PATCH v2] drm: document drm_mode_get_connector
 2020-11-20  9:19 UTC  (4+ messages)

[PATCH v9 00/17] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-11-19 21:04 UTC  (11+ messages)
` [PATCH v9 01/17] memory: tegra30: Support interconnect framework
` [PATCH v9 07/17] PM / devfreq: tegra30: Support interconnect and OPPs from device-tree

general protection fault in drm_atomic_set_crtc_for_connector
 2020-11-20  7:25 UTC 

[PATCH v3 01/11] dt-bindings: usb: convert usb-device.txt to YAML schema
 2020-11-20  2:25 UTC  (7+ messages)
` [PATCH v3 06/11] dt-bindings: phy: convert HDMI PHY binding "
` [PATCH v3 07/11] dt-bindings: phy: convert MIP DSI "

[PATCH] drm/ttm: remove unused varibles
 2020-11-20  6:49 UTC  (2+ messages)

[PATCH] drm/mediatek: dsi: Modify horizontal front/back porch byte formula
 2020-11-20  0:29 UTC  (2+ messages)

[PATCH v3 07/23] mtd: spi-nor: hisi-sfc: Demote non-conformant kernel-doc
 2020-11-19 21:10 UTC  (2+ messages)

[PATCH] drm/dp: Add dpcd backlight control for 0x4c83 0x4f41
 2020-11-20  4:23 UTC 

[PATCH v3 0/5] console: Miscellaneous clean-ups, do not use FNTCHARCNT() in fbcon.c
 2020-11-20  8:37 UTC  (9+ messages)

[PATCH] drm/kmb: Remove an unnecessary NULL check
 2020-11-20  8:34 UTC  (4+ messages)

[PATCH] drm/kmb: Fix possible oops in probe error handling
 2020-11-20  8:11 UTC  (4+ messages)
` [PATCH v2] "

Linux 5.10-rc4
 2020-11-20  8:05 UTC  (9+ messages)

[PATCH 0/8] drm/imx: Introduce i.MX8qxp DPU DRM
 2020-11-20  3:40 UTC  (11+ messages)
` [PATCH 1/8] dt-bindings: display: imx: Add i.MX8qxp/qm DPU binding
` [PATCH 2/8] dt-bindings: display: imx: Add i.MX8qxp/qm PRG binding
` [PATCH 3/8] dt-bindings: display: imx: Add i.MX8qxp/qm DPR channel binding
` [PATCH 5/8] drm/imx: Introduce i.MX8qxp DPU DRM

[PATCH v4] dt-bindings: display: panel: one file of all simple LVDS panels with dual ports
 2020-11-20  2:04 UTC  (3+ messages)

[git pull] drm fixes for v5.10-rc5
 2020-11-20  1:55 UTC 

[PATCH v2] soc / drm: mediatek: cmdq: Remove timeout handler in helper function
 2020-11-19 23:46 UTC  (2+ messages)

[PATCH] amd/amdgpu: use kmalloc_array to replace kmalloc with multiply
 2020-11-19 21:56 UTC  (3+ messages)

[PATCH] amdgpu/amdgpu_ids: fix kmalloc_array not uses number as first arg
 2020-11-19 21:54 UTC  (3+ messages)

[PATCH] drm/msm/dpu: Remove chatty vbif debug print
 2020-11-19 21:43 UTC  (6+ messages)
` [Freedreno] "

[PATCH] drm/msm/dpu: update the qos remap only if the client type changes
 2020-11-19 21:41 UTC 

[PATCH v2 0/8] RFC Support hot device unplug in amdgpu
 2020-11-19 21:24 UTC  (15+ messages)
` [PATCH v2 8/8] drm/amdgpu: Prevent any job recoveries after device is unplugged

[PULL] drm-intel-fixes
 2020-11-19 20:34 UTC 

[PATCH v2 1/2] drm/vc4: hdmi: Make sure our clock rate is within limits
 2020-11-19 13:29 UTC  (5+ messages)
` [PATCH v2 2/2] drm/vc4: hdmi: Block odd horizontal timings

[PATCH 0/3] drm/ingenic: Add support for delta-RGB panels
 2020-11-19 15:55 UTC  (4+ messages)
` [PATCH 1/3] drm/ingenic: Compute timings according to adjusted_mode->crtc_*
` [PATCH 2/3] drm/ingenic: Properly compute timings when using a 3x8-bit panel
` [PATCH 3/3] drm/ingenic: Add support for serial 8-bit delta-RGB panels

[PATCH 0/7] sunxi: Remove the calls to dma_direct_set_offset
 2020-11-19  8:42 UTC  (3+ messages)

[PATCH v1 11/30] drm/tegra: dc: Support OPP and SoC core voltage scaling
 2020-11-19 15:19 UTC  (13+ messages)

[PULL] drm-misc-fixes
 2020-11-19  8:39 UTC 

[PATCH v3 0/7] drm/vc4: Rework the HVS muxing code
 2020-11-19 16:08 UTC  (11+ messages)
` [PATCH v3 5/7] drm/vc4: kms: Document the muxing corner cases
` [PATCH v3 6/7] drm/vc4: kms: Store the unassigned channel list in the state
` [PATCH v3 7/7] drm/vc4: kms: Don't disable the muxing of an active CRTC

[PATCH v2 1/3] dt-bindings: display: Add a property to deal with WiFi coexistence
 2020-11-19 14:50 UTC  (4+ messages)
` [PATCH v2 2/3] drm/vc4: hdmi: Disable Wifi Frequencies

[GIT PULL] Fix for drm/sun4i shared with arm-soc
 2020-11-19  8:40 UTC  (2+ messages)

[PATCH] drm/vc4: hdmi: Don't poll for the infoframes status on setup
 2020-11-19 12:27 UTC  (2+ messages)

[PATCH v2 0/9] Xilinx AI engine kernel driver
 2020-11-19 20:12 UTC  (3+ messages)
` [PATCH v2 2/9] misc: Add Xilinx AI engine device driver

[Bug 210201] New: [amdpgu] crash when playing after suspend/resume
 2020-11-19 17:17 UTC  (2+ messages)
` [Bug 210201] "

[PATCH v3 0/6] drm/tidss: Use new connector model for tidss
 2020-11-19 16:01 UTC  (7+ messages)
` [PATCH v3 1/6] drm: bridge: Propagate the bus flags from bridge->timings
` [PATCH v3 2/6] drm/bridge: tfp410: Support format negotiation hooks
` [PATCH v3 3/6] drm/bridge: mhdp8546: Add minimal format negotiation
` [PATCH v3 4/6] drm/tidss: Set bus_format correctly from bridge/connector
` [PATCH v3 5/6] drm/tidss: Move to newer connector model
` [PATCH v3 6/6] drm/bridge: cdns-mhdp8546: Fix the interrupt enable/disable

[PATCH] drm: improve kernel-docs in drm_mode.h
 2020-11-19 15:44 UTC  (2+ messages)

[PATCH 1/3] drm/ttm: rework ttm_tt page limit
 2020-11-19 15:42 UTC  (7+ messages)
` [PATCH 3/3] drm/ttm: make up to 90% of system memory available

[PATCH] drm/komeda: Correct the sequence of hw_done() and flip_done()
 2020-11-19 15:27 UTC  (2+ messages)

[PATCH v2] drm: Pass the full state to connectors atomic functions
 2020-11-19 15:21 UTC  (2+ messages)

[Bug 201763] New: amdgpu: [powerplay] VBIOS did not find boot engine clock value in dependency table. Using Memory DPM level 0!
 2020-11-19 14:23 UTC  (3+ messages)
` [Bug 201763] "

[PATCH] drm/mcde: Fix uninitialized value
 2020-11-19 14:07 UTC 

[PATCH] intel: Do not assert on unknown chips in drm_intel_decode_context_alloc
 2020-11-19 13:58 UTC  (5+ messages)

[PATCH RESEND 1/2] dma-fence: allow signaling drivers to set fence timestamp
 2020-11-19 11:58 UTC  (6+ messages)
` [PATCH RESEND 2/2] drm/drm_vblank: set the dma-fence timestamp during send_vblank_event

[PATCH v2 00/13] Add support for DP-HDMI2.1 PCON
 2020-11-19 11:29 UTC  (7+ messages)
` [PATCH v2 09/13] drm/i915: Check for FRL training before DP Link training
` [PATCH v2 10/13] drm/i915: Add support for enabling link status and recovery
` [PATCH v2 11/13] drm/i915: Read DSC capabilities of the HDMI2.1 PCON encoder


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