dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-12 15:49:00 to 2015-08-14 10:06:03 UTC [more...]

[PULL] drm-intel-fixes
 2015-08-14 10:06 UTC 

[PATCH 0/5] some drm and amdgpu patches
 2015-08-14 10:05 UTC  (21+ messages)
` [PATCH 1/5] drm: add interface to get drm devices on the system v2
` [PATCH 2/5] amdgpu: improve amdgpu_vamgr_init
` [PATCH 3/5] amdgpu: add flag to support 32bit VA address v3
` [PATCH 4/5] amdgpu: fix one warning from previous commit
` [PATCH 5/5] amdgpu: make vamgr per device v2

[PULL] topic/drm-fixes
 2015-08-14 10:03 UTC 

[PATCH 0/5] Host1x/TegraDRM fixes/improvements
 2015-08-14  9:59 UTC  (2+ messages)

[PATCH RFC v3 0/7] Implement generic ASoC HDMI codec and use it in tda998x
 2015-08-14  9:57 UTC  (9+ messages)
` [PATCH RFC v3 1/7] drm/edid: add function to help find SADs, DO NOT MERGE
` [PATCH RFC v3 3/7] ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
` [PATCH RFC v3 5/7] drm/i2c: tda998x: Remove include/sound/tda998x.h and fix graph parsing
  ` [PATCH RFC v3 2/7] ASoC: hdmi: Remove obsolete dummy HDMI codec
  ` [PATCH RFC v3 4/7] drm/i2c: tda998x: Add support of a DT graph of ports
  ` [PATCH RFC v3 6/7] drm/i2c: tda998x: Register ASoC HDMI codec for audio functionality
  ` [PATCH RFC v3 7/7] ARM: dts: am335x-boneblack: Add HDMI audio support

[PATCH] drm: rcar-du: Fix plane state free in plane reset handler
 2015-08-14  7:30 UTC  (5+ messages)

[PATCH v2] drm/panel: add lg4573 driver
 2015-08-14  6:18 UTC  (3+ messages)

linux-next: build warnings after merge of the drm-misc tree
 2015-08-14  5:35 UTC 

[git pull] drm fixes
 2015-08-14  4:33 UTC 

[PATCH] Revert "drm/nouveau/fifo/gk104: kick channels when deactivating them"
 2015-08-14  3:49 UTC  (7+ messages)

i915/kasan: out of bounds access in i915_cmd_parser_init_ring
 2015-08-14  2:12 UTC  (2+ messages)

linux-next: manual merge of the drm-misc tree with Linus' tree
 2015-08-14  2:06 UTC 

linux-next: manual merge of the drm-tegra tree with the drm-misc tree
 2015-08-14  2:00 UTC 

[PATCH 0/4] Add support for Hyperlinks and Markup on kernel-doc
 2015-08-13 23:20 UTC  (4+ messages)

Raspberry Pi KMS-only driver
 2015-08-13 23:03 UTC  (14+ messages)
` [PATCH 1/7] drm/vc4: Add devicetree bindings for VC4
` [PATCH 2/7] MAINTAINERS: Add myself for the new VC4 (RPi GPU) graphics driver
` [PATCH 3/7] drm/vc4: Add KMS support for Raspberry Pi
` [PATCH 4/7] drm/vc4: Use the fbdev_cma helpers
` [PATCH 5/7] drm/vc4: Allow vblank to be disabled
` [PATCH 6/7] ARM: bcm2835: Add the DDC I2C controller to the device tree
` [PATCH 7/7] ARM: bcm2835: Add VC4 "

[PATCH v2 0/2] drm: bridge/dw_hdmi: add I2C bus adapter support
 2015-08-13 22:56 UTC  (10+ messages)
` [PATCH 1/2] drm: bridge/dw_hdmi: fix register I2CM_ADDRESS register name
` [PATCH v2 2/2] drm: bridge/dw_hdmi: add dw hdmi i2c bus adapter support

[PATCH] drm/msm/dsi: Introduce DSI configuration module
 2015-08-13 21:49 UTC 

[PATCH 0/5] drm/msm/dsi: Split different types of PHY drivers
 2015-08-13 21:45 UTC  (6+ messages)
` [PATCH 1/5] drm/msm/dsi: Update generated header file for DSI PHY
` [PATCH 2/5] drm/msm/dsi: Specify bitmask to set source PLL
` [PATCH 3/5] drm/msm/dsi: Return void from msm_dsi_phy_disable()
` [PATCH 4/5] drm/msm/dsi: Split PHY drivers to separate files
` [PATCH 5/5] drm/msm/dsi: Make each PHY type compilation independent

[PATCH] rnndb/dsi: Add more bits for DSI PHY
 2015-08-13 21:44 UTC 

