dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-20 03:05:19 to 2015-11-23 09:33:03 UTC [more...]

[PATCH 00/29] dev->struct_mutex crusade, once more
 2015-11-23  9:33 UTC  (14+ messages)
` [PATCH 01/29] drm/armada: Use unlocked gem unreferencing
` [PATCH 03/29] drm/omapdrm: "
` [PATCH 04/29] drm/amdgpu: "
` [PATCH 06/29] drm/qxl: "
` [PATCH 08/29] drm/msm: "
` [PATCH 09/29] drm/udl: "
` [PATCH 17/29] drm/gma500: Drop dev->struct_mutex from modeset code
` [PATCH 21/29] drm/nouveau: Drop dev->struct_mutex from fbdev init
` [PATCH 22/29] drm/exynos: Drop dev->struct_mutex from mmap offset function
` [PATCH 23/29] drm/exynos: drop struct_mutex from exynos_gem_map_sgt_with_dma
` [PATCH 26/29] drm/vgem: Simplify dum_map
` [PATCH 27/29] drm/vgem: Move get_pages to gem_create
` [PATCH] v2: Also add a DRIVER_* check like for all other maps functions to really short-circuit the code. And give drm_legacy_rmmap used by the dev unregister code the same treatment

[PATCH] drm/mm: rewrite drm_mm_for_each_hole
 2015-11-23  9:05 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/8] Organize and offload aux retries to drm. (v2)
 2015-11-23  9:02 UTC  (10+ messages)
` [PATCH 1/8] drm: Introduce EAGAIN handling for immediatelly aux retries
` [PATCH 2/8] drm/nouveau: Use EAGAIN instead EBUSY for aux retry
` [PATCH 3/8] drm/i915: "
` [PATCH 4/8] drm: Wait 1ms before retrying aux transactions on EBUSY
` [PATCH 5/8] drm/i915: Avoid EBUSY retry on intel_dp_aux_ch
` [PATCH 6/8] drm/i915: Remove remaining retries from intel_dp_aux_ch
` [PATCH 7/8] drm/i915: Fix random aux transactions failures

[PATCH] drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interrupt
 2015-11-23  8:56 UTC  (7+ messages)

[PATCH i915 v5 0/2] PRIME Synchronization
 2015-11-23  8:44 UTC  (4+ messages)
` [PATCH i915 v5 1/2] i915: wait for fence in mmio_flip_work_func
` [PATCH i915 v5 2/2] i915: wait for fence in prepare_plane_fb

[Bug 92850] Segfault loading War Thunder
 2015-11-23  8:34 UTC  (3+ messages)

[PATCH v2 0/5] drm/exynos: rework layer blending setup
 2015-11-23  8:33 UTC  (9+ messages)
` [PATCH v2 1/5] drm/exynos: mixer: refactor layer setup
` [PATCH v2 2/5] drm/exynos: mixer: introduce mixer_layer_blending()
` [PATCH v2 3/5] drm/exynos: mixer: remove all static blending setup
` [PATCH v2 4/5] drm/exynos: mixer: do blending setup in mixer_cfg_layer()
` [PATCH v2 5/5] drm/exynos: mixer: also allow ARGB1555 and ARGB4444

[Bug 92953] Segfault loading UT4 map/server
 2015-11-23  8:28 UTC  (4+ messages)

[PATCH v4 0/13] Add mipi dsi support for rk3288
 2015-11-23  8:10 UTC  (20+ messages)
` [PATCH v4 01/13] clk: rockchip: add id for mipidsi sclk on rk3288
` [PATCH v4 02/13] clk: rockchip: add mipidsi clocks "
` [PATCH v4 03/13] drm/rockchip: return a true clock rate to adjusted_mode
` [PATCH v4 04/13] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format
` [PATCH v4 05/13] Documentation: dt-bindings: Add bindings for Synopsys DW MIPI DSI DRM bridge driver
` [PATCH v4 06/13] drm/bridge: Add Synopsys DesignWare MIPI DSI host controller driver
` [PATCH v4 07/13] drm: rockchip: Support Synopsys DesignWare MIPI DSI host controller
` [PATCH v4 08/13] Documentation: dt-bindings: Add bindings for rk3288 DW MIPI DSI driver
` [PATCH v4 09/13] ARM: dts: rockchip: add rk3288 mipi_dsi nodes
` [PATCH v4 10/13] of: add vendor prefix for boe
` [PATCH v4 11/13] drm/panel: simple: Add support for BOE TV080WUM-NL0
` [PATCH v4 12/13] drm/panel: simple: Add boe, tv080wum-nl0 simple panel device tree binding
  ` [PATCH v4 12/13] drm/panel: simple: Add boe,tv080wum-nl0 "
