dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-14 06:27:11 to 2014-05-16 07:29:43 UTC [more...]

[RFC PATCH 0/2] drm/panel: add simple-panel description using DT
 2014-05-16  7:29 UTC  (3+ messages)

[Bug 76321] New: Incorrect hwmon temperature when radeon card is turned off
 2014-05-16  7:09 UTC 

[PATCH] drm/exynos: restore core HDMI settings
 2014-05-16  6:38 UTC  (4+ messages)

[PATCH 2/4] drm/plane-helper: Add drm_primary_helper_check_update() (v2)
 2014-05-16  5:25 UTC  (4+ messages)

[Bug 78453] New: [HAWAII] Get acceleration working
 2014-05-16  3:21 UTC  (5+ messages)
` [Bug 78453] "

[RFC 0/4] Cursor support with universal planes
 2014-05-16  1:17 UTC  (5+ messages)
` [RFC 1/4] drm: Support legacy cursor ioctls via universal planes when possible
` [RFC 2/4] drm: Allow drivers to register cursor planes with crtc
` [RFC 3/4] drm/i915: Add intel_crtc_cursor_set_obj() to set cursor buffer
` [RFC 4/4] drm/i915: Switch to unified plane cursor handling

[PATCH v3] drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels
 2014-05-15 21:48 UTC  (5+ messages)

[PATCH v3 0/3] phy: Add exynos-simple-phy driver
 2014-05-15 21:44 UTC  (16+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] drm: exynos: hdmi: use hdmiphy as PHY
` [PATCH v3 3/3] s5p-tv: "

[Bug 78717] New: radeon: Failed to allocate a buffer
 2014-05-15 21:18 UTC  (4+ messages)
` [Bug 78717] "
` [Bug 78717] radeon: Failed to allocate a buffer with Tesseract

[PATCH 1/4] Documentation: fix typos in drm docbook
 2014-05-15 20:54 UTC 

[PATCH] drm: Missed clflushopt in drm_clflush_virt_range
 2014-05-15 20:40 UTC  (4+ messages)

[PATCH 00/12] irq vblank handling rework
 2014-05-15 20:36 UTC  (31+ messages)
` [PATCH 01/12] drm: Use correct spinlock flavor in drm_vblank_get()
` [PATCH 02/12] drm: Make the vblank disable timer per-crtc
` [PATCH 03/12] drm: Make blocking vblank wait return when the vblank interrupts get disabled
` [PATCH 04/12] drm: Add drm_vblank_on()
` [PATCH 05/12] drm/i915: Remove drm_vblank_pre/post_modeset calls
` [PATCH 06/12] drm/doc: Discourage usage of MODESET_CTL ioctl
  ` [PATCH] "
` [PATCH 07/12] drm/irq: kerneldoc polish
  ` [PATCH] "
` [PATCH 08/12] drm/irq: Add kms-native crtc interface functions
  ` [PATCH 1/2] "
    ` [PATCH 2/2] drm/i915: Use new kms-native vblank functions
` [PATCH 09/12] drm/i915: rip our vblank reset hacks for runtime PM
` [PATCH 09/12] drm/irq: Lack of interrupt support in drm_vblank_on|off
` [PATCH 10/12] drm/i915: Accurately initialize fifo underrun state on gmch platforms
` [PATCH 10/12] drm/i915: rip our vblank reset hacks for runtime PM
` [PATCH 11/12] drm/i915: Accurately initialize fifo underrun state on gmch platforms
` [PATCH 11/12] [RFC] drm/irq: More robustness in drm_vblank_on|off
` [PATCH 12/12] [RFC] drm/crtc-helper: Enforce sane vblank counter semantics

[PATCH] drm: Perform cmdline mode parsing during connector initialisation
 2014-05-15 19:35 UTC  (2+ messages)

[PATCH 0/4] Add backlight registration notification and use it in acpi-video
 2014-05-15 18:34 UTC  (5+ messages)
` [PATCH 1/4] nouveau: Don't check acpi_video_backlight_support() before registering backlight
` [PATCH 2/4] backlight: Add backlight device (un)registration notification
` [PATCH 3/4] acpi-video: Unregister the backlight device if a raw one shows up later
` [PATCH 4/4] acpi-video: Add use native backlight quirk for the ThinkPad W530

[Bug 75241] New: radeon_compute_pll_avivo broken in 3.15-rc3
 2014-05-15 17:59 UTC  (8+ messages)
` [Bug 75241] "

