dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-22 07:29:28 to 2016-12-28 08:39:17 UTC [more...]

[RFC PATCH 0/7] drm: facilitate driver unification around edid read and override
 2016-12-28  8:39 UTC  (11+ messages)
` [RFC PATCH 1/7] drm: reset ELD if NULL edid is passed to drm_edid_to_eld
` [RFC PATCH 2/7] drm: move edid property update and add modes out of edid firmware loader
` [RFC PATCH 3/7] drm: abstract override and firmware edid
` [RFC PATCH 4/7] drm: export load edid firmware
` [RFC PATCH 5/7] drm: make drm_get_displayid() available outside of drm_edid.c
` [RFC PATCH 6/7] drm: add new drm_mode_connector_get_edid to do drm_get_edid and friends
` [RFC PATCH 7/7] drm/i915: replace intel_ddc_get_modes with drm_mode_connector_get_edid

[Bug 98520] System randomly crashes / freezes while playing certain games
 2016-12-28  2:56 UTC  (5+ messages)

[BUG] radeon DisplayPort hotplug - dmesg warning, monitor not waking
 2016-12-27 22:27 UTC 

[Bug 191291] New: [amdgpu] mouse cursor disappearing on X11 (KDE Plasma)
 2016-12-27 21:43 UTC 

[Bug 191281] New: [drm:amdgpu_ib_ring_tests] *ERROR* amdgpu: failed testing IB on ring 12 (-110)
 2016-12-27 21:35 UTC  (2+ messages)
` [Bug 191281] "

[PATCH] drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIAS
 2016-12-27 20:12 UTC 

[drm-intel:drm-intel-nightly 361/366] htmldocs: drivers/gpu/drm/drm_mm.c:812: warning: No description found for parameter 'scan'
 2016-12-27 20:08 UTC 

HDMI Audio screwed up w/ recent kernels
 2016-12-27 18:32 UTC  (5+ messages)

[drm-intel:drm-intel-nightly 341/365] drivers/gpu/drm//selftests/test-drm_mm.c:58:1: fatal error: opening dependency file drivers/gpu/drm//selftests/.test-drm_mm.o.d: No such file or directory
 2016-12-27 18:46 UTC  (2+ messages)

[Bug 141741] New: drm:radeon_get_bios [radeon]] *ERROR* Unable to locate a BIOS ROM
 2016-12-27 17:38 UTC  (2+ messages)
` [Bug 141741] "

[Bug 66963] New: r600: linux 3.11RC1 isn't booting with radeon.dpm=1 option in grub
 2016-12-27 15:54 UTC  (2+ messages)
` [Bug 66963] Rv6xx dpm problems

drm_mm fixes, take 4?
 2016-12-27 15:48 UTC  (49+ messages)
` [PATCH v4 01/38] drm/i915: Use the MRU stack search after evicting
` [PATCH v4 02/38] drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
` [PATCH v4 03/38] drm: Compile time enabling for asserts in drm_mm
` [PATCH v4 04/38] lib: Add a simple prime number generator
    ` [Intel-gfx] "
  ` [PATCH v10] "
` [PATCH v4 05/38] drm: Add a simple generator of random permutations
` [PATCH v4 06/38] drm: Add some kselftests for the DRM range manager (struct drm_mm)
` [PATCH v4 07/38] drm: kselftest for drm_mm_init()
` [PATCH v4 08/38] drm: kselftest for drm_mm_debug()
` [PATCH v4 09/38] drm: kselftest for drm_mm_reserve_node()
` [PATCH v4 10/38] drm: kselftest for drm_mm_insert_node()
` [PATCH v4 11/38] drm: kselftest for drm_mm_replace_node()
` [PATCH v4 12/38] drm: kselftest for drm_mm_insert_node_in_range()
` [PATCH v4 13/38] drm: kselftest for drm_mm and alignment
` [PATCH v4 14/38] drm: kselftest for drm_mm and eviction
` [PATCH v4 15/38] drm: kselftest for drm_mm and range restricted eviction
` [PATCH v4 16/38] drm: kselftest for drm_mm and top-down allocation
` [PATCH v4 17/38] drm: kselftest for drm_mm and color adjustment
` [PATCH v4 18/38] drm: kselftest for drm_mm and color eviction
` [PATCH v4 19/38] drm: kselftest for drm_mm and restricted "
` [PATCH v4 20/38] drm/i915: Build DRM range manager selftests for CI
` [PATCH v4 21/38] drm: Promote drm_mm alignment to u64
` [PATCH v4 22/38] drm: Fix kerneldoc for drm_mm_scan_remove_block()
` [PATCH v4 23/38] drm: Detect overflow in drm_mm_reserve_node()
` [PATCH v4 24/38] drm: Simplify drm_mm_clean()
` [PATCH v4 25/38] drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()
` [PATCH v4 26/38] drm: Extract struct drm_mm_scan from struct drm_mm
` [PATCH v4 27/38] drm: Rename prev_node to hole in drm_mm_scan_add_block()
` [PATCH v4 28/38] drm: Unconditionally do the range check "
` [PATCH v4 29/38] drm: Fix application of color vs range restriction when scanning drm_mm
` [PATCH v4 30/38] drm: Compute tight evictions for drm_mm_scan
` [PATCH v4 31/38] drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
` [PATCH v4 32/38] drm: Simplify drm_mm scan-list manipulation
` [PATCH v4 33/38] drm: Apply tight eviction scanning to color_adjust
` [PATCH v4 34/38] drm: Wrap drm_mm_node.hole_follows
` [PATCH v4 35/38] drm: Apply range restriction after color adjustment when allocation
` [PATCH v4 36/38] drm: Use drm_mm_insert_node_in_range_generic() for everyone
` [PATCH v4 37/38] drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
` [PATCH v4 38/38] drm: kselftest for drm_mm and bottom-up allocation

[PATCH v3 00/13] R-Car DU: Use drm bridge API
 2016-12-27 12:40 UTC  (3+ messages)
` [PATCH v3 12/13] drm: rcar-du: Replace manual bridge implementation with DRM bridge

[Bug 99138] Xorg can't be restarted gracefully running CEDAR graphics card
 2016-12-27 11:37 UTC 

[PATCH v2 0/2] Add support for the S6E3HA2 panel on TM2 board
 2016-12-27 11:36 UTC  (4+ messages)
    ` [PATCH v2 1/2] drm/panel: Add support for S6E3HA2 panel driver "
    ` [PATCH v2 2/2] arm64: dts: exynos: Add support for S6E3HA2 panel device "

[PATCH] drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT
 2016-12-27 10:58 UTC  (2+ messages)

[PATCH 1/5] drm/msm: Stop using drm_framebuffer_unregister_private
 2016-12-27 10:49 UTC  (5+ messages)
` [PATCH 2/5] drm/cma-helper: "
` [PATCH 3/5] drm/exynos: "
` [PATCH 4/5] drm/omap: "
` [PATCH 5/5] drm/tegra: "

[PATCH v3 1/2] drm: Wrap the check for atomic_commit implementation
 2016-12-27 10:12 UTC  (5+ messages)
  ` [PATCH v3 2/2] drm: Get atomic property value even if DRIVER_ATOMIC is not set
    ` [Intel-gfx] [PATCH v3 1/2] drm: Wrap the check for atomic_commit implementation

[PATCH] drm/mm: Document locking rules
 2016-12-27 10:10 UTC 

[PATCH v4 1/2] drm: Wrap the check for atomic_commit implementation
 2016-12-27  9:50 UTC  (3+ messages)
` [PATCH v4 2/2] drm: Get atomic property value even if DRIVER_ATOMIC is not set

[PATCH v3 1/3] drm: Create new structure for HDMI info
 2016-12-27  9:37 UTC  (9+ messages)
` [PATCH v3 2/3] drm: parse hf-vsdb
` [PATCH v3 3/3] drm: clean cached display info
    ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH v3 1/3] drm: Create new structure for HDMI info

[PATCH] drm/mm: Document locking rules
 2016-12-27  9:24 UTC 

[PATCH 1/1] drm/i915/gvt: verify functions types in new_mmio_info()
 2016-12-27  2:51 UTC  (2+ messages)
