dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-14 10:21:35 to 2015-07-16 18:19:42 UTC [more...]

[PATCH v2 00/22] Enable gpu switching on the MacBook Pro
 2015-08-11 10:29 UTC  (13+ messages)
` [PATCH v2 01/22] vga_switcheroo: Add support for switching only the DDC
  ` [PATCH v2 02/22] vga_switcheroo: Add helper function to get the active client
    ` [PATCH v2 03/22] apple-gmux: Add switch_ddc support
      ` [PATCH v2 04/22] drm/edid: Switch DDC when reading the EDID
        ` [PATCH v2 05/22] vga_switcheroo: Lock/unlock DDC lines
          ` [PATCH v2 06/22] vga_switcheroo: Lock/unlock DDC lines harder
            ` [PATCH v2 07/22] Revert "vga_switcheroo: Add helper function to get the active client"
              ` [PATCH v2 08/22] Revert "vga_switcheroo: add reprobe hook for fbcon to recheck connected outputs."
                ` [PATCH v2 09/22] drm/nouveau: Lock/unlock DDC lines on probe
                  ` [PATCH v2 10/22] apple-gmux: Assign apple_gmux_data before registering
                    ` [PATCH v2 11/22] vga_switcheroo: Generate hotplug event on handler and proxy registration
                      ` [PATCH v2 12/22] drm/i915: Preserve SSC earlier

[PATCH 0/8] drm/bochs: convert bochs to atomic mode-setting
 2015-07-16 18:22 UTC  (11+ messages)
` [PATCH 1/8] drm/bochs: phase 1 - use the transitional helpers
` [PATCH 2/8] drm/bochs: phase 2: wire up state reset(), duplicate() and destroy
` [PATCH 3/8] drm/bochs: stop looking at legacy state
` [PATCH 4/8] drm/bochs: phase 3: for plane updates: switch to atomic helper internally
` [PATCH 5/8] drm/bochs: phase 3: use atomic .set_config helper
` [PATCH 6/8] drm/bochs: phase 3: provide a custom ->atomic_commit implementation
` [PATCH 7/8] drm/bochs: phase 3: switch to drm_atomic_helper_page_flip
` [PATCH 8/8] drm/bochs: atomic dpms support

[PATCH libdrm] man: remove .man_fixup workaround
 2015-07-16 18:05 UTC  (2+ messages)

[PATCH 1/2] drm: Stop resetting connector state to unknown
 2015-07-16 17:41 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Don't reprobe on resume

drm/edid: sound/core: pcm_drm_eld.c compilation error in 4.2
 2015-07-16 16:46 UTC  (2+ messages)

[PATCH v3 0/5] i.MX5/6 mem2mem scaler
 2015-07-16 16:24 UTC  (6+ messages)