[PATCH 1/2] drm/exynos: remove legacy ->suspend()/resume()
 2015-08-13 21:19 UTC  (3+ messages)
` [PATCH 2/2] drm: WARN_ON if a modeset driver uses legacy suspend/resume helpers

[Bug 102831] New: Some flashbased videoplayers cause GPU lockups on radeon
 2015-08-13 18:27 UTC  (5+ messages)
` [Bug 102831] "

[Bug 91527] 7870 radeon crashes after kernel msg drm:radeon_mn_invalidate_range_start
 2015-08-13 18:15 UTC  (3+ messages)

[PATCH libdrm 0/9] amdgpu: cleanup the exported symbols
 2015-08-13 16:47 UTC  (3+ messages)

[PATCH v4] mmap on the dma-buf directly
 2015-08-13 14:51 UTC  (19+ messages)
` [PATCH 1/4] drm: prime: Honour O_RDWR during prime-handle-to-fd
` [PATCH 2/4] dma-buf: Add ioctls to allow userspace to flush
` [PATCH 3/4] drm/i915: Implement end_cpu_access
` [PATCH 4/4] drm/i915: Use CPU mapping for userspace dma-buf mmap()
` [PATCH 1/7] prime_mmap: Add new test for calling mmap() on dma-buf fds
` [PATCH 2/7] prime_mmap: Fix a few misc stuff
` [PATCH 3/7] prime_mmap: Add basic tests to write in a bo using CPU
` [PATCH 4/7] lib: Add gem_userptr helpers
` [PATCH 5/7] prime_mmap: Test for userptr mmap
` [PATCH 6/7] tests: Add kms_mmap_write_crc for cache coherency tests
` [PATCH 7/7] tests/kms_mmap_write_crc: Demonstrate the need for end_cpu_access

[-next] WARNING at ww_mutex.h in drm_atomic_check_only
 2015-08-13 14:03 UTC 

[PATCH 01/13] drm/gma500: Sanity-check pipe index
 2015-08-13 13:05 UTC  (16+ messages)
` [PATCH 04/13] drm/imx: Make pipe number unsigned
` [PATCH 07/13] drm/sti: Store correct CRTC index in events
` [PATCH 08/13] drm/irq: Check for valid VBLANK before dereference
` [PATCH 10/13] drm/irq: Add drm_crtc_vblank_count_and_time()

[PATCH 09/13] drm/irq: Make pipe unsigned and name consistent
 2015-08-13 13:02 UTC  (3+ messages)
` [PATCH] drm/irq: More pipe/crtc consistency cleanups

[PATCH] drm/panel: Add display timing for Okaya RS800480T-7X0GP
 2015-08-13 12:41 UTC  (7+ messages)
` [PATCH v3 0/2] Add display timing for Okaya RS800480T-7X0
  ` [PATCH v3 1/2] of: add Okaya Electric America vendor prefix
  ` [PATCH v3 2/2] drm/panel: Add display timing for Okaya RS800480T-7X0GP

[PATCH] Update maintainers for DRM STI driver
 2015-08-13 12:32 UTC 

[PATCH v14 0/6] drm/layerscape: Add Freescale DCU DRM driver
 2015-08-13 12:23 UTC  (4+ messages)
` [PATCH v14 3/6] drm/panel: simple: Add support for NEC NL4827HC19-05B 480x272 panel

[PATCH v2 1/2] drm/panel: simple: Add bus format for HannStar HSD070PWW1 LVDS panel
 2015-08-13 12:14 UTC  (2+ messages)

vmwgfx GL3 and other -next (4.3) pathches
 2015-08-13 12:07 UTC  (9+ messages)

[Bug 102811] New: [BISECTED] [radeon] Monitor loses HDMI video signal - blank screen after boot
 2015-08-13 10:39 UTC 

[Bug 91621] Tonga Xonotic artifacts with DRI3
 2015-08-13 10:09 UTC  (4+ messages)

[Bug 102401] New: 4.2 RC5
 2015-08-13  9:46 UTC  (2+ messages)
