dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-24 20:28:51 to 2015-02-26 13:20:24 UTC [more...]

[PATCH 00/21] drm/omap: misc fixes/improvements
 2015-02-26 13:20 UTC  (17+ messages)
` [PATCH 01/21] drm/omap: fix encoder-crtc mapping
` [PATCH 02/21] drm/omap: page_flip: return -EBUSY if flip pending
` [PATCH 03/21] drm/omap: clear omap_obj->paddr in omap_gem_put_paddr()
` [PATCH 04/21] drm/omap: add pin refcounting to omap_framebuffer
` [PATCH 05/21] drm/omap: add a comment why locking is missing
` [PATCH 06/21] drm/omap: check CRTC color format earlier
` [PATCH 07/21] drm/omap: fix operation without fbdev
` [PATCH 08/21] drm/omap: fix error handling in omap_framebuffer_create()
` [PATCH 09/21] drm/omap: handle mismatching color format and buffer width
` [PATCH 10/21] drm/omap: fix TILER on OMAP5
` [PATCH 11/21] drm/omap: fix plane's channel selection
` [PATCH 12/21] drm/omap: tiler: fix race condition with engine->async
` [PATCH 13/21] drm/omap: remove dummy PM functions
` [PATCH 14/21] drm/omap: stop connector polling during suspend
` [PATCH 15/21] drm/omap: use DRM_ERROR_RATELIMITED() for error irqs
` [PATCH 16/21] drm/omap: fix race with error_irq

[PATCH] drm/atomic-helper: Fix kerneldoc for prepare_planes
 2015-02-26 13:20 UTC 

[PATCH 1/4] drm/dp: indentation and ordering cleanups
 2015-02-26 12:37 UTC  (9+ messages)
` [PATCH 2/4] drm/dp: add DPCD definitions from DP 1.2a
` [PATCH 3/4] drm/dp: add DPCD definitions from eDP 1.2
` [PATCH 4/4] drm/dp: add DPCD definitions from eDP 1.4

[Bug 89148] r300g: Kernel rejected CS in Wine d3d multisample test
 2015-02-26 12:00 UTC  (5+ messages)

[PATCH 0/8] Fix struct clk pointer comparing
 2015-02-26 11:59 UTC  (31+ messages)
` [PATCH 1/8] clk: add helper function clk_is_match()
      ` [alsa-devel] "
` [PATCH 2/8] ARM: imx: fix struct clk pointer comparing
` [PATCH 3/8] drm: armada: "
` [PATCH 4/8] pwm: atmel-hlcdc: "
` [PATCH 5/8] serial: samsung: "
` [PATCH 6/8] ASoC: fsl_esai: "
` [PATCH 7/8] ASoC: fsl_spdif: "
` [PATCH 8/8] ASoC: kirkwood: "

[Bug 89156] r300g: GL_COMPRESSED_RED_RGTC1 / ATI1N support broken
 2015-02-26 11:46 UTC  (5+ messages)

[PATCH v2 1/4] Add atomic_inc_return to atomics
 2015-02-26 10:54 UTC  (4+ messages)
  ` [PATCH v2 2/4] Use __sync_add_and_fetch instead of __sync_fetch_and_add for atomic_dec_and_test
  ` [PATCH v2 3/4] nouveau: make nouveau importing global buffers completely thread-safe, with tests
  ` [PATCH v2 4/4] nouveau: Do not add most bo's to the global bo list

[BISECTED REGRESSION v3.18->v3.19-rc1] drm/i915: failure to poweroff after hibernation
 2015-02-26  9:34 UTC  (6+ messages)
` [PATCH] drm/i915: fix failure to power off after hibernate

[PATCH 00/38] Renesas R-Car DU atomic updates support
 2015-02-26  9:23 UTC  (41+ messages)
