dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-30 14:29:38 to 2014-11-02 13:19:29 UTC [more...]

[PATCH 00/17] atomic modeset core<->driver interfaces and helpers
 2014-11-02 13:19 UTC  (13+ messages)
` [PATCH 01/17] drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
` [PATCH 02/17] drm: Pull drm_crtc.h into the kerneldoc template
` [PATCH 03/17] drm: fixup kerneldoc in drm_crtc.h
` [PATCH 05/17] drm: Add atomic driver interface definitions for objects
` [PATCH 06/17] drm: Global atomic state handling
` [PATCH 07/17] drm: Add atomic/plane helpers
` [PATCH 08/17] drm/plane-helper: transitional atomic plane helpers
` [PATCH 09/17] drm/crtc-helper: Transitional functions using "
` [PATCH 10/17] drm: Atomic crtc/connector updates using crtc/plane helper interfaces
` [PATCH 13/17] drm/atomic-helpers: document how to implement async commit
` [PATCH 15/17] drm/atomic-helpers: functions for state duplicate/destroy/reset
` [PATCH 16/17] drm: Docbook integration and over sections for all the new helpers

[Bug 72785] New: bfgminer --scrypt on 7xxx+
 2014-11-02 12:46 UTC  (3+ messages)
` [Bug 72785] "

[Bug 83461] New: hdmi screen flicker/unusable
 2014-11-02 11:58 UTC  (6+ messages)
` [Bug 83461] "

[Bug 85579] New: [bisected] piglit test crashes in spec/glsl-1.50/execution/geometry/max-input-components
 2014-11-02 11:19 UTC  (2+ messages)
` [Bug 85579] "

[Bug 86891] New: AMD/ATI Tahiti XT 7970 - long lags/stutters in games
 2014-11-02 10:41 UTC  (9+ messages)
` [Bug 86891] "

[PATCH 00/72] staging imx-drm new features and fixes
 2014-11-02  3:03 UTC  (77+ messages)
` [PATCH 01/72] ARM: dts: imx6qdl-sabrelite: Add HDMI device
` [PATCH 02/72] ARM: dts: imx6qdl-sabreauto: "
` [PATCH 03/72] ARM: dts: imx6qdl: Create imx-drm crtc nodes
` [PATCH 04/72] ARM: i.MX6: use pll2_pfd0_352m as clock root of ipu_di
` [PATCH 05/72] ARM: i.MX6: select pll3_usb_otg for ldb_di for rev 1.0 chip
` [PATCH 06/72] gpu: ipu-cpmem: Add ipu_cpmem_set_uv_offset()
` [PATCH 07/72] gpu: ipu-v3: Add ipu_dp_set_chroma_key()
` [PATCH 08/72] gpu: ipu-v3: Add ipu_dp_set_gamma_correction()
` [PATCH 09/72] gpu: ipu-v3: Add support for dynamic DC interface pixel maps
` [PATCH 10/72] gpu: ipu-v3: Add ipu_dc_uninit_sync()
` [PATCH 11/72] gpu: ipu-v3: Pass struct ipu_dc to enable/disable
` [PATCH 12/72] gpu: ipu-v3: Add ipu_dp_uninit_channel()
` [PATCH 13/72] gpu: ipu-v3: Pass struct ipu_dp to enable/disable
` [PATCH 14/72] gpu: ipu-v3: Implement use counter for ipu_dc_enable(), ipu_dc_disable()
` [PATCH 15/72] gpu: ipu-v3: fix HDMI timing issues
` [PATCH 16/72] gpu: ipu-v3: Add DMFC/DP/DC/DI module enable/disable debug
` [PATCH 17/72] gpu: ipu-v3: Add ipu_di_uninit_sync_panel()
` [PATCH 18/72] gpu: ipu-v3: Split out DI clock enable/disable
` [PATCH 19/72] gpu: ipu-v3: Protect more CM reg access with IPU lock
` [PATCH 20/72] gpu: ipu-v3: Move DI waveform counter enable/disable to ipu-di
` [PATCH 21/72] gpu: ipu-v3: Update DP sync SRM always in ipu_dp_enable_channel()
` [PATCH 22/72] gpu: ipu-v3: Fix indent/ws in ipu-dmfc
` [PATCH 23/72] gpu: ipu-v3: Allow burstsize of 20 in ipu_dmfc_setup_channel()
` [PATCH 24/72] gpu: ipu-v3: Remove ipu_dmfc_init_channel()
` [PATCH 25/72] gpu: ipu-v3: Consolidate mutex lock in ipu_dmfc_alloc_bandwidth()
` [PATCH 26/72] gpu: ipu-v3: Enumerate the DC channel names
` [PATCH 27/72] gpu: ipu-di: Move ipu pointer init
` [PATCH 28/72] gpu: ipu-di: Add and improve debug/error messages
` [PATCH 29/72] gpu: ipu-v3: Change signal names in struct ipu_di_signal_cfg
` [PATCH 30/72] gpu: ipu-v3: Remove IPU client registration
` [PATCH 31/72] gpu: ipu-di: Set rate of DI pre clock
` [PATCH 32/72] gpu: ipu-v3: Add RGB666 interface pixel map
` [PATCH 33/72] gpu: ipu-cpmem: Pass drm fourcc to ipu_cpmem_set_yuv_*
` [PATCH 34/72] gpu: ipu-v3: Add ipu_drm_fourcc_is_planar()
` [PATCH 35/72] gpu: ipu-v3: Add IDMA channel linking support
` [PATCH 36/72] gpu: ipu-cpmem: Support YVU422
` [PATCH 37/72] gpu: ipu-cpmem: Add ipu_cpmem_get_burstsize()
` [PATCH 38/72] imx-drm: Crtcs moved to device tree
` [PATCH 39/72] imx-drm: hdmi: optimize i2c write wait
` [PATCH 40/72] imx-drm: parallel-display: Support RGB666 pixel fmt
` [PATCH 41/72] imx-drm: imx-ldb: Add debug to connector/encoder entry points
` [PATCH 42/72] imx-drm: imx-ldb: Implement imx_ldb_encoder_dpms()
` [PATCH 43/72] imx-drm: parallel-display: Fix typo when setting mode type
` [PATCH 44/72] imx-drm: ipuv3-plane: Fix planar formats
` [PATCH 45/72] imx-drm: ipuv3-plane: Allow YUV space for background plane
` [PATCH 46/72] imx-drm: ipuv3-plane: Add more supported pixel formats
` [PATCH 47/72] imx-drm: ipuv3-plane: Implement global alpha and colorkey properties
` [PATCH 48/72] imx-drm: hdmi: rework irq request/free
` [PATCH 49/72] imx-drm: imx-ldb: Add DDC support
` [PATCH 50/72] imx-drm: Fix separate primary plane objects
` [PATCH 51/72] imx-drm: Move page flip handling to plane driver
` [PATCH 52/72] imx-drm: Reset ipu unit pointers to NULL on errors
` [PATCH 53/72] drm: implement page flipping support for planes
` [PATCH 54/72] imx-drm: ipuv3-plane: Assign page_flip method to drm_plane_funcs
` [PATCH 55/72] imx-drm: Implement DRM gamma set
` [PATCH 56/72] imx-drm: Implement custom ioctl to set gamma
` [PATCH 57/72] imx-drm: Add support for interface pixel maps
` [PATCH 58/72] imx-drm: parallel-display: Add interface-pix-map DT property
` [PATCH 59/72] imx-drm: hdmi: set DI clock source to DI pre clock
` [PATCH 60/72] imx-drm: ipuv3-crtc: Set the crtc device name
` [PATCH 61/72] imx-drm: hdmi: Save ipu/di mux for later iomux setup
` [PATCH 62/72] imx-drm: ipuv3-plane: Assign correct dmfc burst size
` [PATCH 63/72] drm_modes: videomode: add pos/neg pixel clock polarity flag
` [PATCH 64/72] imx-drm: ipuv3-crtc: Use DRM mode flags to configure pixel clock polarity
` [PATCH 65/72] imx-drm: imx-ldb: Add all defined of video modes
` [PATCH 66/72] imx-drm: parallel-display: "
` [PATCH 67/72] imx-drm: ipuv3-crtc: Disable fb on crtc unbind
` [PATCH 68/72] imx-drm: imx-ldb: Use DDC probe as connection detect
` [PATCH 69/72] imx-drm: ipuv3-crtc: Implement mode_set_base
` [PATCH 70/72] imx-drm: Cancel pending page flip events at preclose
` [PATCH 71/72] imx-drm: ipuv3-crtc: Disable overlay plane during crtc disable
` [PATCH 72/72] imx-drm: ipuv3-plane: Enable 8 burst locking

