dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-26 12:47:18 to 2015-11-30 14:11:05 UTC [more...]

[PATCH 01/20] drm: use __u{32, 64} instead of uint{32, 64}_t in virtgpu_drm.h
 2015-11-30 14:10 UTC  (20+ messages)
` [PATCH 02/20] drm: Kbuild: add admgpu_drm.h to the installed headers
` [PATCH 03/20] drm: include drm.h in armada_drm.h
` [PATCH 04/20] drm: drm_fourcc.h fix includes
` [PATCH 05/20] drm: drm_mode.h "
` [PATCH 06/20] drm: fix inclusion of drm.h in drm_sarea.h
` [PATCH 07/20] drm: fix inclusion of drm.h in exynos_sarea.h
` [PATCH 08/20] drm: fix inclusion of drm.h in i810_drm.h
` [PATCH 09/20] drm: fix inclusion of drm.h in exynos_sarea.h
` [PATCH 10/20] drm: fix inclusion of drm.h in mga_drm.h
` [PATCH 11/20] drm: fix inclusion of drm.h in msm_drm.h
` [PATCH 12/20] drm: fix inclusion of drm.h in omap_drm.h
` [PATCH 13/20] drm: fix inclusion of drm.h in qxl_drm.h
` [PATCH 14/20] drm: fix inclusion of drm.h in r128_drm.h
` [PATCH 15/20] drm: fix inclusion of drm.h in savage_drm.h
` [PATCH 16/20] drm: fix inclusion of drm.h in tegra_drm.h
` [PATCH 17/20] drm: fix inclusion of drm.h in virtgpu_drm.h
` [PATCH 18/20] drm: fix inclusion of drm.h in vmwgfx_drm.h
` [PATCH 19/20] drm: fix inclusion of drm.h in via_drm.h
` [PATCH 20/20] drm: via: remove userland header

[PATCH v2 00/22] Exynos DRM: new life of IPP (Image Post Processing) subsystem
 2015-11-30 13:53 UTC  (23+ messages)
` [PATCH v2 01/22] drm/exynos: gsc: prepare and unprepare gsc clock
` [PATCH v2 02/22] drm/exynos: gsc: fix wrong pm_runtime state
` [PATCH v2 03/22] drm/exynos: gsc: add device tree support and remove usage of static mappings
` [PATCH v2 04/22] drm/exynos: rotator: convert to common clock framework
` [PATCH v2 05/22] drm/exynos: exynos7-decon: remove excessive check
` [PATCH v2 06/22] drm/exynos: move dma_addr attribute from exynos plane to exynos fb
` [PATCH v2 07/22] drm/exynos: introduce exynos_drm_plane_state structure
` [PATCH v2 08/22] drm/exynos: mixer: use crtc->state->adjusted_mode instead of crtc->mode
` [PATCH v2 09/22] drm/exynos: mixer: enable video overlay plane only when VP is available
` [PATCH v2 10/22] drm/exynos: introduce exynos_drm_plane_config structure
` [PATCH v2 11/22] drm/exynos: add generic check for plane state
` [PATCH v2 12/22] drm/exynos: mixer: use ratio precalculated in exynos_state
` [PATCH v2 13/22] drm/exynos: fix clipping when scaling is enabled
` [PATCH v2 14/22] drm/exynos: fimd: fix dma burst size setting for small plane size
` [PATCH v2 15/22] drm/exynos: gem: remove old unused prototypes
` [PATCH v2 16/22] drm/exynos: add fb pointer to exynos_drm_plane_state
` [PATCH v2 17/22] drm/exynos: gem: set default alignment for dumb GEM buffers
` [PATCH v2 18/22] drm/exynos: fix to calculate offset of each plane for ipp fimc
` [PATCH v2 19/22] drm/exynos: fix to calculate offset of each plane for ipp gsc
` [PATCH v2 20/22] drm/exynos: gem: simplify access to exynos gem object
` [PATCH v2 21/22] drm/exynos: ipp: make framework context global
` [PATCH v2 22/22] drm/exynos: add support for plane rotation, scalling and colospace convesion

[PATCH 1/2] drm: Avoid calling the cursor_set2 callback from the drm_mode_cursor ioctl
 2015-11-30 13:35 UTC  (8+ messages)
` [PATCH 2/2] drm/vmwgfx: Implement the cursor_set2 callback

[RFC v2 0/5] drm/dsi: DSI for devices with different control bus
 2015-11-30 12:45 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] drm/dsi: Refactor device creation
  ` [PATCH v3 2/5] drm/dsi: Try to match non-DT dsi devices
  ` [PATCH v3 3/5] drm/dsi: Check for used channels
  ` [PATCH v3 4/5] drm/dsi: Add routine to unregister dsi device
  ` [PATCH v3 5/5] drm/dsi: Get DSI host by DT device node

[PATCH] drm: Fix an unwanted master inheritance
 2015-11-30 12:44 UTC 

[PULL] drm-intel-fixes
 2015-11-30 11:59 UTC 

[radeon r100] when ring test fails, provide users with option to test
 2015-11-30  8:39 UTC  (4+ messages)

[Bug 76490] New: No output after radeon module is loaded (R9 270X)
 2015-11-30  8:11 UTC  (7+ messages)
` [Bug 76490] Hang during boot when DPM is on "

[PATCH v2 00/10] Add New DRM Driver for HiSilicon hi6220 SoC
 2015-11-30  7:54 UTC  (13+ messages)
` [PATCH v2 01/10] arm64: dts: hisilicon: Add display subsystem DT nodes for hi6220
` [PATCH v2 02/10] drm/hisilicon: Add DT binding docs for hi6220 display subsystem
` [PATCH v2 03/10] drm/hisilicon: Add hisilicon DRM master driver
` [PATCH v2 04/10] drm/hisilicon: Add crtc funcs for ADE
` [PATCH v2 05/10] drm/hisilicon: Add plane "
` [PATCH v2 06/10] drm/hisilicon: Add vblank feature
` [PATCH v2 07/10] drm/hisilicon: Add cma fbdev and hotplug
` [PATCH v2 08/10] drm/hisilicon: Add dsi encoder driver
` [PATCH v2 09/10] drm/hisilicon: Add dsi host driver
  ` [PATCH v2 10/10] drm/hisilicon: Add support for external bridge

[PATCH v2 03/10] drm/hisilicon: Add hisilicon DRM master driver
 2015-11-30  7:46 UTC  (2+ messages)

[PATCH v2] drm/atomic_helper: Add drm_atomic_helper_disable_planes_on_crtc()
 2015-11-30  7:38 UTC  (2+ messages)

[git pull] drm fixes
 2015-11-30  7:33 UTC  (4+ messages)

[PATCH v3 0/9] drm/exynos: new G2D test programs and improvement
 2015-11-30  4:39 UTC 

[PATCH] drm: Implement drmHandleEvent2()
 2015-11-30  4:35 UTC 

[Bug 93147] [regression bisected] Stuttering in games caused by commit 4dfd6486 "drm: Use vblank timestamps to guesstimate how many vblanks were missed"
 2015-11-30  3:52 UTC  (5+ messages)

[Bug 93167] radeon/drm fails to restore graphics mode after s2disk
 2015-11-30  3:41 UTC 

[PATCH v3 1/9] exynos: Introduce exynos_handle_event()
 2015-11-30  3:12 UTC  (9+ messages)
` [PATCH v3 2/9] tests/exynos: add fimg2d performance analysis
` [PATCH v3 3/9] exynos/fimg2d: add g2d_config_event
` [PATCH v3 4/9] tests/exynos: add fimg2d event test
` [PATCH v3 5/9] tests/exynos: use XRGB8888 for framebuffer
` [PATCH v3 6/9] exynos: fimg2d: add g2d_set_direction
` [PATCH v3 7/9] exynos/fimg2d: add g2d_move
` [PATCH v3 8/9] tests/exynos: add test for g2d_move
` [PATCH v3 9/9] exynos: bump version number

[PATCH] vgaarb: fix signal handling in vga_get()
 2015-11-30  2:17 UTC 

[git pull] drm nouveau and radeon fixes
 2015-11-29 19:54 UTC 

Advice on fixing unwanted master inheritance:
 2015-11-29 19:48 UTC  (2+ messages)

[PATCH] drm/radeon: constify radeon_asic_ring structures
 2015-11-29 19:10 UTC  (2+ messages)

[PATCH RESEND 1/2] vgacon: dummy implementation for vgacon_text_force
 2015-11-29 14:10 UTC  (8+ messages)
` [PATCH RESEND 2/2] drm/i915: prevent the vgacon from ever reloading

[Bug 93162] playing video while suspending results in screen corruption at resume
 2015-11-29  9:17 UTC  (2+ messages)

[radeon agp] add blacklist for thinkpad T40p
 2015-11-28 21:01 UTC 

[Bug 86320] Monitor on DisplayPort doesn't wake up
 2015-11-28 18:50 UTC 

[Bug 108401] New: GPU lockup with [AMD/ATI] RV730 XT [Radeon HD 4670]
 2015-11-28 11:54 UTC  (2+ messages)
` [Bug 108401] "

[Bug 66501] Feature request: support multiseat for a single multi-headed graphics card
 2015-11-28  6:11 UTC 

[Bug 93133] Pink screen on Gravilon with VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RC410M [Mobility Radeon Xpress 200M]
 2015-11-28  1:34 UTC  (2+ messages)

[Bug 92850] Segfault loading War Thunder
 2015-11-27 19:21 UTC  (4+ messages)

[Bug 108561] New: nouveau: external monitor can not be enabled with hindsight
 2015-11-27 17:58 UTC  (3+ messages)
` [Bug 108561] "

[Bug 93144] [radeonsi] Alien: Isolation bug
 2015-11-27 17:17 UTC  (7+ messages)

[PATCH] drm/amdgpu: fix VM page table reference counting
 2015-11-27 15:49 UTC 

[Bug 91522] Tonga display lock on agd5f drm-next-4.3-wip since drm/amdgpu: fix syncing to VM updates
 2015-11-27 15:13 UTC  (2+ messages)

BUG in drivers/gpu/drm/qxl/qxl_display.c
 2015-11-27 14:46 UTC 

[PATCH] drm/exynos: simplify sleep PM ops
 2015-11-27 14:32 UTC 

4.3 nouveau regression: nv04_fbcon_imageblit(?) deadlock
 2015-11-27 14:14 UTC  (3+ messages)

[PATCH v2 00/13] drm/exynos: async G2D and g2d_move()
 2015-11-27 13:47 UTC  (9+ messages)
` [PATCH v2 08/13] exynos: fimg2d: add g2d_set_direction

[PATCH v8 0/17] Add Analogix Core Display Port Driver
 2015-11-27 13:32 UTC  (9+ messages)
` [PATCH v8 02/17] drm: bridge: analogix/dp: split exynos dp driver to bridge directory
` [PATCH v8 08/17] drm: rockchip: dp: add rockchip platform dp driver
` [PATCH v8 14/17] drm: bridge: analogix/dp: add max link rate and lane count limit for RK3288

[PATCH 2/7] drm/exynos/mixer: replace direct cross-driver call with drm mode validation
 2015-11-27 13:00 UTC  (3+ messages)
` [PATCH] drm/exynos: atomic check only enabled crtc states

[Bug 90534] integrated LVDS displays stays dark (firmware-linux-nonfree-0.43)
 2015-11-27 12:17 UTC 

[RFC] drm/imx: parallel-display: add ddc support
 2015-11-27 11:42 UTC 

[Bug 92865] MSI R7 370 Armor 2X dpm issues and errors
 2015-11-27  8:12 UTC  (2+ messages)
` [Bug 92865] MSI R7 370 Armor 2X dpm issues

[RFC PATCH 0/2] drm: add support for for clk and de polarity & gpu: ipu-v3: use clock and de polarity
 2015-11-27  7:37 UTC  (5+ messages)
` [RFC PATCH 1/2] drm: add support for for clk "

[PATCH] driver:dma bug_fix : access freed memory
 2015-11-27  7:27 UTC  (2+ messages)

[Bug 83319] New: [r600g] GPU lockup in gsraytrace (Mesa-demo-8.2.0) - RV730
 2015-11-27  3:34 UTC  (2+ messages)
` [Bug 83319] "

[Bug 93032] [radeonsi] gpu lockup after a few minutes of play
 2015-11-27  3:33 UTC  (4+ messages)
` [Bug 93032] [radeonsi] Civilization Beyond Earth segfaults

[Bug 91865] [r600g] GPU hang in 'gsraytrace' - NI/Turks (6670)
 2015-11-27  3:20 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix userptr flags check
 2015-11-27  2:42 UTC  (2+ messages)

[PATCH v3 1/3] modetest: introduce get_prop_info() for getting property id and type
 2015-11-27  2:37 UTC  (7+ messages)
` [PATCH v3 2/3] modetest: add atomic modeset support
` [PATCH v3 3/3] modetest: add atomic page flip support

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing
 2015-11-26 20:07 UTC  (3+ messages)

[PATCH v2] drm: rcar-du: Perform initialization/cleanup at probe/remove time
 2015-11-26 18:29 UTC 

[PATCH] drm: rcar-du: Perform initialization/cleanup at probe/remove time
 2015-11-26 18:26 UTC  (4+ messages)

[PATCH] drm/edid: Make the detailed timing CEA/HDMI mode fixup accept up to 5kHz clock difference
 2015-11-26 17:01 UTC  (2+ messages)

[PATCH v2 0/5] drm/exynos: rework layer blending setup
 2015-11-26 16:42 UTC  (6+ messages)
` [PATCH v2 4/5] drm/exynos: mixer: do blending setup in mixer_cfg_layer()

reservation.h: build error with lockdep disabled
 2015-11-26 15:23 UTC  (2+ messages)

[PATCH 1/7] drm/msm/mdp: fix a problematic usage of WARN_ON()
 2015-11-26 14:51 UTC  (3+ messages)
` [PATCH 2/7] drm/vmwgfx: "

[PATCH 1/2] drm: Drop dev->event_lock spinlock around faulting copy_to_user()
 2015-11-26 14:21 UTC  (6+ messages)
  ` [PATCH 2/2] drm: Serialise multiple event readers

[PATCH] drm/i915: more virtual south bridge detection
 2015-11-26 14:19 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm: adv7511: really enable interrupts for EDID detection
 2015-11-26 13:51 UTC  (8+ messages)

[PATCH 0/2] drm/exynos: dp: add of_graph dt binding for panel device
 2015-11-26 13:35 UTC  (4+ messages)
` [PATCH 1/2] drm/exynos: dp: add of_graph dt binding support for panel
` [PATCH 2/2] drm/exynos: dp: fix wrong return type

[PATCH v3] staging/android: add TODO to de-stage android sync framework
 2015-11-26 13:03 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).