` [PATCH 01/38] drm/atomic: Rename drm_atomic_helper_commit_pre_planes() state argument
` [PATCH 02/38] drm/atomic-helper: Rename commmit_post/pre_planes
` [PATCH 03/38] drm/atomic-helpers: make mode_set hooks optional
` [PATCH 04/38] drm/atomic-helpers: Fix documentation typos and wrong copy&paste
` [PATCH 05/38] drm: adv7511: Fix DDC error interrupt handling
` [PATCH 06/38] drm: adv7511: Fix nested sleep when reading EDID
` [PATCH 07/38] drm: rcar-du: Don't disable unused functions at init time
` [PATCH 08/38] drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call "
` [PATCH 09/38] drm: rcar-du: Don't set connector->encoder "
` [PATCH 10/38] drm: rcar-du: Reorder CRTC functions
` [PATCH 11/38] drm: rcar-du: Wait for page flip completion when turning the CRTC off
` [PATCH 12/38] drm: rcar-du: Turn vblank on/off when enabling/disabling CRTC
` [PATCH 13/38] drm: rcar-du: Disable fbdev emulation when no connector is present
` [PATCH 14/38] drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDS
` [PATCH 15/38] drm: rcar-du: Implement universal plane support
` [PATCH 16/38] drm: rcar-du: Fix hardware plane allocation
` [PATCH 17/38] drm: rcar-du: Implement planes atomic operations
` [PATCH 18/38] drm: rcar-du: Handle primary plane config through atomic plane ops
` [PATCH 19/38] drm: rcar-du: Wire up atomic state object scaffolding
` [PATCH 20/38] drm: rcar-du: Remove private copy of plane size and position
` [PATCH 21/38] drm: rcar-du: Replace LVDS encoder DPMS by enable/disable
` [PATCH 22/38] drm: rcar-du: Rework encoder enable/disable for atomic updates
` [PATCH 23/38] drm: rcar-du: Rework HDMI "
` [PATCH 24/38] drm: rcar-du: Rework CRTC "
` [PATCH 25/38] drm: rcar-du: Switch plane update to atomic helpers
` [PATCH 26/38] drm: rcar-du: Switch mode config "
` [PATCH 27/38] drm: rcar-du: Switch connector DPMS "
` [PATCH 28/38] drm: rcar-du: Replace encoder mode_fixup with atomic_check
` [PATCH 29/38] drm: rcar-du: Implement asynchronous commit support
` [PATCH 30/38] drm: rcar-du: Switch page flip to atomic helpers
` [PATCH 31/38] drm: rcar-du: Switch plane set_property "
` [PATCH 32/38] drm: rcar-du: Rework plane setup code
` [PATCH 33/38] drm: rcar-du: Replace plane crtc and enabled fields by plane state
` [PATCH 34/38] drm: rcar-du: Remove unneeded rcar_du_crtc plane field
` [PATCH 35/38] drm: rcar-du: Move plane format to plane state
` [PATCH 36/38] drm: rcar-du: Move plane commit code from CRTC start to CRTC resume
` [PATCH 37/38] drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes()
` [PATCH 38/38] drm: rcar-du: Fix race condition in hardware plane allocator

[PATCH RESEND] drm: tda998x: Use drm_do_get_edid()
 2015-02-26  9:20 UTC  (4+ messages)

[PULL] drm-intel-fixes
 2015-02-26  9:13 UTC 

[PATCH v2] drm: exynos: clean up dma_addr_t use
 2015-02-26  8:55 UTC 

eDP display control registers in Linux kernel
 2015-02-26  8:54 UTC  (6+ messages)

[PATCH 00/11] drm/rockchip: add support for lvds controller and external encoders
 2015-02-26  8:52 UTC  (2+ messages)

[PATCH] drm: exynos: clean up dma_addr_t use
 2015-02-26  8:46 UTC  (2+ messages)

[Bug 89327] Loss of HDMI audio on auto screen off (energy saving)
 2015-02-26  6:50 UTC  (15+ messages)

r600 - NI/Turks: flickering with 'geom-outlining-150'
 2015-02-26  6:40 UTC  (6+ messages)

[PATCH] drm/radeon: release digital encoder before asking for new one
 2015-02-26  2:46 UTC  (3+ messages)