[Bug 85580] New: [RadeonSI] Bad performance in TF2
 2014-11-02  1:14 UTC  (2+ messages)
` [Bug 85580] "

[Bug 85696] New: [regression] r600g+nine: Bioshock shader failure after recent changes
 2014-11-01 23:43 UTC  (6+ messages)
` [Bug 85696] "
` [Bug 85696] [regression] r600g+nine: Bioshock shader failure after 7b1c0cbc90d456384b0950ad21faa3c61a6b43ff

[Bug 85320] New: GPU hangs using hardware acceleration
 2014-11-01 21:44 UTC  (7+ messages)
` [Bug 85320] [RV630] GPU hangs using UVD "

[Bug 85647] New: Random radeonsi crashes with mesa 10.3.x
 2014-11-01 18:26 UTC  (10+ messages)
` [Bug 85647] "

[Bug 85667] New: GPU lockup when playing H264 video with vlc on Radeon 3850HD and R600_uvd.bin loaded
 2014-10-31 22:46 UTC  (2+ messages)
` [Bug 85667] "

[Bug 82889] New: [drm:si_dpm_set_power_state] *ERROR* si_disable_ulv failed
 2014-10-31 19:06 UTC  (3+ messages)
` [Bug 82889] "

[PATCH 4/5] drm/ttm: Add TTM_PL_FLAG_BOTTOMUP
 2014-10-31 18:10 UTC  (3+ messages)
` [PATCH 4/4] drm/mm: Remove DRM_MM_SEARCH_BEST

[PATCH 1/3] drm: Add a note to drm_property_create() about property lifetime
 2014-10-31 17:38 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Don't destroy DRM properties in the driver
` [PATCH 3/3] drm/gma500: "

[PATCH] drm/vmwgfx: fix lock breakage
 2014-10-31 17:35 UTC  (5+ messages)

Modesetting lock changes breaks vmwgfx since 3.18-rc1
 2014-10-31 17:33 UTC  (2+ messages)

[PATCH 1/3] drm: Pull drm_crtc.h into the kerneldoc template
 2014-10-31 17:23 UTC  (5+ messages)
` [PATCH 2/3] drm: fixup kerneldoc in drm_crtc.h

[PATCH 1/5] drm/radeon: Set TTM_PL_FLAG_TOPDOWN also for RADEON_GEM_CPU_ACCESS BOs
 2014-10-31 17:19 UTC  (5+ messages)