` [PATCH v4 13/13] ARM: dts: rockchip: add support mipi panel tv080wum-nl0 for rk3288-evb

[PATCH 1/2] drm/rockchip: Use CRTC vblank event interface
 2015-11-23  7:46 UTC  (3+ messages)
` [PATCH 2/2] drm/rockchip: Send events for same-fb flips

[PATCH 00/12] drm/msm/dsi: Add support for DSI on MSM8960/APQ8064
 2015-11-23  6:13 UTC  (7+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 10/10] dt-bindings: Add DSIv2 documentation

[PATCH v2 00/13] drm/exynos: async G2D and g2d_move()
 2015-11-23  4:33 UTC  (16+ messages)
` [PATCH v2 01/13] drm: Implement drmHandleEvent2()
` [PATCH v2 02/13] exynos: Introduce exynos_handle_event()
` [PATCH v2 03/13] tests/exynos: add fimg2d performance analysis
` [PATCH v2 04/13] exynos/fimg2d: add g2d_config_event
` [PATCH v2 05/13] exynos: fimg2d: add g2d_exec2
` [PATCH v2 06/13] tests/exynos: add fimg2d event test
` [PATCH v2 07/13] tests/exynos: use XRGB8888 for framebuffer
` [PATCH v2 08/13] exynos: fimg2d: add g2d_set_direction
` [PATCH v2 09/13] exynos/fimg2d: add g2d_move
` [PATCH v2 10/13] tests/exynos: add test for g2d_move
` [PATCH v2 11/13] exynos/fimg2d: add exynos_bo_unmap()
` [PATCH v2 12/13] exynos/fimg2d: add g2d_reset() to public API
` [PATCH v2 13/13] exynos: bump version number

[Bug 80419] New: XCOM: Enemy Known Causes lockup
 2015-11-23  3:18 UTC  (2+ messages)
` [Bug 80419] XCOM: Enemy Unknown "

[Bug 93032] [radeonsi] gpu lockup after a few minutes of play
 2015-11-23  3:15 UTC  (11+ messages)

[RFC PATCH v1 0/2] Introduce Innosilicon HDMI driver on Rockchip platforms
 2015-11-23  1:26 UTC  (4+ messages)
` [RFC PATCH v1 2/2] dt-bindings: add document for Innosilicon HDMI on Rockchip platform

nouveau: iowrite32 oops & warning at drivers/gpu/drm/nouveau/nouveau_fence.c:198
 2015-11-22 20:49 UTC  (2+ messages)

[Bug 89420] DELL U2415 monitor detection issue
 2015-11-22 20:24 UTC 

nouveau: BUG: KASAN: slab-out-of-bounds in memcpy+0x1d/0x40
 2015-11-22 20:18 UTC 

[Bug 92804] Fury X hesitates or fails to resume from display sleep
 2015-11-22 16:01 UTC  (2+ messages)
` [Bug 92804] Fiji XT [Radeon R9 FURY X] hesitates/fails "

[PATCH v4 1/2] Documentation: bridge: Add documentation for ps8640 DT properties
 2015-11-22 13:57 UTC  (3+ messages)
  ` [PATCH v4 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

[RFC PATCH v1 0/2] Add basic HDCP function support for dw_hdmi driver
 2015-11-22 13:42 UTC  (3+ messages)
` [RFC PATCH v1 1/2] drm: Add Content Protection properties to drm
` [RFC PATCH v1 2/2] drm: bridgw/dw_hdmi: add basic hdmi hdcp driver

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

[PATCH 1/3] drm/dsi: Add support for Turn on/Shutdown peripheral packets
 2015-11-22  1:08 UTC  (4+ messages)
` [PATCH 3/3] drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel

[Bug 60879] New: X11 can't start with acceleration enabled
 2015-11-22  1:06 UTC  (8+ messages)
` [Bug 60879] [radeonsi] "

[GIT PULL] drm/rockchip: fixes
 2015-11-21 21:50 UTC  (2+ messages)

[Bug 108261] New: [regression] [bisected] radeon HDMI audio broken for HD 5450 (cedar)
 2015-11-21 18:33 UTC 

[Bug 92977] Display artifacts when using MST
 2015-11-21 16:42 UTC  (2+ messages)

[PATCH v2 0/7] drm/exynos: add pm runtime support
 2015-11-21 14:59 UTC  (12+ messages)

[PATCH 1/2] amdgpu: fix overflow for timeout calculation
 2015-11-21 11:25 UTC  (5+ messages)
` [PATCH 2/2] amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on error

[Bug 86351] New: HDMI audio garbled output on Radeon R9 280X
 2015-11-21 11:08 UTC  (2+ messages)
