dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-18 13:53:37 to 2017-12-19 21:01:45 UTC [more...]

[Bug 198123] New: Console is the wrong color at boot with radeon 6670
 2017-12-19 10:48 UTC  (5+ messages)
` [Bug 198123] "

[RFC PATCH v2 00/13] Kernel based bootsplash
 2017-12-19 21:01 UTC  (19+ messages)
` [RFC PATCH v2 03/13] bootsplash: Flush framebuffer after drawing

[PATCH] drm/i915/vlv: Add cdclk workaround for DSI
 2017-12-19 20:45 UTC  (6+ messages)

[Bug 196197] New: [drm:r600_ring_test [radeon]] *ERROR* radeon: ring 0 test failed (scratch(0x8504)=0xCAFEDEAD)
 2017-12-19 20:19 UTC  (3+ messages)
` [Bug 196197] "

[PATCH] 4.15 vmgfx boot warning
 2017-12-19 19:50 UTC  (5+ messages)
    ` [PATCH v.2] "

[RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv
 2017-12-19 19:30 UTC  (60+ messages)
` [RFC PATCH 02/60] hyper_dmabuf: added a doc for hyper_dmabuf sharing
` [RFC PATCH 03/60] hyper_dmabuf: re-use dma_buf previously exported if exist
` [RFC PATCH 04/60] hyper_dmabuf: new index, k for pointing a right n-th page
` [RFC PATCH 05/60] hyper_dmabuf: skip creating a comm ch if exist for the VM
` [RFC PATCH 06/60] hyper_dmabuf: map shared pages only once when importing
` [RFC PATCH 07/60] hyper_dmabuf: message parsing done via workqueue
` [RFC PATCH 08/60] hyper_dmabuf: automatic comm channel initialization using xenstore
` [RFC PATCH 09/60] hyper_dmabuf: indirect DMA_BUF synchronization via shadowing
` [RFC PATCH 10/60] hyper_dmabuf: make sure to free memory to prevent leak
` [RFC PATCH 11/60] hyper_dmabuf: check stack before unmapping/detaching shadow DMA_BUF
` [RFC PATCH 12/60] hyper_dmabuf: two different unexporting mechanisms
` [RFC PATCH 13/60] hyper_dmabuf: postponing cleanup of hyper_DMABUF
` [RFC PATCH 14/60] hyper_dmabuf: clean-up process based on file->f_count
` [RFC PATCH 15/60] hyper_dmabuf: reusing previously released hyper_dmabuf_id
` [RFC PATCH 16/60] hyper_dmabuf: define hypervisor specific backend API
` [RFC PATCH 17/60] hyper_dmabuf: use dynamic debug macros for logging
` [RFC PATCH 18/60] hyper_dmabuf: reset comm channel when one end has disconnected
` [RFC PATCH 19/60] hyper_dmabuf: fix the case with sharing a buffer with 2 pages
` [RFC PATCH 20/60] hyper_dmabuf: optimized loop with less condition check
` [RFC PATCH 21/60] hyper_dmabuf: exposing drv information using sysfs
` [RFC PATCH 22/60] hyper_dmabuf: configure license
` [RFC PATCH 23/60] hyper_dmabuf: use CONFIG_HYPER_DMABUF_XEN instead of CONFIG_XEN
` [RFC PATCH 24/60] hyper_dmabuf: waits for resp only if WAIT_AFTER_SYNC_REQ == 1
` [RFC PATCH 25/60] hyper_dmabuf: introduced delayed unexport
` [RFC PATCH 26/60] hyper_dmabuf: add mutexes to prevent several race conditions
` [RFC PATCH 27/60] hyper_dmabuf: use proper error codes
` [RFC PATCH 28/60] hyper_dmabuf: address several synchronization issues
` [RFC PATCH 29/60] hyper_dmabuf: make sure to release allocated buffers when exiting
` [RFC PATCH 30/60] hyper_dmabuf: free already mapped pages when error happens
` [RFC PATCH 31/60] hyper_dmabuf: built-in compilation option
` [RFC PATCH 32/60] hyper_dmabuf: make all shared pages read-only
` [RFC PATCH 33/60] hyper_dmabuf: error checking on the result of dma_buf_map_attachment
` [RFC PATCH 34/60] hyper_dmabuf: extend DMA bitmask to 64-bits
` [RFC PATCH 35/60] hyper_dmabuf: 128bit hyper_dmabuf_id with random keys
` [RFC PATCH 36/60] hyper_dmabuf: error handling when share_pages fails
` [RFC PATCH 37/60] hyper_dmabuf: implementation of query ioctl
` [RFC PATCH 38/60] hyper_dmabuf: preventing self exporting of dma_buf
` [RFC PATCH 39/60] hyper_dmabuf: correcting DMA-BUF clean-up order
` [RFC PATCH 40/60] hyper_dmabuf: do not use 'private' as field name
` [RFC PATCH 41/60] hyper_dmabuf: re-organize driver source
` [RFC PATCH 42/60] hyper_dmabuf: always generate a new random keys
` [RFC PATCH 43/60] hyper_dmabuf: fixes on memory leaks in various places
` [RFC PATCH 44/60] hyper_dmabuf: proper handling of sgt_info->priv
` [RFC PATCH 45/60] hyper_dmabuf: adding poll/read for event generation
` [RFC PATCH 46/60] hyper_dmabuf: delay auto initialization of comm_env
` [RFC PATCH 47/60] hyper_dmabuf: fix issues with event-polling
` [RFC PATCH 48/60] hyper_dmabuf: add query items for buffer private info
` [RFC PATCH 49/60] hyper_dmabuf: general clean-up and fixes
` [RFC PATCH 50/60] hyper_dmabuf: fix styling err and warns caught by checkpatch.pl
` [RFC PATCH 51/60] hyper_dmabuf: missing mutex_unlock and move spinlock
` [RFC PATCH 52/60] hyper_dmabuf: remove prefix 'hyper_dmabuf' from static func and backend APIs
` [RFC PATCH 53/60] hyper_dmabuf: define fastpath_export for exporting existing buffer
` [RFC PATCH 54/60] hyper_dmabuf: 'backend_ops' reduced to 'bknd_ops' and 'ops' to 'bknd_ops'
` [RFC PATCH 55/60] hyper_dmabuf: fixed wrong send_req call
` [RFC PATCH 56/60] hyper_dmabuf: add initialization and cleanup to bknd_ops
` [RFC PATCH 57/60] hyper_dmabuf: change type of ref to shared pages to unsigned long
` [RFC PATCH 58/60] hyper_dmabuf: move device node out of /dev/xen/
` [RFC PATCH 59/60] hyper_dmabuf: freeing hy_drv_priv when drv init fails (v2)
` [RFC PATCH 60/60] hyper_dmabuf: move hyper_dmabuf to under drivers/dma-buf/

[-next PATCH 0/4] sysfs and DEVICE_ATTR_<foo>
 2017-12-19 19:26 UTC  (6+ messages)
` [-next PATCH 2/4] treewide: Use DEVICE_ATTR_RW
` [-next PATCH 3/4] treewide: Use DEVICE_ATTR_RO

[Bug 101900] No HDMI audio on Polaris
 2017-12-19 16:10 UTC  (2+ messages)
` [Bug 101900] No HDMI HBR audio on Polaris (no TrueHD, no Atmos, no Neo:X, no HD Master audio) and static noise in sound when LPCM

[Bug 104194] HDMI with RX460 not working on linux 4.15-rc2 with DC enabled and linux-amd-staging-drm-next
 2017-12-19 15:59 UTC  (2+ messages)

[PATCH v4 0/2] Fixes for omapdrm on OpenPandora and GTA04
 2017-12-19 14:37 UTC  (5+ messages)
` [PATCH v4 1/2] DTS: GTA04: improve panel compatibility string

[PATCH 1/7] drm/bridge/synopsys: dsi: Remove unnecessary platform_get_resource() error check
 2017-12-19 14:32 UTC  (10+ messages)
` [PATCH 5/7] drm/stm: "
` [PATCH 6/7] drm/stm: ltdc: "
  ` [PATCH 2/7] drm/exynos: decon5433: "

[PATCH 0/5] bunch of drm kernel-doc patches
 2017-12-19 14:08 UTC  (10+ messages)
` [PATCH 4/5] drm/atomic: document how to handle driver private objects

nouveau. swiotlb: coherent allocation failed for device 0000:01:00.0 size=2097152
 2017-12-19 13:45 UTC  (6+ messages)

[Bug 104289] [regression][vega10] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout on exiting Hitman
 2017-12-19 13:38 UTC  (3+ messages)
` [Bug 104289] [regression][vega10] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout on exiting certain Steam games

[PATCH/RFC 0/4] Implement standard color keying properties
 2017-12-19 13:14 UTC  (4+ messages)
` [PATCH/RFC 1/4] drm: Add colorkey properties

[trivial PATCH] treewide: Align function definition open/close braces
 2017-12-19 13:04 UTC  (10+ messages)

[Bug 103791] Tearing after screen wakeup/on
 2017-12-19 12:50 UTC  (3+ messages)

[PATCH] drm/syncobj: reset file ptr to NULL when released
 2017-12-19 12:28 UTC  (5+ messages)
` [PATCH] drm/syncobj: Stop reusing the same struct file for all syncobj -> fd

[PATCH] drm/rockchip: analogix_dp: Ensure that the bridge is powered before poking it
 2017-12-19 11:42 UTC  (3+ messages)

[PATCH] gpu: ipu-v3: allow to build with COMPILE_TEST
 2017-12-19 11:41 UTC 

[PATCH] drm/bridge: analogix_dp: Use relaxed MMIO accessors
 2017-12-19 11:18 UTC  (3+ messages)

[PATCHv4] drm/sun4i: validate modes for HDMI
 2017-12-19 11:14 UTC  (5+ messages)

[PATCH for 4.15] omapdrm/dss/hdmi4_cec: fix interrupt handling
 2017-12-19 10:40 UTC  (2+ messages)

[GIT PULL] omapdrm changes for 4.16
 2017-12-19 10:34 UTC 

[PATCH] kthread: finer-grained lockdep/cross-release completion
 2017-12-19  9:59 UTC  (6+ messages)

[PATCH 1/2] drm: omapdrm: Remove filename from header and fix copyright tag
 2017-12-19  9:23 UTC  (3+ messages)
` [PATCH 2/2] drm: omapdrm: Simplify platform registration

[PATCH v4 00/15] drm/sun4i: Add A83t LVDS support
 2017-12-19  8:59 UTC  (5+ messages)
` [PATCH v4 05/15] drm/sun4i: Fix error path handling
` [PATCH v4 14/15] ARM: dts: sun8i: a711: Reinstate the PMIC compatible

[PATCH V4 09/26] drm/nouveau: deprecate pci_get_bus_and_slot()
 2017-12-19  8:51 UTC  (6+ messages)
` [PATCH V4 21/26] backlight: "
` [PATCH V4 22/26] video: fbdev: intelfb: "
` [PATCH V4 23/26] video: fbdev: nvidia: "
` [PATCH V4 24/26] video: fbdev: riva: "

[Bug 103697] [regression] shared memory size 64k -> 32k?
 2017-12-19  8:45 UTC 

[Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images
 2017-12-19  5:38 UTC  (2+ messages)

[PATCH v2 0/8] Fix PSR-vblank-DMC interaction
 2017-12-19  5:26 UTC  (9+ messages)
` [PATCH v2 1/8] drm/i915/psr: Kill psr.source_ok flag
` [PATCH v2 2/8] drm/i915/psr: CAN_PSR() macro to check for PSR source and sink support
` [PATCH v2 3/8] drm/i915/psr: Avoid initializing PSR if there is no "
` [PATCH v2 4/8] drm/vblank: Do not update vblank counts if vblanks are already disabled
` [PATCH v2 5/8] drm/vblank: Restoring vblank counts after device runtime PM events
` [PATCH v2 6/8] drm/i915: Use an atomic_t array to track power domain use count
` [PATCH v2 7/8] drm/i915: Introduce a non-blocking power domain for vblank interrupts
` [PATCH v2 8/8] drm/i915: Use the vblank power domain disallow or disable DC states

[PATCH v2 00/12] drm/sun4i: Support the Display Engine frontend
 2017-12-19  5:14 UTC  (19+ messages)
` [PATCH v2 01/12] drm/sun4i: backend: Move line stride setup to buffer setup function
` [PATCH v2 02/12] sun4i/drm: backend: Document the engine operations
` [PATCH v2 03/12] drm/sun4i: backend: Add a custom plane state
` [PATCH v2 04/12] drm/sun4i: engine: Add a custom crtc atomic_check
` [PATCH v2 05/12] drm/sun4i: engine: Add a VBLANK quirk callback
` [PATCH v2 06/12] drm/sun4i: engine: Create an atomic_begin callback
` [PATCH v2 07/12] drm/sun4i: Add a driver for the display frontend
` [PATCH v2 08/12] drm/sun4i: backend: Wire in the frontend
` [PATCH v2 09/12] drm/sun4i: backend: Add a custom atomic_check for "
` [PATCH v2 10/12] drm/sun4i: backend: Use runtime_pm variant of atomic_commit_tail
` [PATCH v2 11/12] drm/sun4i: backend: Make sure we don't have a commit pending
` [PATCH v2 12/12] ARM: dts: sun8i: a33 Enable our display frontend

[Bug 95306] Random Blank(black) screens on "Carrizo"
 2017-12-19  5:10 UTC  (2+ messages)

[Bug 102800] DRI_PRIME regression- radeon: Failed to allocate virtual address for buffer
 2017-12-19  4:16 UTC  (2+ messages)

[Bug 104299] Crash on amdgpu_sync_get_fence
 2017-12-19  3:31 UTC  (5+ messages)

[Bug 104306] Mesa 17.3 breaks Firefox and other Xwayland apps on AMD HD7750
 2017-12-19  0:21 UTC  (2+ messages)

[GIT PULL] tilcdc changes for 4.16
 2017-12-18 22:23 UTC 

[PULL] drm-intel-next
 2017-12-18 19:50 UTC 

[PATCH v4 0/9] drm/i915: Implement HDCP
 2017-12-18 19:46 UTC  (3+ messages)

[PATCH] staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/device
 2017-12-18 19:18 UTC  (2+ messages)

[radeon-alex:amd-staging-drm-next 374/799] sound/soc//amd/raven/pci-acp3x.c:58:8: error: implicit declaration of function 'pci_enable_msi'; did you mean 'pci_enable_sriov'?
 2017-12-18 17:38 UTC 

[Bug 104319] AMDGPU/DC: Internal display corrupted when mirroring on external monitor on HDMI
 2017-12-18 13:54 UTC  (3+ messages)
` [Bug 104319] AMDGPU/DC: Internal display corrupted when connecting (mirroring/extending) an "


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