dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-18 10:38:23 to 2013-09-20 11:22:12 UTC [more...]

[Bug 69463] New: RadeonSI : xserver crashes with Segmentation Fault
 2013-09-20 11:22 UTC  (6+ messages)
` [Bug 69463] "

[patch] drm/i915: cleanup a min_t() cast
 2013-09-20 11:20 UTC 

[edid-decode] Finish the list of 3D layouts 3D_Structure_ALL can code for
 2013-09-20 11:03 UTC 

[Bug 54381] New: [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL
 2013-09-20  9:16 UTC  (3+ messages)
` [Bug 54381] "

[Bug 60182] New: X.Org Server terminate when I close video player
 2013-09-20  9:03 UTC  (6+ messages)
` [Bug 60182] "

[PATCH v2 0/3] Fix Win8 backlight issue
 2013-09-20  8:36 UTC  (8+ messages)
` [PATCH v2 3/3] ACPI / video: Do not register backlight if win8 and native interface exists

drm/radeon: "ring test failed" on PA-RISC Linux
 2013-09-20  6:52 UTC  (8+ messages)

[drm/exynos-fimd] Display regression in v3.12-rc1
 2013-09-20  6:42 UTC  (5+ messages)

[Bug 68451] New: Texture flicker in native Dota2 in mesa 9.2.0rc1
 2013-09-20  3:32 UTC  (4+ messages)