` [Bug 102401] Radeon Displayport Audio Warping

[PATCH 1/9] drm/radeon: rework VCE FW size calculation
 2015-08-13  6:36 UTC  (6+ messages)
` [PATCH 7/9] drm/radeon: add VCE 1.0 support v4
  ` [Regression v4.2] "

[PATCH] drm/i915: Only dither on 6bpc panels
 2015-08-13  9:01 UTC  (3+ messages)

[PULL] topic/drm-misc
 2015-08-13  7:59 UTC 

[PATCH 00/28] vmwgfx preparation for GL3
 2015-08-13  5:43 UTC  (29+ messages)
` [PATCH 01/28] drm/vmwgfx: Fix an fb unlocking bug
` [PATCH 02/28] vmwgfx: Rework device initialization
` [PATCH 03/28] drm/vmwgfx: Fix OTABLE takedown
` [PATCH 04/28] vmwgfx: Update device headers for command buffers
` [PATCH 05/28] drm/vmwgfx: Add command buffer support v3
` [PATCH 06/28] drm/vmwgfx: Fix an overlay lockdep error
` [PATCH 07/28] drm/vmwgfx: Add an interface to pin a resource v3
` [PATCH 08/28] drm/vmwgfx: SVGA device definition update
` [PATCH 09/28] drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()
` [PATCH 10/28] vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets
` [PATCH 11/28] drm/vmwgfx: Add "quirk" to handling command verification exceptions
` [PATCH 12/28] drm/vmwgfx: Implement screen targets
` [PATCH 13/28] drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs
` [PATCH 14/28] drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2
` [PATCH 15/28] drm/vmwgfx: Add kms helpers for dirty- and readback functions
` [PATCH 16/28] drm/vmwgfx: Convert screen objects to the new helpers
` [PATCH 17/28] drm/vmwgfx: Convert screen targets to new helpers v3
` [PATCH 18/28] drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNING
` [PATCH 19/28] drm/vmwgfx: Add a kernel interface to create a framebuffer v2
` [PATCH 20/28] drm/vmwgfx: Implement fbdev on kms v2
` [PATCH 21/28] drm/vmwgfx: Reinstate the legacy display system dirty callback
` [PATCH 22/28] drm/vmwgfx: Fix kms preferred mode sorting
` [PATCH 23/28] drm/vmwgfx: Kill a bunch of sparse warnings
` [PATCH 24/28] drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_t
` [PATCH 25/28] drm/vmwgfx: Fix an uninitialized value
` [PATCH 26/28] drm/vmwgfx: Fixed topology boundary checking for Screen Targets
` [PATCH 27/28] drm/vmwgfx: Fix framebuffer creation on older hardware
` [PATCH 28/28] drm/vmwgfx: Fix crash when unloading vmwgfx v2

[PATCH 0/2] drm: CMA fbdev stride adjustment
 2015-08-13  6:58 UTC  (4+ messages)
` [PATCH 1/2] drm/cma: allow custom fb helper functions
` [PATCH 2/2] drm/cma: allow adjusting the pitch for CMA fbdev

[PATCH v2 00/22] Enable gpu switching on the MacBook Pro
 2015-08-13  6:50 UTC  (14+ 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"
` [Intel-gfx] [PATCH v2 00/22] Enable gpu switching on the MacBook Pro

[PATCH 0/7] vmwgfx GL3 support
 2015-08-13  5:49 UTC  (8+ messages)
` [PATCH 1/7] drm: export the DRM permission check code
` [PATCH 2/7] drm/vmwgfx: Update device includes for DX device functionality
` [PATCH 3/7] drm/vmwgfx: Initial DX support
` [PATCH 4/7] drm/vmwgfx: Command parser fixes for DX
` [PATCH 5/7] drm/vmwgfx: Add command parser support for a couple of DX commands
` [PATCH 6/7] drm/vmwgfx: Add DX query support. Various fixes
` [PATCH 7/7] drm/vmwgfx: Fix copyright headers

[PATCH] drm/exynos: Staticize local function in exynos_drm_gem.c
 2015-08-13  2:03 UTC 

[Bug 85323] New: Video is stuttering using hardware acceleration
 2015-08-12 20:09 UTC  (2+ messages)
` [Bug 85323] [RV630] Video is stuttering using UVD "

[pull] radeon and amdgpu drm-fixes-4.2
 2015-08-12 19:45 UTC  (6+ messages)

[PATCH 1/2] amdgpu: improve amdgpu_vamgr_init
 2015-08-12 19:19 UTC  (3+ messages)
` [PATCH 2/2] amdgpu: add flag to support 32bit VA address v2

[Bug 91619] Tonga Failed waiting for UVD message on agd5f drm-next-4.3-wip
 2015-08-12 18:28 UTC  (2+ messages)

[Bug 91620] Tonga warnings after mem sleep with drm-next-4.3-wip
 2015-08-12 18:19 UTC 

[PATCH v2 09/11] drm/exynos: remove exynos_drm_create_enc_conn()
 2015-08-12 15:54 UTC  (8+ messages)
` [PATCH v2 10/11] drm/exynos: fold encoder setup into exynos_drm_load()
  ` [PATCH v2 11/11] drm/exynos: remove struct exynos_drm_encoder layer

[PATCH v2 1/3] drm/atomic-helper: Implement drm_atomic_helper_duplicate_state()
 2015-08-12 15:50 UTC  (3+ messages)
` [PATCH v2 3/3] drm/tegra: Implement subsystem-level suspend/resume


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