` [PATCH v3 1/5] gpu: ipu-v3: Add missing IDMAC channel names
` [PATCH v3 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC
` [PATCH v3 3/5] gpu: ipu-v3: Register scaler platform device
` [PATCH v3 4/5] [media] imx-ipu: Add ipu media common code
` [PATCH v3 5/5] [media] imx-ipu: Add i.MX IPUv3 scaler driver

[Bug 91268] R6xx freezes with kernel 3.17 and up
 2015-07-16 16:15 UTC  (13+ messages)

[PATCH libdrm 1/4] freedreno: zero is a valid fd number, treat it as such
 2015-07-16 15:53 UTC  (10+ messages)
` [PATCH libdrm 2/4] omap: "
` [PATCH libdrm 3/4] xf86drm: fix incorrect fd comparison in drmOpenOnce{, WithType}
  ` [PATCH libdrm 3/4] xf86drm: fix incorrect fd comparison in drmOpenOnce{,WithType}
` [PATCH libdrm 4/4] Consistently check the fd value

[PATCH 1/2] V4 regmap: Use reg_sequence for multi_reg_write / register_patch
 2015-07-16 15:45 UTC  (5+ messages)
` [PATCH 2/2] V4 regmap: Apply optional delay in multi_reg_write/register_patch
  ` [alsa-devel] "
  ` [alsa-devel] [PATCH 1/2] V4 regmap: Use reg_sequence for multi_reg_write / register_patch

[PATCH 1/2 V5] regmap: Use reg_sequence for multi_reg_write / register_patch
 2015-07-16 15:36 UTC  (2+ messages)
` [PATCH 2/2 V5] regmap: Apply optional delay in multi_reg_write/register_patch

[PATCH v2 00/23] drm/exynos: atomic improvements + exynos_encoder removal
 2015-07-16 15:26 UTC  (3+ messages)

[PATCH v3 1/9] drm/exynos: pass the correct pipe number
 2015-07-16 15:23 UTC  (9+ messages)
` [PATCH v3 2/9] drm/exynos: use KMS version of DRM vblanks functions
` [PATCH v3 3/9] drm/exynos: remove duplicated check for suspend
` [PATCH v3 4/9] drm/exynos: rename win_commit/disable to atomic-like names
` [PATCH v3 5/9] drm/exynos: pass struct exynos_drm_plane in update/enable
` [PATCH v3 6/9] drm/exynos: use drm atomic state directly
` [PATCH v3 7/9] drm/exynos: remove unused fields from struct exynos_drm_plane
` [PATCH v3 8/9] drm/exynos: unify exynos_drm_plane names with drm core
` [PATCH v3 9/9] drm/exynos: return return value of exynos_crtc->enable_vblank

[PATCH 01/13] drm/atomic: Only update crtc->x/y if it's part of the state
 2015-07-16 14:58 UTC  (13+ messages)
  ` [PATCH v1.1 01/13] drm/atomic: Only update crtc->x/y if it's part of the state, v2
` [PATCH 02/13] drm/atomic: Update legacy DPMS state during modesets

[PATCH] drm/fbdev: Return -EBUSY when oopsing
 2015-07-16 14:48 UTC 

[PATCH v1.1 2/5] drm/atomic: Make prepare_fb/cleanup_fb only take state, v2
 2015-07-16 14:13 UTC 

[PATCHv7 00/15] HDMI CEC framework
 2015-07-16 13:09 UTC  (3+ messages)
` [PATCHv7 14/15] cec: s5p-cec: Add s5p-cec driver

[PATCH] drm: sti: fix sub-components bind
 2015-07-16 13:08 UTC  (6+ messages)

[PATCH v9 1/4] drm/layerscape: Add Freescale DCU DRM driver
 2015-07-16 11:31 UTC  (9+ messages)
` [PATCH v9 2/4] drm/panel: simple: Add support for NEC NL4827HC19-05B 480x272 panel
` [PATCH v9 3/4] arm/dts/ls1021a: Add DCU dts node

[PATCH] drm: rcar-du: Add dependency to OF
 2015-07-16  9:45 UTC  (3+ messages)

[Bug 99041] New: HDMI Audio not working after fixing HDMI
 2015-07-16  9:32 UTC  (2+ messages)
` [Bug 99041] "

[PATCH 1/1] drm/sti: fix master bind bug for using component
 2015-07-16  9:06 UTC  (7+ messages)

[PATCH] drm/fbdev: Return -EBUSY when oopsing
 2015-07-16  8:28 UTC 

[RFC PATCH] drm/fb: drop panic handling
 2015-07-16  8:27 UTC  (3+ messages)

test
 2015-07-16  7:29 UTC 

[PATCH] drm/atomic-helper: Also update legacy dpms state
 2015-07-16  7:06 UTC  (3+ messages)

[PULL] topic/drm-fixes
 2015-07-16  6:44 UTC 

[Nouveau] CUDA fixed VA allocations and sparse mappings
 2015-07-16  6:34 UTC 

[Bug 91279] agd5f drm tonga occasional traps error:0 in libdrm_amdgpu.so.1.0.0
 2015-07-15 23:40 UTC  (6+ messages)

[GIT PULL] Synopsis DesignWare HDMI driver development updates
 2015-07-15 18:41 UTC 

[GIT PULL] Armada DRM fixes fixes
 2015-07-15 17:34 UTC 

kernel-doc markdown support
 2015-07-15 17:11 UTC 

[RFC PATCH 0/2] drm: add support for for clk and de polarity & gpu: ipu-v3: use clock and de polarity
 2015-07-15 15:51 UTC  (3+ messages)
  ` [RFC PATCH 1/2] drm: add support for for clk "
` [RFC PATCH 2/2] gpu: ipu-v3: use clock and de polarity from videomode

[PATCH 00/16] Color Manager Implementation
 2015-07-15 15:14 UTC  (19+ messages)
` [PATCH 01/16] drm/i915: Atomic commit path fix for CRTC properties
` [PATCH 02/16] drm: Create Color Management DRM properties
` [PATCH 03/16] drm/i915: Attach color properties to CRTC
` [PATCH 04/16] drm: Add structure for querying palette color capabilities
` [PATCH 05/16] drm: Export drm_property_replace_global_blob function
` [PATCH 06/16] drm/i915: Load gamma color capabilities for CHV CRTC
` [PATCH 07/16] drm/i915: Add atomic set property interface for CRTC
` [PATCH 08/16] drm: Add blob properties to CRTC state for color properties
` [PATCH 09/16] drm: Add structures to set/get a palette color property
` [PATCH 10/16] drm/i915: Add set_property handler for pipe Gamma correction on CHV/BSW
` [PATCH 11/16] drm/i915: Add pipe level Gamma correction for CHV/BSW
` [PATCH 12/16] drm/i915: Add set_property handler for pipe deGamma correction on CHV/BSW
` [PATCH 13/16] drm/i915: Add DeGamma correction for CHV/BSW
` [PATCH 14/16] drm: Add structure for set/get a CTM color property
` [PATCH 15/16] drm/i915: Add set_property handler for CSC correction on CHV/BSW
` [PATCH 16/16] drm/i915: Add CSC correction for CHV/BSW

[PATCH 00/18] dev->struct_mutex crusade
 2015-07-15 13:38 UTC  (6+ messages)
` [PATCH 01/18] drm/gem: rip out drm vma accounting for gem mmaps
` [PATCH 1/2] drm/tegra: don't take dev->struct_mutex in mmap offset ioctl
  ` [PATCH 2/2] drm/tegra: Use drm_gem_object_reference_unlocked

[Intel-gfx] [PATCH v2 00/10] Color Manager Implementation
 2015-07-15 13:28 UTC  (13+ messages)
`  "

[PATCH] drm/dp/mst: dump branch OUI in debugfs (v2)
 2015-07-15 13:11 UTC  (2+ messages)

[PATCH] drm: Fix warning with make xmldocs caused by drm_irq.c
 2015-07-15 12:19 UTC  (2+ messages)

[-next] WARNING at i915_gem_track_fb
 2015-07-15 11:14 UTC  (11+ messages)
` [Intel-gfx] "

[PATCH 2/2] drm: Provide compat ioctl for addfb2.1
 2015-07-15  9:17 UTC  (3+ messages)
  ` [PATCH 2/2 v3] "

[PULL] topic/drm-fixes
 2015-07-15  9:16 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2015-07-15  8:50 UTC 

[v2 0/7] Crystalcove (CRC) PMIC based panel and pwm control
 2015-07-15  8:05 UTC  (3+ messages)
` [v2 1/7] gpiolib: Add support for removing registered consumer lookup table

[Bug 89699] Regression in 10.5.1 causes flickering/artifacting in a particular video game
 2015-07-15  8:04 UTC 

[Bug 73530] New: Asus U38N: Black screen with Radeon driver in Linux 3.10, 3.11 and 3.12
 2015-07-15  8:02 UTC  (2+ messages)
` [Bug 73530] Asus U38N: Black screen with Radeon driver in Linux

[Bug 91342] Very dark textures on some objects in indoors environments in Postal 2
 2015-07-15  4:14 UTC  (11+ messages)

[PATCH] drm/exynos: move order to register vidi kms driver
 2015-07-15  3:04 UTC 

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2015-07-15  0:15 UTC 

[PATCH] drm/dp/mst: dump branch OUI in debugfs
 2015-07-15  0:09 UTC  (3+ messages)

[Bug 91322] Usage of 'gallium' vaapi driver crashes radeon with inability to reset itself and scary pictures as if card has burned out
 2015-07-14 17:01 UTC  (11+ messages)

[PATCH] gpu/drm/amdgpu: Include <linux/debugfs.h> only if CONFIG_DEBUG_FS is set
 2015-07-14 14:29 UTC  (4+ messages)

[PATCH] drm/radeon: fix user ptr race condition
 2015-07-14 14:26 UTC  (2+ messages)

[PATCH libdrm] freedreno: zero is a valid fd number, treat it as such
 2015-07-14 13:50 UTC  (4+ messages)

[PATCH 0/5] i.MX5/6 mem2mem scaler
 2015-07-14 13:00 UTC  (4+ messages)

[PATCH v2 0/12] Discover and probe dependencies
 2015-07-14 12:47 UTC  (8+ messages)
` [PATCH v2 11/12] ASoC: tegra: register dependency parser for firmware nodes
    ` [alsa-devel] "

[Bug 91291] kernel panic and freeze on resume in [radeon] [ttm]
 2015-07-14 11:47 UTC  (2+ messages)

[4.2.0-rc1-00201-g59c3cb5] Regression: kernel NULL pointer dereference
 2015-07-14 11:00 UTC  (8+ messages)
            ` [PATCH] drm/i915: Do not call intel_crtc_disable if the crtc is already disabled

[PATCH v5 0/6] Use DRM component API in tilcdc to connect to tda998x
 2015-07-14 10:31 UTC  (3+ messages)
` [PATCH v5 6/6] ARM: dts: am335x-boneblack: Use new binding for HDMI


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