dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-31 17:33:09 to 2014-11-03 14:13:13 UTC [more...]

[PATCH 00/72] staging imx-drm new features and fixes
 2014-11-03 14:13 UTC  (87+ 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 85801] [Mobility Radeon HD 4570] Enabling HDMI monitor fails with kernel versions 3.17/3.16
 2014-11-03 14:07 UTC 

[PATCH v2 0/5] video: describe data bus formats
 2014-11-03 14:06 UTC  (7+ messages)
` [PATCH v2 1/5] video: move mediabus format definition to a more standard place

-next plans/status
 2014-11-03 10:56 UTC  (3+ messages)

Modesetting lock changes breaks vmwgfx since 3.18-rc1
 2014-11-03 10:29 UTC  (3+ messages)

[PATCH 01/17] drm/tegra: dc: Add powergate support
 2014-11-03 10:12 UTC  (20+ messages)
` [PATCH 02/17] drm/tegra: Do not enable output on .mode_set()
` [PATCH 03/17] drm/tegra: dsi: Make FIFO depths host parameters
` [PATCH v2 04/17] drm/tegra: dsi: Add ganged mode support
` [PATCH 05/17] drm/tegra: dsi: Set up PHY_TIMING & BTA_TIMING registers earlier
` [PATCH 06/17] drm/tegra: dc: Add missing call to drm_vblank_on()
` [PATCH 07/17] drm/tegra: gem: Extract tegra_bo_alloc_object()
` [PATCH 08/17] drm/tegra: gem: Cleanup tegra_bo_create_with_handle()
` [PATCH 09/17] drm/tegra: gem: Remove redundant drm_gem_free_mmap_offset()
` [PATCH 10/17] drm/tegra: gem: Use dma_mmap_writecombine()
` [PATCH v5 11/17] drm/tegra: Add IOMMU support
` [PATCH 12/17] drm/tegra: dc: Factor out DC, window and cursor commit
` [PATCH 13/17] drm/tegra: dc: Registers are 32 bits wide
` [PATCH 14/17] drm/tegra: dc: Universal plane support
` [PATCH 15/17] drm/tegra: Fix potential bug on driver unload
` [PATCH 16/17] drm/tegra: gem: dumb: pitch and size are outputs
` [PATCH 17/17] drm/tegra: fb: Do not destroy framebuffer

[RFC PATCH] drm/exynos: Add DECON driver
 2014-11-03 10:01 UTC  (4+ messages)

[Bug 83611] New: Kernel NULL pointer dereference when using tlp on a laptop with AMD video card
 2014-11-03 10:00 UTC  (2+ messages)
` [Bug 83611] "

[PATCH v4 01/16] drm/dsi: Add message to packet translator
 2014-11-03  9:13 UTC  (16+ messages)
` [PATCH v4 02/16] drm/dsi: Add DSI transfer helper
` [PATCH v4 03/16] drm/dsi: Make mipi_dsi_dcs_{read, write}() symmetrical
` [PATCH v4 04/16] drm/dsi: Constify mipi_dsi_msg
` [PATCH v4 05/16] drm/dsi: Add mipi_dsi_set_maximum_return_packet_size() helper
` [PATCH v4 06/16] drm/panel: s6e8aa0: Use standard MIPI DSI function
` [PATCH v4 07/16] drm/dsi: Implement generic read and write commands
` [PATCH v4 08/16] drm/dsi: Implement some standard DCS commands
` [PATCH v4 09/16] drm/dsi: Add to DocBook documentation
` [PATCH v4 10/16] drm/dsi: Implement DCS nop command
` [PATCH v4 11/16] drm/dsi: Implement DCS soft_reset command
` [PATCH v4 12/16] drm/dsi: Implement DCS get_power_mode command
` [PATCH v4 13/16] drm/dsi: Implement DCS {get, set}_pixel_format commands
` [PATCH v4 14/16] drm/dsi: Implement DCS set_{column, page}_address commands
` [PATCH v4 15/16] drm/dsi: Resolve MIPI DSI device from phandle
` [PATCH v4 16/16] drm/panel: Add Sharp LQ101R1SX01 support

[PATCH] drm: Per-plane locking
 2014-11-03  9:05 UTC  (5+ messages)

[RFC] drm: Add utility function to check for edp1.4
 2014-11-03  8:28 UTC  (5+ messages)

[PATCH V7 00/12] drm/exynos: few patches to enhance bridge chip support
 2014-11-03  8:26 UTC  (20+ messages)
` [PATCH V7 03/12] drm/bridge: Add helper functions for drm_bridge

[Bug 85661] New: planetary annihilation gpu lockup
 2014-11-03  6:54 UTC  (2+ messages)
` [Bug 85661] "

[PATCH 00/17] atomic modeset core<->driver interfaces and helpers
 2014-11-03  3:04 UTC  (21+ 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] "
` [PATCH 03/17] drm: fixup kerneldoc in drm_crtc.h
` [PATCH 04/17] drm/modeset_lock: document trylock_only in kerneldoc
` [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 11/17] drm/atomic-helper: implementatations for legacy interfaces
` [PATCH 12/17] drm/atomic: Integrate fence support
` [PATCH 13/17] drm/atomic-helpers: document how to implement async commit
` [PATCH 14/17] drm/atomic-helper: implement ->page_flip
` [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
` [PATCH 17/17] drm/atomic: Refcounting for plane_state->fb

[Bug 85771] unable to handle kernel NULL pointer dereference in dce6_bandwidth_update
 2014-11-02 20:30 UTC  (3+ messages)

[git pull] drm fixes
 2014-11-02 19:41 UTC 

[GIT PULL] exynos-drm-fixes
 2014-11-02 17:25 UTC 

[Bug 79980] New: Random radeonsi crashes
 2014-11-02 15:38 UTC  (3+ messages)
` [Bug 79980] "

[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  (5+ messages)
` [Bug 86891] "

[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  (2+ messages)
` [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  (2+ 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  (2+ messages)

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


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