` [PATCH 3/5] drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN

[Bugzilla] Your account dri-devel@lists.freedesktop.org is being impersonated
 2014-10-31 16:54 UTC 

[RFC] drm: Add utility function to check for edp1.4
 2014-10-31 16:06 UTC  (3+ messages)

[PATCH V7 00/12] drm/exynos: few patches to enhance bridge chip support
 2014-10-31 16:03 UTC  (29+ messages)
` [PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

[PATCH 0/3] drm/msm: Adreno 4xx support
 2014-10-31 15:08 UTC  (5+ messages)
` [PATCH 1/3] drm/msm: Additional definitions for a3xx and a4xx
` [PATCH 2/3] drm/msm: Handle register offset differences between a3xx, "
` [PATCH 3/3] drm/msm: a4xx support for msm-drm

[PATCH v2 01/15] drm/dsi: Make mipi_dsi_dcs_{read, write}() symmetrical
 2014-10-31 14:28 UTC  (4+ messages)
` [PATCH 15/15] drm/panel: Add Sharp LQ101R1SX01 support

[PATCH 1/9] drm/exynos: remove uneeded declaration of struct dma_iommu_mapping
 2014-10-31 14:17 UTC  (9+ messages)
` [PATCH 2/9] drm/exynos: remove extra declaration of struct exynos_drm_manager
` [PATCH 3/9] drm/exynos: remove extra declaration of struct exynos_overlay
` [PATCH 4/9] drm/exynos: Replace repeated declaration by include <drm/drmP.h>
` [PATCH 5/9] drm/exynos: Replace repeated declarations by #include "exynos_drm_drv.h"
` [PATCH 6/9] drm/exynos: remove unused wait_for macro
` [PATCH 7/9] drm/exynos: Save up space using bool var as bitfields
` [PATCH 8/9] drm/exynos: update documentation to reflect code changes
` [PATCH 9/9] drm/exynos: remove leftover hdmi function declarations

[Bug 39902] R600g Evergreen: GPU lockup after launch of Bioshock
 2014-10-31 12:48 UTC  (2+ messages)

[Bug 79980] New: Random radeonsi crashes
 2014-10-31 12:39 UTC  (4+ messages)
` [Bug 79980] "

[bisected] nouveau dual monitor setup broken
 2014-10-31 10:52 UTC  (3+ messages)

[PULL] vmwgfx-fixes-3.18
 2014-10-31 10:05 UTC 

[PATCH 1/2] drm/vmwgfx: Fix hash key computation
 2014-10-31  9:53 UTC  (2+ messages)
` [PATCH 2/2] drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size

[Bug 85661] New: planetary annihilation gpu lockup
 2014-10-31  9:09 UTC  (4+ messages)
` [Bug 85661] "

[PATCH v3 0/9] Renesas R-Car DU HDMI support
 2014-10-31  8:18 UTC  (5+ messages)

[Bug 81644] New: Random crashes on RadeonSI with Chromium
 2014-10-31  5:44 UTC  (2+ messages)
` [Bug 81644] "

[Bug 82886] New: [RadeonSI]GPU Lockup with Linux 3.16 & Mesa Git
 2014-10-31  3:21 UTC  (2+ messages)
` [Bug 82886] "

[PATCH] drm/msm: Don't split an IB at the end of ring buffer
 2014-10-31  2:33 UTC 

[PATCH 3/3] drm/msm: a4xx support for msm-drm
 2014-10-31  2:33 UTC 

[PATCH 2/3] drm/msm: Handle register offset differences between a3xx, and a4xx
 2014-10-31  2:33 UTC 

[PATCH 1/3] drm/msm: Additional definitions for a3xx and a4xx
 2014-10-31  2:33 UTC 

[PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls
 2014-10-31  1:28 UTC  (2+ messages)
` [PATCH 2/2] exynos: remove "

[PATCH] drm/msm: a4xx support for msm-drm
 2014-10-31  0:12 UTC 

[PATCH] drm/i915: don't try using training pattern 3 on pre-haswell
 2014-10-30 21:16 UTC  (6+ messages)
    ` [Intel-gfx] "

[pull] radeon drm-fixes-3.18
 2014-10-30 19:58 UTC 

[Bug 73338] Fan speed in idle at 40% with radeonsi and at 18% with catalyst
 2014-10-30 15:44 UTC 

[PATCH v4 1/5] drm/i915: create a prepare step for primary planes updates
 2014-10-30 14:34 UTC  (4+ messages)
` [PATCH v4 2/5] drm/i915: create a prepare phase for sprite plane updates
    ` [Intel-gfx] "

[PATCH] drm/exynos: remove ifdeferry from initialization code
 2014-10-30 14:29 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