` [igvt-g-dev] "

[PATCH] drm: rcar-du: enable VSPDs on R8A7791
 2016-12-26 19:45 UTC  (5+ messages)

[PATCH] omap drm: fix compile errors where the conversion from omap_timing to videomode was not perfect
 2016-12-26 19:23 UTC 

[PATCH 1/2] Add DRM_IOCTL_MODE_GETPLANE2 ioctl wrapper
 2016-12-26 16:24 UTC  (4+ messages)
` [PATCH 2/2] modetest: Teach modetest about format info

[RFC v2 10/11] vb2: dma-contig: Let drivers decide DMA attrs of MMAP and USERPTR bufs
 2016-12-26  7:58 UTC  (2+ messages)
` [RFC, v2, "

[PATCH] drm/i915: check if execlist_port is empty before using its content
 2016-12-26  7:41 UTC  (4+ messages)
` [Intel-gfx] "

[Bug 99181] RS780 blank screen on boot
 2016-12-25 17:00 UTC  (5+ messages)

[Bug 74718] New: r600g: graphics artifacts with geometry shaders
 2016-12-25 10:47 UTC  (2+ messages)
` [Bug 74718] r600g: graphics artifacts with geometry shaders with RV730

[Bug 98162] gpu hangs with unigine heaven on drm-next-4.9-wip
 2016-12-25  0:13 UTC  (2+ messages)

[Bug 98905] XFX Radeon RX 480 XXX OC GPU hangs in games with "auto" power_dpm_force_performance_level
 2016-12-25  0:13 UTC  (3+ messages)

[PATCH libdrm 1/3] xf86drm: adjust device node path for minor base
 2016-12-24 17:09 UTC  (3+ messages)
` [PATCH libdrm v2 "

[PATCH libdrm 1/2] xf86drm: Fix indentation
 2016-12-24 17:04 UTC  (3+ messages)
` [PATCH libdrm 2/2] Add .editorconfig

[PATCH libdrm 0/3] xf86drm: Add USB, platform and host1x bus support
 2016-12-24 17:00 UTC  (6+ messages)
` [PATCH libdrm 1/3] xf86drm: Factor out drmDeviceAlloc()
` [PATCH libdrm 2/3] xf86drm: Add USB support
` [PATCH libdrm 3/3] xf86drm: Add platform and host1x bus support

[Bug 99195] Random GPU lockup on Fedora 25 Wayland & X sessions with Mobility Radeon HD 5650/5750 Opensource drivers
 2016-12-24 16:52 UTC  (5+ messages)

[drm-intel:drm-intel-next-queued 7/8] htmldocs: drivers/gpu/drm/i915/i915_drv.h:1119: warning: No description found for parameter 'ggtt_offset_bias'
 2016-12-24 15:06 UTC 

[PATCH libdrm] modetest: Allow the user to specify the plane ID
 2016-12-24 13:39 UTC  (3+ messages)

[Bug 99194] Certain games cause GPU resets
 2016-12-24 10:49 UTC  (2+ messages)

[Bug 99078] Desktop icons oversaturated with red after December 11 2016 update
 2016-12-24  0:25 UTC 

[PATCH] gpu: drm: vmwgfx: Use kmemdup instead of kmalloc and memcpy
 2016-12-23 19:51 UTC 

[Bug 99089] Random screen lockups
 2016-12-23 18:10 UTC 

[RFC 00/10] implement alternative and much simpler id allocator
 2016-12-23 17:03 UTC  (7+ messages)

[PATCH 1/2] drm : adds Y-coordinate and Colorimetry Format
 2016-12-23 17:00 UTC 

Implementing Miracast
 2016-12-23 16:00 UTC 

[PATCH 1/2] drm : adds Y-coordinate and Colorimetry Format
 2016-12-23 15:49 UTC  (4+ messages)

[Bug 96488] [r600g]OpenCL driver causes segfault in ImageMagick's Histogram kernel
 2016-12-23 15:28 UTC  (3+ messages)

[git pull] drm fixes for 4.10-rc1
 2016-12-23 13:40 UTC  (2+ messages)

[PATCH 00/18] drm/i915/dsi: Fix / cleanup dsi enable / disable sequences
 2016-12-23 13:35 UTC  (3+ messages)
` [PATCH 06/18] drm/i915/dsi: Move disable pll call outside of clear_device_ready()

[PATCH v3 03/12] locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after
 2016-12-23 12:13 UTC  (7+ messages)
` [PATCH v3 05/12] locking/ww_mutex: Remove the __ww_mutex_lock inline wrappers

[PATCH v4 0/5] Cleanup DRM bridge attach/detach
 2016-12-23 11:10 UTC  (4+ messages)
` [PATCH v4 3/5] drm: bridge: Link encoder and bridge in core code

[Bug 99191] Weird blocky green stuff rendered in High Fidelity
 2016-12-23 11:06 UTC 

[Bug 190971] New: amdgpu (on Kabini) fails to resume, atombios stuck executing BA98
 2016-12-23 10:00 UTC 

drm_mm fixes, take 3, final?
 2016-12-23  6:31 UTC  (4+ messages)
` drm_mm crash with multi threads
  ` [Intel-gfx] "

[PATCH 2/2] drm/i915/psr: program vsc header for psr2
 2016-12-23  5:57 UTC 

[PATCH 0/2] Add support for the S6E3HA2 panel on TM2 board
 2016-12-23  5:18 UTC  (4+ messages)
` [PATCH 1/2] drm/panel: Add support for S6E3HA2 panel driver "

[Bug 99120] VERDE 7770 - glxdemo, vlc/glx, weston fail with garbled screen. Elsewhere blurry text rendering when focus lost
 2016-12-22 21:55 UTC  (2+ messages)

[Bug 107001] New: Radeon HDMI audio lost after resuming from suspend
 2016-12-22 21:54 UTC  (2+ messages)
` [Bug 107001] "

[Bug 99163] Radeon HDMI audio lost after resuming from suspend on kernel >4.2
 2016-12-22 21:52 UTC  (3+ messages)

[Bug 99150] Shader issue for "The Cave" comparing Mesa13 to AMDGPU-PRO
 2016-12-22 21:39 UTC  (3+ messages)

[RFC PATCH 0/3] staging: remove fbdev drivers
 2016-12-22 20:36 UTC  (5+ messages)

[Bug 93649] [radeonsi] Graphics lockup while playing tf2
 2016-12-22 17:48 UTC  (2+ messages)

[PATCH 1/2] drm/dp: move hw_mutex up the call stack
 2016-12-22 17:11 UTC  (7+ messages)
` [PATCH 2/2] drm/dp: add DPCD/AUX logging

[PATCH] drm: zte: support hdmi audio through spdif
 2016-12-22 15:18 UTC  (2+ messages)

[PATCH v2] drm: zte: add overlay plane support
 2016-12-22 14:56 UTC  (2+ messages)

[RFC PATCH v3 0/2] adding panel claa070wp03xg support for exynos
 2016-12-22 14:17 UTC  (6+ messages)
` [RFC PATCH v3 2/2] drm/panel: Add support for Chunghwa CLAA070WP03XG panel

[PATCH 1/2] drm : adds Y-coordinate and Colorimetry Format
 2016-12-22 11:13 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/psr: program vsc header for psr2
` [Intel-gfx] [PATCH 1/2] drm : adds Y-coordinate and Colorimetry Format

[PULL] drm-intel-next-fixes
 2016-12-22 10:22 UTC 

[PATCH 1/2] drm: Wrap the check for atomic_commit implementation
 2016-12-22  9:14 UTC  (6+ messages)
` [PATCH v2 "
  ` [Intel-gfx] "

[Bug 94900] Regression: HD6950 GPU lockup with octodad: dadliest catch
 2016-12-22  8:37 UTC  (2+ messages)
` [Bug 94900] HD6950 GPU lockup loop with various steam games (octodad[always], saints row 4[always], dead island[always], grid autosport[sometimes])

[PATCH] drm: remove immutable flag from suggested X/Y connector properties
 2016-12-22  7:46 UTC  (5+ messages)

[PULL] drm-misc-fixes
 2016-12-22  7:29 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).