dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-16 10:45:26 to 2021-01-19 15:20:45 UTC [more...]

[PATCH 1/1] drm/atomic: put state on error path
 2021-01-19 13:36 UTC  (2+ messages)

[PATCH v7 00/17] follow_pfn and other iomap races
 2021-01-19 15:20 UTC  (8+ messages)
` [PATCH v7 12/17] PCI: Revoke mappings like devmem
` [PATCH v7 14/17] media/videobuf1|2: Mark follow_pfn usage as unsafe

[PATCH v4 0/6] drm: Move struct drm_device.pdev to legacy
 2021-01-19 14:51 UTC  (12+ messages)
` [PATCH v4 1/6] drm: Upcast struct drm_device.dev to struct pci_device; replace pdev
` [PATCH v4 2/6] drm/i915: Remove references to struct drm_device.pdev
` [PATCH v4 3/6] drm/i915/gt: "
` [PATCH v4 4/6] drm/i915/gvt: "
` [PATCH v4 5/6] drm/vmwgfx: Remove reference "
` [PATCH v4 6/6] drm: Move struct drm_device.pdev to legacy section

[PATCH v4 00/14] RFC Support hot device unplug in amdgpu
 2021-01-19 14:16 UTC  (32+ messages)
` [PATCH v4 01/14] drm/ttm: Remap all page faults to per process dummy page
` [PATCH v4 02/14] drm: Unamp the entire device address space on device unplug
` [PATCH v4 03/14] drm/ttm: Expose ttm_tt_unpopulate for driver use
` [PATCH v4 04/14] drm/sched: Cancel and flush all oustatdning jobs before finish
` [PATCH v4 05/14] drm/amdgpu: Split amdgpu_device_fini into early and late
` [PATCH v4 06/14] drm/amdgpu: Add early fini callback
` [PATCH v4 07/14] drm/amdgpu: Register IOMMU topology notifier per device
` [PATCH v4 08/14] drm/amdgpu: Fix a bunch of sdma code crash post device unplug
` [PATCH v4 09/14] drm/amdgpu: Remap all page faults to per process dummy page
` [PATCH v4 10/14] dmr/amdgpu: Move some sysfs attrs creation to default_attr
` [PATCH v4 11/14] drm/amdgpu: Guard against write accesses after device removal
` [PATCH v4 12/14] drm/scheduler: Job timeout handler returns status
` [PATCH v4 13/14] drm/sched: Make timeout timer rearm conditional
` [PATCH v4 14/14] drm/amdgpu: Prevent any job recoveries after device is unplugged

[PATCH 1/4] drm/ttm: add debugfs directory v2
 2021-01-19 14:10 UTC  (7+ messages)
` [PATCH 2/4] drm/ttm: add a debugfs file for the global page pools
` [PATCH 3/4] drm/ttm: add debugfs entry to test pool shrinker v2
` [PATCH 4/4] drm/ttm: optimize ttm pool shrinker a bit

[PATCH] drm/imx: ipuv3-plane: do not advertise YUV formats on planes without CSC
 2021-01-19 14:08 UTC 

[PATCH 1/4] drm/ttm: add debugfs directory v2
 2021-01-19 13:22 UTC  (7+ messages)
` [PATCH 4/4] drm/ttm: optimize ttm pool shrinker a bit

[PATCH v3 0/3] Experimental freesync video mode optimization
 2021-01-19 13:11 UTC  (9+ messages)
` [PATCH v3 1/3] drm/amd/display: Add module parameter for freesync video mode
` [PATCH v3 3/3] drm/amd/display: Skip modeset for front porch change

[PATCH] drm/syncobj: Fix use-after-free
 2021-01-19 13:08 UTC  (2+ messages)

[PATCH] drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3
 2021-01-19 13:05 UTC  (2+ messages)

[Bug 211219] drm: panel: panel-raydium68200 driver fails to write MIPI DSI init commands
 2021-01-19 11:51 UTC 

[PULL] drm-misc-next
 2021-01-19 11:39 UTC 

[Bug 211277] New: sometimes crash at s2ram-wake (Ryzen 3500U): amdgpu, drm, commit_tail, amdgpu_dm_atomic_commit_tail
 2021-01-19 10:27 UTC  (3+ messages)