` [Bug 86351] "

[patch] drm/vmwgfx: fix a warning message
 2015-11-21 10:29 UTC 

[Bug 108221] New: amdgpu: mouse cursor flickers + black boxes
 2015-11-21 10:11 UTC 

[Bug 92974] Fiji Nano long boot up and long X startup with amdgpu-powerplay enabled
 2015-11-21  3:58 UTC  (2+ messages)

[PATCH i915 v4 0/2] PRIME Synchronization
 2015-11-20 21:51 UTC  (7+ messages)
` [PATCH i915 v4 1/2] i915: wait for fences in mmio_flip()
` [PATCH i915 v4 2/2] i915: wait for fence in prepare_plane_fb

[Bug 93015] Tonga Elemental segfault + VM faults since radeon: implement r600_query_hw_get_result via function pointers
 2015-11-20 21:48 UTC  (7+ messages)

[Bug 93050] Amdgpu, Tonga "IO_PAGE_FAULT" and "[amdgpu]] *ERROR* amdgpu: ring 0 test failed" result in Kernel Panic
 2015-11-20 21:36 UTC  (2+ messages)

[PATCH] [drm-fixes] drm/ttm: Fixed a read/write lock imbalance
 2015-11-20 19:43 UTC 

[Bug 93017] complete system stalls while changing displays resolutions on a hybrid (intel/radeon) system
 2015-11-20 17:44 UTC  (5+ messages)

[PATCH 0/3] drm/i2c: tda998x: Add support for atomic modesetting
 2015-11-20 16:54 UTC  (7+ messages)

[Bug 92944] [Fiji/LLVM/RadeonSI] CS:GO segfaults in llvm
 2015-11-20 16:13 UTC  (2+ messages)

[Bug 76840] New: HybridGraphics: Kernel driver in use: radeon but adapter not listed
 2015-11-20 16:09 UTC  (2+ messages)
` [Bug 76840] "

[Bug 44568] New: Half-Life 1 engine has poor fps is large areas
 2015-11-20 14:49 UTC  (2+ messages)
` [Bug 44568] "

[PATCH v2 0/2] Improve drm_of_component_probe() and move rockchip to use it
 2015-11-20 14:22 UTC  (3+ messages)
` [PATCH v2 1/2] drm: Improve drm_of_component_probe() to correctly handle ports and remote ports
` [PATCH v2 2/2] drm/rockchip: Convert the probe function to the generic drm_of_component_probe()

[Bug 93039] [APITRACE] Google earth bad colors when tilted
 2015-11-20 13:10 UTC  (2+ messages)

[PATCH] GPU-DRM-IMX: Delete an unnecessary check before drm_fbdev_cma_restore_mode()
 2015-11-20 12:53 UTC  (2+ messages)

[PATCH] drm/imx: parallel-display: allow to determine bus format from the connected panel
 2015-11-20 12:46 UTC 

[PATCH v3 00/12] Add mipi dsi support for rk3288
 2015-11-20 12:19 UTC  (4+ messages)

[Bug 106901] Brightness / WIFI Key does not generate any events
 2015-11-20 11:20 UTC  (3+ messages)

[PATCH RFC] drm/crtc_helper: Add drm_crtc_helper_disable_planes()
 2015-11-20 10:37 UTC  (2+ messages)

[PATCH RESEND 00/20] dev->struct_mutex locking crusade
 2015-11-20  9:25 UTC  (5+ messages)
` [PATCH] drm/sysfs: Send out uevent when connector->force changes

[PATCH] drm/exynos: only run atomic_check() if crtc is active
 2015-11-20  9:15 UTC  (6+ messages)

[Bug 92923] SGPR spilling
 2015-11-20  9:07 UTC  (2+ messages)

[PATCH 1/5] drm/imx: ipuv3 plane: Introduce ipu_plane_cleanup()
 2015-11-20  8:14 UTC  (5+ messages)
` [PATCH 2/5] drm/imx: ipuv3 crtc: Cleanup ipu planes in ipu_crtc_init() when necessary
` [PATCH 3/5] drm/imx: ipuv3 crtc: Cleanup ipu planes in ipu_drm_unbind()
` [PATCH 4/5] drm/imx: ipuv3 plane: Use the helper ipu_plane_cleanup() in ipu_plane_destroy()
` [PATCH 5/5] drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changes

[git pull] drm fixes
 2015-11-20  4:07 UTC 

[Bug 92738] Randon R7 240 doesn't work on 16KiB page size platform
 2015-11-20  3:21 UTC  (2+ messages)

[Bug 92836] amdgpu does not resume properly from suspend
 2015-11-20  3:13 UTC  (3+ messages)


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