drm-next-4.1-wip: NI/Turks *ERROR* chosen encoder in use 4
 2015-02-26  2:43 UTC  (5+ messages)
` Fwd: "

[PATCH 00/15] R-Car DU fixes and enhancements (including interlaced support)
 2015-02-26  1:29 UTC  (3+ messages)
` [PATCH 11/15] ARM: shmobile: lager: Add DU HDMI output support

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

[PULL] topic/drm-misc for 4.1
 2015-02-25 22:56 UTC 

[Bug 73338] Fan speed in idle at 40% with radeonsi and at 18% with catalyst
 2015-02-25 22:01 UTC  (3+ messages)

[pull] radeon drm-fixes-4.0
 2015-02-25 21:13 UTC 

[PATCH libdrm 00/04] Silence compiler warnings
 2015-02-25 18:43 UTC  (3+ messages)

[libdrm][PATCH 1/2] random: Use unsigned long for seed
 2015-02-25 18:41 UTC  (4+ messages)
` [libdrm][PATCH 3/2] Fix always true comparison

[Bug 89034] Firefox crashing xserver and some major rendering bugs
 2015-02-25 18:12 UTC  (8+ messages)

[PATCH] drm/omap: tiler: add hibernation callback
 2015-02-25 18:08 UTC 

[PATCH] drm: atmel-hlcdc: remove clock polarity from crtc driver
 2015-02-25 17:44 UTC 

[PATCH] drm: Remove redundant code in the getencoder ioctl
 2015-02-25 17:03 UTC 

[PATCH 00/04 libdrm] The rocky road to building with -Wextra
 2015-02-25 17:02 UTC  (3+ messages)

[v3] libdrm: improvements to userspace exynos component
 2015-02-25 15:54 UTC  (2+ messages)

[Bug 83226] New: Allow use of ColorRange and ColorSpace in xorg.conf.d files
 2015-02-25 15:04 UTC  (4+ messages)
` [Bug 83226] "

[PATCH libdrm 1/5] automake: wrap an insanely long line
 2015-02-25 14:28 UTC  (5+ messages)
` [PATCH libdrm 2/5] configure: omap, freedreno and tegra require atomics
` [PATCH libdrm 3/5] automake: drop the NULL variable from the makefile
` [PATCH libdrm 4/5] tests: move the SUBDIR at the top of "
` [PATCH libdrm 5/5] tests: automake: keep the libs link at the final stage

[patch] drm/i915: cleanup some indenting
 2015-02-25 13:54 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] drm: Don't assign fbs for universal cursor support to files
 2015-02-25 13:45 UTC 

Problems with DRI on Acube Sam460 AMCC 460ex board
 2015-02-25 13:31 UTC  (6+ messages)

[PATCH v5 0/9] Enable HDMI support on Exynos platforms
 2015-02-25 12:17 UTC  (4+ messages)
` [PATCH v5 8/9] ARM: dts: exynos5250: add display power domain

[PATCH] drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS
 2015-02-25  1:51 UTC  (4+ messages)

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2015-02-25  1:05 UTC 

[Bug 85421] New: radeon stalled, GPU lockup, reset and failed on resume; crashed by firefox
 2015-02-24 23:48 UTC  (2+ messages)
` [Bug 85421] "

[Bug 73785] New: Team Fortress 2 causes random GPU stalls on radeonsi
 2015-02-24 22:51 UTC  (2+ messages)
` [Bug 73785] [HyperZ] "

[Bug 75112] New: Meta Bug for HyperZ issues on r600g and radeonsi
 2015-02-24 22:51 UTC  (2+ messages)
` [Bug 75112] "

[PATCH 00/22] new radeon info queries
 2015-02-24 22:51 UTC  (3+ messages)

[PATCH 1/2] drm/msm/mdp5: fix cursor ROI
 2015-02-24 20:33 UTC  (2+ messages)
` [PATCH 2/2] drm/msm/mdp5: fix cursor blending


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