[deathsimple/drm-next-3.16][1/4] drm/radeon/hdmi: use separated file for DCE 3.1/3.2 code
 2014-05-15 16:26 UTC  (7+ messages)
` [deathsimple/drm-next-3.16][2/4] drm/radeon/hdmi: DCE3: clean ACR control
` [deathsimple/drm-next-3.16][3/4] drm/radeon/hdmi: DCE2: update setmode
  ` [deathsimple/drm-next-3.16][PATCH V2 3/4] "
` [deathsimple/drm-next-3.16][4/4] drm/radeon/hdmi: DCE2: simplify audio workaround
  ` [deathsimple/drm-next-3.16][PATCH V2 4/4] "

[RFC PATCH v1 00/16] Convert all ttm drivers to use the new reservation interface
 2014-05-15 16:13 UTC  (28+ messages)
` [RFC PATCH v1 01/16] drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
` [RFC PATCH v1 02/16] drm/ttm: kill off some members to ttm_validate_buffer
` [RFC PATCH v1 03/16] drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep
` [RFC PATCH v1 04/16] drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence
` [RFC PATCH v1 05/16] drm/ttm: call ttm_bo_wait while inside a reservation
` [RFC PATCH v1 06/16] drm/ttm: kill fence_lock
` [RFC PATCH v1 07/16] drm/nouveau: rework to new fence interface
` [RFC PATCH v1 08/16] drm/radeon: use common fence implementation for fences
` [RFC PATCH v1 09/16] drm/qxl: rework to new fence interface
` [RFC PATCH v1 10/16] drm/vmwgfx: get rid of different types of fence_flags entirely
` [RFC PATCH v1 11/16] drm/vmwgfx: rework to new fence interface
` [RFC PATCH v1 12/16] drm/ttm: flip the switch, and convert to dma_fence
` [RFC PATCH v1 13/16] drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep
` [RFC PATCH v1 14/16] drm/radeon: use rcu waits in some ioctls
` [RFC PATCH v1 15/16] drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab
` [RFC PATCH v1 16/16] drm/ttm: use rcu in core ttm

[Bug 74751] New: resume from suspend broken with 3.15-rc1 and rc2 kernels
 2014-05-15 15:17 UTC  (2+ messages)
` [Bug 74751] "

[RFC V2 0/3] drm/bridge: panel and chaining
 2014-05-15 14:51 UTC  (13+ messages)

[drm] WARNING: CPU: 0 PID: 1 at drivers/gpu/drm/drm_crtc.c:1175 drm_universal_plane_init()
 2014-05-15 14:43 UTC 

[PATCH v4 0/3] phy: Add exynos-simple-phy driver
 2014-05-15 13:10 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] drm: exynos: hdmi: use hdmiphy as PHY
` [PATCH v4 3/3] s5p-tv: "

[RFC V3 0/3] drm/bridge: panel and chaining
 2014-05-15 11:40 UTC  (8+ messages)
` [RFC V3 2/3] drm/bridge: add a dummy panel driver to support lvds bridges

[PATCH v2] drm/panel: add support for EDT ET057090DHU panel
 2014-05-15 10:52 UTC  (2+ messages)

[PATCH v2] drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels
 2014-05-15  9:26 UTC  (2+ messages)

[PATCH] drm/i915: restore backlight precision when converting from opregion
 2014-05-15  8:59 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v2 0/7] drm/tegra: Convert to master/component framework
 2014-05-15  8:53 UTC  (10+ messages)