` [Bug 211277] "

[PATCH 1/5] drm/nouveau/kms/nv50-: Use drm_dbg_kms() in crc.c
 2021-01-19 10:25 UTC  (6+ messages)
` [PATCH 2/5] drm/nouveau/kms/nv50-: Check vbl count after CRC context flip
` [PATCH 3/5] drm/nouveau/kms/nv140-: Use hard-coded wndws or core channel for CRC channel
` [PATCH 4/5] drm/nouveau/kms/nvd9-nv138: Fix CRC calculation for the cursor channel
` [PATCH 5/5] drm/nouveau/kms/nv140-: Add CRC methods to gv100_disp_core_mthd_head

[PATCH 1/3] drivers/nouveau/kms/nv50-: Reject format modifiers for cursor planes
 2021-01-19 10:22 UTC  (5+ messages)
` [PATCH 2/3] drm/nouveau/kms/nv50-: Report max cursor size to userspace
` [PATCH 3/3] drm/nouveau/kms/nve4-nv138: Fix > 64x64 cursors

Let lockdep complain when locks are taken while waiting for userspace
 2021-01-19 10:08 UTC  (7+ messages)
` [PATCH] drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v2

[PATCH 01/10] drm/atomic: Pass the full state to planes async atomic check and update
 2021-01-18 17:02 UTC  (7+ messages)
` [PATCH 02/10] drm: Rename plane atomic_check state names
` [PATCH 03/10] drm/atmel-hlcdc: Rename custom plane state variable
` [PATCH 04/10] drm/atomic: Pass the full state to planes atomic_check
` [PATCH 10/10] drm: Use state helper instead of the plane state pointer

[PATCH 0/3] Fixes to bridge/panel and ingenic-drm
 2021-01-18 12:52 UTC  (8+ messages)
` [PATCH 1/3] drm: bridge/panel: Cleanup connector on bridge detach
` [PATCH 2/3] drm/ingenic: Register devm action to cleanup encoders
` [PATCH 3/3] drm/ingenic: Fix non-OSD mode

[PATCH] Track total GPU memory for virtio driver
 2021-01-19  7:03 UTC  (4+ messages)
  ` [PATCH v2] drm/virtio: "

[PATCH] drm: bridge: adv7511: Add set_jack handler
 2021-01-19  4:41 UTC 

[PATCH v7 3/5] drm/i915/dp: Enable Intel's HDR backlight interface (only SDR for now)
 2021-01-19  7:04 UTC  (2+ messages)
` [drm/i915/dp] 5f0996b32c: WARNING:at_drivers/gpu/drm/i915/display/intel_display_power.c:#assert_can_disable_lcpll[i915]

[PATCH RFC] drm/vc4: hdmi: Avoid ASoC error messages on startup
 2021-01-18 14:06 UTC  (9+ messages)

Change eats memory on my server
 2021-01-18 14:48 UTC  (15+ messages)

[PATCH] drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY)
 2021-01-18 16:15 UTC 

[BUG] DRM kernel NULL pointer dereference (linux-next 20210115)
 2021-01-18 11:09 UTC  (4+ messages)

[PATCH v4, 00/10] soc: mediatek: mmsys: Use function call for setting the routing registers
 2021-01-19  4:16 UTC  (2+ messages)

[PATCH v2 00/15] drm/vc4: hdmi: Add CEC support for the BCM2711
 2021-01-18 13:55 UTC  (3+ messages)

[PATCH] drm/vc4: Unify PCM card's driver_name
 2021-01-18 10:04 UTC  (3+ messages)

[PATCH 00/29] [Set 15] Finally rid W=1 warnings from GPU!
 2021-01-19  8:29 UTC  (7+ messages)

[drm-intel:drm-intel-next 8/19] drivers/gpu/drm/i915/display/intel_hdcp.c:817 _intel_hdcp_disable() error: uninitialized symbol 'ret'
 2021-01-19  6:59 UTC 

Reboot crash at msm_atomic_commit_tail
 2021-01-19  7:00 UTC  (4+ messages)

[PATCH] drm/ast: Disable fast reset after DRAM initial
 2021-01-19  3:00 UTC  (4+ messages)
` [PATCH v2] "

[Bug 211263] New: amdgpu: navi (RX 5500 XT) high power consumption while idling on 75Hz display
 2021-01-18 23:38 UTC  (3+ messages)
` [Bug 211263] "

[RFC PATCH v2 0/7] iommu: Permit modular builds of io-pgtable drivers
 2021-01-18 21:39 UTC  (4+ messages)
` [PATCH v2 5/7] drm/msm: Add dependency on io-pgtable-arm format module

[PATCH v9] backlight: lms283gf05: Convert to GPIO descriptors
 2021-01-18 15:14 UTC  (2+ messages)

[PATCH v3 0/8] drm: Move struct drm_device.pdev to legacy
 2021-01-18 15:02 UTC  (6+ messages)
` [PATCH v3 2/8] drm/amdgpu: Remove references to struct drm_device.pdev

[PATCH] drm/vram-helper: Reuse existing page mappings in vmap
 2021-01-18 14:46 UTC 

[PATCH 00/40] [Set 14] Rid W=1 warnings from GPU
 2021-01-18 14:46 UTC  (3+ messages)

[PATCH] drm/komeda: Fix bit check to import to value of proper type
 2021-01-18 14:20 UTC 

[PATCH] drm-buf: Add debug option
 2021-01-18 13:27 UTC  (4+ messages)
` [PATCH] dma-buf: "

[PATCH 1/3] drm/vmwgfx: Drop svga_lock
 2021-01-18 13:15 UTC  (4+ messages)

[PATCH] drm/panel: panel-simple: add bus-format and connector-type to Innolux n116bge
 2021-01-18 12:19 UTC  (2+ messages)

[PATCH] vgaarb: Remove unneeded semicolons
 2021-01-18  9:54 UTC  (2+ messages)

[PATCH v5 1/2] drm/doc: fix drm_plane_type docs
 2021-01-18  9:45 UTC  (5+ messages)
` [PATCH v5 2/2] drm/doc: document the type plane property

BUG: unable to handle kernel NULL pointer dereference in fbcon_cursor
 2021-01-18  9:29 UTC  (4+ messages)

[PATCH] drm/ast: Update the sequence of Clearing Fast-reset
 2021-01-18  8:57 UTC 

[PATCH v3 0/3] drm/bridge/lontium-lt9611uxc: fix handling of EDID/HPD
 2021-01-17  0:23 UTC  (4+ messages)
` [PATCH v3 1/3] drm/bridge/lontium-lt9611uxc: fix waiting for EDID to become available
` [PATCH v3 2/3] drm/bridge/lontium-lt9611uxc: fix get_edid return code
` [PATCH v3 3/3] drm/bridge/lontium-lt9611uxc: move HPD notification out of IRQ handler

[PATCH v1] drm/panel: simple: add SGD GKTW70SDAD1SD
 2021-01-16 13:44 UTC  (9+ messages)

[PATCH V3] drm/stm: Fix bus_flags handling
 2021-01-16 16:51 UTC 

[PATCH v3] drm/bridge/tc358775: Fixes bus formats read
 2021-01-16 14:35 UTC 

[PATCH v3] drm: Improve the output_poll_changed description
 2021-01-18  7:46 UTC  (3+ messages)

linux-next: build failure after merge of the drm tree
 2021-01-18  1:06 UTC  (5+ messages)

linux-next: manual merge of the drm tree with Linus' tree
 2021-01-18  0:56 UTC 

[Bug 211189] vgaarb overrides boot device unexpectedly with Intel and discrete AMDGPU
 2021-01-17 10:09 UTC  (2+ messages)

[PATCH v2 3/3] drm/bridge/lontium-lt9611uxc: move HPD notification out of IRQ handler
 2021-01-16 13:02 UTC  (3+ messages)

[PATCH v4 1/2] dma-fence: allow signaling drivers to set fence timestamp
 2021-01-16  0:31 UTC 

[PATCH] drm/msm/dpu1: add support for qseed3lite used on sm8250
 2021-01-15 15:38 UTC 

[PATCH v2 0/3] drm/bridge/lontium-lt9611uxc: fix handling of EDID/HPD
 2021-01-15 14:59 UTC  (3+ messages)
` [PATCH v2 2/3] drm/bridge/lontium-lt9611uxc: fix get_edid return code

[PATCH v2 0/5] drm/panel-simple: Patches for N116BCA-EA1
 2021-01-15 22:49 UTC  (3+ messages)
` [PATCH v2 1/5] drm/panel-simple: Undo enable if HPD never asserts

[PATCH V4] dt-bindings: gpu: Convert v3d to json-schema
 2021-01-15 18:21 UTC  (2+ messages)

[PATCH v3 1/2] dma-fence: allow signaling drivers to set fence timestamp
 2021-01-16  1:12 UTC  (6+ messages)
` [PATCH v3 2/2] drm/drm_vblank: set the dma-fence timestamp during send_vblank_event

[PATCH] drm/hisilicon/hibmc: Remove hibmc_ttm.c
 2021-01-15  8:50 UTC  (3+ messages)

[PATCH] drm/dp_helper: tweak kerneldoc to address warning
 2021-01-15 11:43 UTC 


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