` [Bug 68451] "

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2013-09-20  1:40 UTC 

[PATCH 00/51] DMA mask changes
 2013-09-20  1:21 UTC  (53+ messages)
` [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks
` [PATCH 02/51] DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling
` [PATCH 03/51] DMA-API: net: intel/e1000e: "
` [PATCH 06/51] DMA-API: net: intel/ixgb: "
` [PATCH 07/51] DMA-API: net: intel/ixgbe: "
` [PATCH 10/51] DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() with new helper
  ` [PATCH 04/51] DMA-API: net: intel/igb: fix 32-bit DMA mask handling
  ` [PATCH 05/51] DMA-API: net: intel/igbvf: "
  ` [PATCH 08/51] DMA-API: net: intel/ixgbevf: "
  ` [PATCH 09/51] DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helper
  ` [PATCH 11/51] DMA-API: net: emulex/benet: "
  ` [PATCH 27/51] DMA-API: provide a helper to setup DMA masks
  ` [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize "
  ` [PATCH 44/51] DMA-API: dcdbas: update DMA mask handing
` [PATCH 12/51] DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 13/51] DMA-API: net: sfc/efx.c: "
` [PATCH 14/51] DMA-API: net: b43: "
` [PATCH 15/51] DMA-API: net: b43legacy: "
` [PATCH 16/51] DMA-API: ppc: vio.c: "
` [PATCH 17/51] DMA-API: block: nvme-core: "
` [PATCH 18/51] DMA-API: staging: et131x: "
` [PATCH 19/51] DMA-API: media: dt3155v4l: "
` [PATCH 20/51] DMA-API: usb: bcma: "
` [PATCH 21/51] DMA-API: usb: ssb-hcd: "
` [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask
` [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
` [PATCH 24/51] DMA-API: dma: pl330: "
` [PATCH 25/51] DMA-API: video: clcd: "
` [PATCH 26/51] DMA-API: usb: ohci-sa1111: add a note about DMA masks
` [PATCH 28/51] DMA-API: sound: fix dma mask handling in a lot of drivers
` [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
` [PATCH 30/51] DMA-API: dma: dw_dmac.c: "
` [PATCH 31/51] DMA-API: media: omap3isp: "
` [PATCH 32/51] DMA-API: mmc: sdhci-acpi: "
` [PATCH 33/51] DMA-API: net: nxp/lpc_eth: "
` [PATCH 34/51] DMA-API: net: octeon: "
` [PATCH 35/51] DMA-API: parport: parport_pc.c: "
` [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
` [PATCH 37/51] DMA-API: usb: use new dma_coerce_mask_and_coherent()
` [PATCH 38/51] DMA-API: staging: use dma_set_coherent_mask()
` [PATCH 39/51] DMA-API: others: "
` [PATCH 40/51] DMA-API: crypto: fix ixp4xx crypto platform device support
` [PATCH 41/51] DMA-API: crypto: remove last references to 'static struct device *dev'
` [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
` [PATCH 45/51] DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks
` [PATCH 46/51] ARM: DMA-API: better handing of DMA masks for coherent allocations
` [PATCH 47/51] ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit()
` [PATCH 48/51] ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function
` [PATCH 49/51] ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculations
` [PATCH 50/51] ARM: 7797/1: mmc: "
` [PATCH 51/51] ARM: 7805/1: mm: change max*pfn to include the physical offset of memory

[Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI
 2013-09-20  1:09 UTC  (2+ messages)
` [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

HDMI stereo support v5
 2013-09-19 22:20 UTC  (23+ messages)
` [PATCH 01/20] drm: Add a SET_CLIENT_CAP ioctl
` [PATCH 02/20] drm: Add HDMI stereo 3D flags to struct drm_mode_modeinfo
` [PATCH 03/20] drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl
` [PATCH 04/20] drm/edid: Expose mandatory stereo modes for HDMI sinks
` [PATCH 05/20] drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes()
` [PATCH 06/20] drm: Reject modes with more than 1 stereo flags set
` [PATCH 07/20] drm: Set the relevant infoframe field when scanning out a 3D mode
` [PATCH 08/20] drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes
` [PATCH 09/20] drm: Carry over the stereo flags when adding the alternate mode
` [PATCH 10/20] drm: Make exposing stereo modes a per-connector opt-in
` [PATCH 11/20] drm: Remove clock_index from struct drm_display_mode
` [PATCH 12/20] drm: Remove synth_clock "
` [PATCH 13/20] drm: Introduce a crtc_clock for "
` [PATCH 14/20] drm: Implement timings adjustments for frame packing
` [PATCH 15/20] drm/i915: Use crtc_clock in intel_dump_crtc_timings()
` [PATCH 16/20] drm/i915: Use crtc_clock with the adjusted mode
` [PATCH 17/20] drm/i915: Use adjusted_mode in the fastboot hack to disable pfit
` [PATCH 18/20] drm/i915: Ask the DRM core do make stereo timings adjustements
` [PATCH 19/20] drm/i915: Prefer crtc_{h|v}display for pipe src dimensions
  ` [Intel-gfx] "
` [PATCH 20/20] drm/i915: Allow stereo modes on HDMI

[Bug 68235] New: Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1
 2013-09-19 21:49 UTC  (12+ messages)
` [Bug 68235] "

Regression: bisected: commit 7c510133d93 breaks video
 2013-09-19 21:20 UTC  (9+ messages)

[Bug 64201] New: OpenCL usage result segmentation fault on r600g with HD6850
 2013-09-19 20:46 UTC  (2+ messages)
` [Bug 64201] "

[Bug 64600] New: r600g pyrit OpenCL issue on HD6850
 2013-09-19 20:42 UTC  (3+ messages)
` [Bug 64600] "

[Bug 49603] New: [regression] Fullscreen video no longer smooth with GPU in low power mode
 2013-09-19 19:24 UTC  (2+ messages)
` [Bug 49603] "

[Bug 43341] New: CoreBreach: Crash in r600_update_derived_state
 2013-09-19 16:42 UTC  (2+ messages)
` [Bug 43341] "

[PATCH] radeon: fix pitch alignment for non-power-of-two mipmaps on SI
 2013-09-19 16:41 UTC  (4+ messages)

[PATCH] configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE
 2013-09-19 16:21 UTC 

[3.12-rc1 regression] X fails to start on Latitude E6510 w/ NOUVEAU DRM driver
 2013-09-19 15:40 UTC  (2+ messages)
` [3.12-rc1 regression] [BISECTED] "

[Bug 61269] New: Support libkms on FreeBSD
 2013-09-19 11:36 UTC  (2+ messages)
` [Bug 61269] "

[PATCH] drm: omap: fix: Defer probe if an omapdss device requests for it at connect
 2013-09-19 10:51 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm: omap: disconnect devices when omapdrm module is removed

[Bug 69081] New: Incorrect rendering of textures
 2013-09-19 10:00 UTC  (13+ messages)
` [Bug 69081] [radeonsi] "

[PULL] drm-intel-fixes
 2013-09-19  8:38 UTC 

[PATCH] [RFC] mm/shrinker: Add a shrinker flag to always shrink a bit
 2013-09-19  8:04 UTC  (9+ messages)
` [Intel-gfx] "

[Bug 69372] New: Render issues in some GTK widgets with Mesa 9+ RadeonSI drivers
 2013-09-19  5:57 UTC  (2+ messages)
` [Bug 69372] "

[PATCH 1/1] drm/exynos: Fix trivial typo in exynos_drm_fimd.c
 2013-09-19  5:09 UTC 

[git pull] drm radeon/nouveau/core fixes
 2013-09-19  2:38 UTC  (3+ messages)

[Bug 69514] New: R770 (Radeon 4850) screen/buffer corruption when waking up from sleep mode
 2013-09-18 20:46 UTC  (9+ messages)
` [Bug 69514] "

[Bug 69543] New: Radeon EXAPixmaps don't work with stretched XRender pictures
 2013-09-18 20:08 UTC  (7+ messages)
` [Bug 69543] "

BUG: sleeping function called from invalid context on 3.10.10-rt7
 2013-09-18 17:03 UTC  (6+ messages)

[PATCH libdrm] radeon: Fix 1D tiling for CIK
 2013-09-18 16:26 UTC  (6+ messages)
  ` [PATCH] drm/radeon/cik: Add tiling mode index for 1D tiled depth/stencil surfaces

[PATCH 1/3] drm/radeon/cik: Fix printing of client name on VM protection fault
 2013-09-18 16:00 UTC  (7+ messages)
` [PATCH 2/3] drm/radeon/cik: Fix encoding of number of banks in tiling configuration info
` [PATCH 3/3] drm/radeon/cik: Program pipe configuration for 1D tiling modes as well

[Bug 66963] New: r600: linux 3.11RC1 isn't booting with radeon.dpm=1 option in grub
 2013-09-18 15:53 UTC  (3+ messages)
` [Bug 66963] r600: linux v3.11.0-RC "

[Bug 44995] New: Missing support for MGA G200eW WPCM450 [102b:0532]
 2013-09-18 11:41 UTC  (2+ messages)
` [Bug 44995] "

[PATCH/RFC v3 00/19] Common Display Framework
 2013-09-18 10:59 UTC  (5+ messages)
` [PATCH/RFC v3 08/19] video: display: Add MIPI DBI bus support


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