` [PATCH v2 4/7] drivers/base: Add interface framework

Design review request: DRM color manager
 2014-05-15  7:39 UTC  (11+ messages)

[Bug 78464] black rectangles when running Battlefield Bad Company 2 on Wine
 2014-05-15  1:49 UTC 

[Bug 73378] New: [UVD] uvd cannot enable on my RadeonHD7870
 2014-05-14 22:00 UTC  (2+ messages)
` [Bug 73378] [drm:radeon_uvd_send_upll_ctlreq] *ERROR* Timeout setting UVD clocks!

[PATCH] imx-drm: imx-hdmi: move memory and resource allocation into probe function
 2014-05-14 21:55 UTC  (3+ messages)

[Bug 75992] New: Display freezes & corruption with an r7 260x on 3.14-rc6
 2014-05-14 21:45 UTC  (6+ messages)
` [Bug 75992] "

[Bug 76231] New: radeon: DCE2 & DCE3 HDMI setup should be updated/improved (to match fglrx)
 2014-05-14 20:56 UTC 

[Patch] x86, ia64, efifb: Move boot_vga fixup from pci to vgaarb
 2014-05-14 20:43 UTC 

[RFC PATCH 0/8] component helper improvements
 2014-05-14 18:42 UTC  (2+ messages)

[PULL] topic/core-stuff
 2014-05-14 18:30 UTC  (2+ messages)

[Bug 78669] New: [r600g with -O3] layered-rendering/clear-color-all-types 3d single_level fails
 2014-05-14 16:20 UTC  (3+ messages)
` [Bug 78669] "

[RFC PATCH 0/2] drm: make drm_get_{connector, encoder}_name thread safe
 2014-05-14 15:59 UTC  (5+ messages)
` [RFC PATCH 1/2] drm: store connector name in connector struct
` [RFC PATCH 2/2] drm: store encoder name in encoder struct

[Bug 78537] no anisotropic filtering in a native Half-Life 2
 2014-05-14 14:24 UTC 

[PATCH] drm/panel: Add support for EDT ETM0700G0DH6 panel
 2014-05-14 14:21 UTC 

CIK hangs with kernel 3.15, bisected
 2014-05-14 12:11 UTC  (3+ messages)

[PATCH] drm/exynos: Make exynos_drm_init() call late during the bootup
 2014-05-14 11:39 UTC 

[Bug 76131] New: Regression: Wake up after suspend broken with Radeon R7 260x (BONAIRE, radeonsi)
 2014-05-14 10:07 UTC  (7+ messages)
` [Bug 76131] "

[PATCH 1/2] drm/radeon: fix page directory update size estimation
 2014-05-14  9:46 UTC  (4+ messages)
` [PATCH 2/2] drm/radeon: fix buffer placement under memory pressure v2

[PATCH] drm,drm/i915: Export cmdline mode parsing
 2014-05-14  8:46 UTC  (3+ messages)
  ` [Intel-gfx] "

[RFC] DisplayPort MST v0.3
 2014-05-14  8:23 UTC  (6+ messages)
` [PATCH 09/10] i915: add DP 1.2 MST support (v0.3)

[PATCH 1/5] drm/radeon: remove (pre|post)_page_flip callbacks
 2014-05-14  8:02 UTC  (6+ messages)
` [PATCH 4/5] drm/radeon: rework page flip handling

[Bug 67681] Asus G75VW F key Not Working For Screen Brightness
 2014-05-14  6:49 UTC  (3+ messages)

[PATCH 00/18] drm/exynos: support MIPI DSI command mode display
 2014-05-14  6:27 UTC  (8+ messages)
` [PATCH 04/18] video: add command mode and command mode display timing
` [PATCH 09/18] drm/exynos: dsi: add TE handler to support command mode interface
` [PATCH 10/18] drm/exynos: fimd: support I80 interface
` [PATCH 14/18] drm/panel: add S6E3FA0 driver
` [PATCH 15/18] ARM: dts: exynos4: add system register node
` [PATCH 17/18] ARM: dts: exynos5420: add mipi-phy node
` [PATCH 18/18] ARM: dts: exynos5420: add dsi node


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox