dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-18 08:28:06 to 2021-05-19 10:02:53 UTC [more...]

[RFC PATCH 0/3] A drm_plane API to support HDR planes
 2021-05-19 10:02 UTC  (19+ messages)
` [RFC PATCH 1/3] drm/color: Add RGB Color encodings

[RFC PATCH 1/2] drm/amdgpu: Fix memory corruption due to swapout and swapin
 2021-05-19 10:01 UTC  (7+ messages)
` [RFC PATCH 2/2] drm/ttm: skip swapout when ttm has no backend page
` 回复: [RFC PATCH 1/2] drm/amdgpu: Fix memory corruption due to swapout and swapin

[PATCH v2 00/15] drm/i915: Move LMEM (VRAM) management over to TTM
 2021-05-19  9:53 UTC  (55+ messages)
` [PATCH v2 01/15] drm/i915: Untangle the vma pages_mutex
` [PATCH v2 02/15] drm/i915: Don't free shared locks while shared
    ` [Intel-gfx] "
` [PATCH v2 03/15] drm/i915: Fix i915_sg_page_sizes to record dma segments rather than physical pages
  ` [Intel-gfx] "
` [PATCH v2 04/15] drm/ttm: Export functions to initialize and finalize the ttm range manager standalone
` [PATCH v2 05/15] drm/i915/ttm Initialize the ttm device and memory managers
  ` [Intel-gfx] "
` [PATCH v2 06/15] drm/i915/ttm: Embed a ttm buffer object in the i915 gem object
` [PATCH v2 07/15] drm/ttm: Export ttm_bo_tt_destroy()
` [PATCH v2 08/15] drm/i915/ttm Add a generic TTM memcpy move for page-based iomem
` [PATCH v2 09/15] drm/ttm, drm/amdgpu: Allow the driver some control over swapping
  ` [Intel-gfx] "
` [PATCH v2 10/15] drm/i915/ttm: Introduce a TTM i915 gem object backend
  ` [Intel-gfx] "
` [PATCH v2 11/15] drm/i915/lmem: Verify checks for lmem residency
` [PATCH v2 12/15] drm/i915: Disable mmap ioctl for gen12+
  ` [Intel-gfx] "
` [PATCH v2 13/15] drm/ttm: Add BO and offset arguments for vm_access and vm_fault ttm handlers
  ` [Intel-gfx] "
` [PATCH v2 14/15] drm/i915: Use ttm mmap handling for ttm bo's
  ` [Intel-gfx] "
` [PATCH v2 15/15] drm/i915/ttm: Add io sgt caching to i915_ttm_io_mem_pfn
  ` [Intel-gfx] "

New uAPI for color management proposal and feedback request
 2021-05-19  9:34 UTC  (3+ messages)

[PATCH 00/10] Documentation build warning fixes
 2021-05-19  8:51 UTC  (2+ messages)
` [PATCH 08/10] docs: ABI: sysfs-class-backlight: unify ambient light zone nodes

[drm-rerere PATCH] nightly.conf: drop amd branches from drm-tip
 2021-05-19  8:49 UTC 

[PATCH] drm/i915/gvt: remove local storage of debugfs file
 2021-05-19  8:31 UTC  (7+ messages)

[PATCH] drm/ttm: Explain why ttm_bo_add_move_fence uses a shared slot
 2021-05-19  8:24 UTC 

[PATCH 1/3] gpu: drm: replace occurrences of invalid character
 2021-05-19  8:15 UTC 

[PATCH 1/2] drm/i915/cmdparser: No-op failed batches on all platforms
 2021-05-19  7:43 UTC  (2+ messages)
` [PATCH 2/2] Revert "drm/i915: Propagate errors on awaiting already signaled fences"

[PATCH 4/4] i915: fix remap_io_sg to verify the pgprot
 2021-05-19  5:51 UTC  (9+ messages)
          ` [Intel-gfx] "

[PATCH 1/4] drm/panel: seperate panel power control from panel prepare/unprepare
 2021-05-19  5:31 UTC  (7+ messages)
` [PATCH 3/4] drm/mediatek: fine tune the dsi panel's power sequence
` [PATCH 4/4] drm/mediatek: add dsi module reset driver

[PATCH v4 1/3] drm/dp_mst: Add self-tests for up requests
 2021-05-19  3:51 UTC  (5+ messages)
` [PATCH v4 2/3] drm/dp_mst: Add support for sink event notify messages
` [PATCH v4 3/3] drm_dp_cec: add MST support

[PATCH 0/4] drm/msm/dp: Add support for SC8180x eDP controller
 2021-05-19  3:41 UTC  (2+ messages)
` [Freedreno] "

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-19  3:31 UTC  (7+ messages)
` [RFC PATCH 01/97] drm/i915/gt: Move engine setup out of set_default_submission
` [RFC PATCH 02/97] drm/i915/gt: Move submission_method into intel_gt
` [RFC PATCH 03/97] drm/i915/gt: Move CS interrupt handler to the backend

[PATCH v8 0/8] Add support for SVM atomics in Nouveau
 2021-05-18 23:45 UTC  (18+ messages)
` [PATCH v8 1/8] mm: Remove special swap entry functions
` [PATCH v8 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v8 5/8] mm: Device exclusive memory access

[RFC 0/2] GuC submission / DRM scheduler integration plan + new uAPI
 2021-05-18 23:58 UTC  (3+ messages)
` [RFC 1/2] drm/doc/rfc: i915 GuC submission / DRM scheduler
` [RFC 2/2] drm/doc/rfc: i915 new parallel submission uAPI plan

[GIT PULL] drm/imx: fixes, dma-fence annotation, and color encoding/range plane properties
 2021-05-18 23:19 UTC  (2+ messages)

[RFC] Add DMA_RESV_USAGE flags
 2021-05-18 22:06 UTC  (18+ messages)
` [PATCH 09/11] dma-buf: add shared fence usage flags

[PATCH] dt-bindings: display: convert faraday,tve200 to YAML
 2021-05-18 21:55 UTC  (4+ messages)

[PATCH] drm: fix leaked dma handles after removing drm_pci_free
 2021-05-18 21:28 UTC 

[PATCH v7 00/16] RFC Support hot device unplug in amdgpu
 2021-05-18 20:56 UTC  (13+ messages)
` [PATCH v7 13/16] drm/scheduler: Fix hang when sched_entity released

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

[PATCH v2 13/15] drm/ttm: Add BO and offset arguments for vm_access and vm_fault ttm handlers
 2021-05-18 18:11 UTC  (11+ messages)

[PATCH] drm/msm: Init mm_list before accessing it for use_vram path
 2021-05-18 10:26 UTC 

[PATCH] dt-bindings: display: ssd1307fb: Convert to json-schema
 2021-05-18 14:49 UTC  (3+ messages)

[PATCH v6 RESEND 0/2] Add support for ANX7688
 2021-05-18 14:42 UTC  (4+ messages)
` [PATCH v6 RESEND 1/2] dt-bindings: display: add google, cros-ec-anx7688.yaml
` [PATCH v6 RESEND 2/2] drm/bridge: Add ChromeOS EC ANX7688 bridge driver support

[PATCH v5 0/6] Add Unisoc's drm kms module
 2021-05-18 14:23 UTC  (9+ messages)
` [PATCH v5 4/6] drm/sprd: add Unisoc's drm display controller driver
` [PATCH v5 6/6] drm/sprd: add Unisoc's drm mipi dsi&dphy driver

[PATCH v4 1/3] drm/hyperv: Add DRM driver for hyperv synthetic video device
 2021-05-18 14:10 UTC  (3+ messages)

[PATCH v7 16/16] drm/amdgpu: Unmap all MMIO mappings
 2021-05-18 14:02 UTC  (4+ messages)
` [PATCH] "

[PATCH v7 00/10] drm: Fix EDID reading on ti-sn65dsi86 by introducing the DP AUX bus
 2021-05-18 13:58 UTC  (4+ messages)
` [PATCH v7 02/10] dt-bindings: display: simple: List hpd properties in panel-simple

[PATCH AUTOSEL 5.12 1/5] drm/ttm: Do not add non-system domain BO into swap list
 2021-05-18 13:34 UTC  (6+ messages)
` [PATCH AUTOSEL 5.12 5/5] tty: vt: always invoke vc->vc_sw->con_resize callback

[PATCH] drm/bridge: ti-sn65dsi86: fix a ternary type promotion bug
 2021-05-18 13:29 UTC  (3+ messages)

[PATCH V4 1/2] dt-bindings: display: bridge: lvds-codec: Document pixel data sampling edge select
 2021-05-18 13:21 UTC  (2+ messages)

[PATCH] dt-bindings: display: bridge: lvds-codec: Fix spacing
 2021-05-18 12:59 UTC  (3+ messages)

[PATCH] drm: bridge: cdns-mhdp8546: Fix PM reference leak in cdns_mhdp_probe()
 2021-05-18 12:58 UTC  (4+ messages)

[PATCH v5 1/2] drm/bridge: anx7625: refactor power control to use runtime PM framework
 2021-05-18 12:53 UTC  (2+ messages)

[PATCH] drm/i915: only disable default vga device
 2021-05-18 12:39 UTC  (5+ messages)

[PATCH -next] drm: Fix missing unlock and free on error in drm_legacy_addbufs_pci()
 2021-05-18 12:35 UTC 

[Bug 213129] New: Tiny font
 2021-05-18 12:08 UTC 

[PATCH 0/7] Per client engine busyness
 2021-05-18 12:06 UTC  (21+ messages)

[PATCH 3/3] drm: document minimum kernel version for DRM_CLIENT_CAP_*
 2021-05-18 11:14 UTC 

[PATCH 1/3] drm: reference mode flags in DRM_CLIENT_CAP_* docs
 2021-05-18 11:14 UTC 

[PATCH 2/3] drm: clarify and linkify DRM_CLIENT_CAP_WRITEBACK_CONNECTORS docs
 2021-05-18 11:14 UTC 

[PATCH 00/27] drm/i915/gem: ioctl clean-ups (v5)
 2021-05-18 10:51 UTC  (8+ messages)
` [PATCH 19/27] drm/i915/gem: Use the proto-context to handle create parameters

[PATCH v16 1/4] dt-bindings: msm: disp: add yaml schemas for DPU bindings
 2021-05-18 10:03 UTC  (4+ messages)
` [PATCH v16 2/4] dt-bindings: msm: dsi: add yaml schemas for DSI bindings
` [PATCH v16 3/4] dt-bindings: msm: dsi: add yaml schemas for DSI PHY bindings
` [PATCH v16 4/4] dt-bindings: msm/dp: Add bindings of MSM DisplayPort controller

[PATCH 1/3] drm/virtio: Fixes a potential NULL pointer dereference on probe failure
 2021-05-18 10:09 UTC  (2+ messages)

[V2][PATCH 0/2] drm: xlnx: add some functions
 2021-05-18  9:50 UTC  (3+ messages)
` [V2][PATCH 1/2] drm: xlnx: add is_layer_vid() to simplify the code
` [V2][PATCH 2/2] drm: xlnx: consolidate the functions which programming AUDIO_VIDEO_SELECT register

[PATCH 0/5] video: fbdev: ssd1307fb: Optimizations and improvements
 2021-05-18  8:28 UTC  (6+ messages)
` [PATCH 1/5] video: fbdev: ssd1307fb: Propagate errors via ssd1307fb_update_display()
` [PATCH 2/5] video: fbdev: ssd1307fb: Simplify ssd1307fb_update_display()
` [PATCH 3/5] video: fbdev: ssd1307fb: Extract ssd1307fb_set_address_range()
` [PATCH 4/5] video: fbdev: ssd1307fb: Optimize screen updates
` [PATCH 5/5] video: fbdev: ssd1307fb: Cache address ranges


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