dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-27 19:34:16 to 2016-05-30 14:15:15 UTC [more...]

drivers/gpu/drm/i915/i915_reg.h:90:shift-overflow problem ?
 2016-05-30 14:15 UTC  (3+ messages)
` [PATCH] drm/i915: fix BSM_MASK definition

[PATCH] Add virtio gpu driver
 2016-05-30 13:50 UTC  (8+ messages)

[RFC] drm: Introduce max width and height properties for planes
 2016-05-30 13:47 UTC  (8+ messages)

[PATCH v5 0/1] sti: add audio interface to the hdmi driver
 2016-05-30 13:31 UTC  (2+ messages)
` [PATCH v5 1/1] drm: sti: Add ASoC generic hdmi codec support

[PATCH 00/26] RFC: generic nonblocking support in the atomic helpers
 2016-05-30 13:10 UTC  (37+ messages)
` [PATCH 01/26] drm/atomic-helper: use for_each_*_in_state more
` [PATCH 02/26] drm/i915: Use drm_atomic_get_existing_plane_state
  ` [Intel-gfx] "
` [PATCH 03/26] drm/msm: Use for_each_*_in_state
` [PATCH 04/26] drm/rcar-du: "
` [PATCH 05/26] drm/vc4: Use for_each_plane_in_state
` [PATCH 06/26] drm/atomic: Add __drm_atomic_get_current_plane_state
  ` [Intel-gfx] "
` [PATCH 07/26] drm/exynos: Use for_each_crtc_in_state
` [PATCH 08/26] drm: Consolidate connector arrays in drm_atomic_state
` [PATCH 09/26] drm: Consolidate plane "
` [PATCH 10/26] drm: Consolidate crtc "
` [PATCH 11/26] drm/fence: add fence to drm_pending_event
` [PATCH 12/26] drm/atomic-helper: Massage swap_state signature somewhat
` [PATCH 13/26] drm/arc: Nuke event_list
` [PATCH 14/26] drm/arc: Actually bother with handling atomic events
` [PATCH 15/26] drm/arc: Implement nonblocking commit correctly
  ` [Intel-gfx] "
` [PATCH 16/26] drm/hdlcd: Use helper support for nonblocking commits
` [PATCH 17/26] drm/fsl-du: Implement some semblance of vblank event handling
` [PATCH 18/26] drm/hisilicon: "
` [PATCH 19/26] drm/sun4i: "
` [PATCH 20/26] drm/atomic: kerneldoc for drm_atomic_crtc_needs_modeset
` [PATCH 21/26] drm/atomic-helper: nonblocking commit support
  ` [PATCH] "
` [PATCH 22/26] drm/i915: Signal drm events for atomic
` [PATCH 23/26] drm/i915: Roll out the helper nonblock tracking
` [PATCH 24/26] drm/rockchip: convert to helper nonblocking atomic commit
` [PATCH 25/26] drm/rockchip: Nuke pending event handling in preclose
` [PATCH 26/26] drm/virtio: Don't reinvent a flipping wheel

[PATCH 0/4] nouveau fixes for RPM/Optimus-related hangs
 2016-05-30 13:09 UTC  (13+ messages)
` [PATCH 4/4] drm/nouveau/acpi: fix lockup with PCIe runtime PM
  ` [Nouveau] "

[path v2 0/7] Add DRM driver for Hisilicon Hibmc
 2016-05-30 12:51 UTC  (15+ messages)
` [path v2 1/7] drm/hisilicon/hibmc: Add hisilicon hibmc drm master driver
` [path v2 2/7] drm/hisilicon/hibmc: Add plane for DE
` [path v2 3/7] drm/hisilicon/hibmc: Add crtc "
` [path v2 4/7] drm/hisilicon/hibmc: Add encoder for VDAC
` [path v2 5/7] drm/hisilicon/hibmc: Add connector "
` [path v2 6/7] drm/hisilicon/hibmc: Add support for frame buffer
` [path v2 7/7] drm/hisilicon/hibmc: Add maintainer for Hibmc DRM

[PATCH 00/26] fb/drm: omapdss: Clean up the headers and separate the two stack
 2016-05-30 12:35 UTC  (29+ messages)
` [PATCH 01/26] omapfb: panel-tpo-td028ttec1: Remove legacy boot support
` [PATCH 02/26] omapfb: panel-nec-nl8048hl11: "
` [PATCH 03/26] omapfb: panel-tpo-td043mtea1: "
` [PATCH 04/26] omapfb: panel-sharp-ls037v7dw01: "
` [PATCH 05/26] omapfb: panel-lgphilips-lb035q02: "
` [PATCH 06/26] omapfb: panel-dsi-cm: "
` [PATCH 07/26] omapfb: connector-hdmi: "
` [PATCH 08/26] omapfb: connector-dvi: "
` [PATCH 09/26] omapfb: encoder-tfp410: "
` [PATCH 10/26] omapdss: omap-panel-data.h: Remove struct omap_dss_device declaration
` [PATCH 11/26] drm/omap: connector-analog-tv: Support only Composite type in legacy boot
` [PATCH 12/26] omapfb: "
` [PATCH 13/26] ARM: OMAP: rx51-video: Do not set TV connector_type
` [PATCH 14/26] omapdss: omap-panel-data.h: Remove connector_type from atv pdata
` [PATCH 15/26] ARM/video: omap2: Move omap_display_init declaration to mach-omap2/display.h
` [PATCH 16/26] drm/omap: Remove reference to pdata->default_device
` [PATCH 17/26] omapfb: "
` [PATCH 18/26] video: omapdss: Remove unused members from struct omap_dss_board_info
` [PATCH 19/26] video/platform_data: omapdss: Create new header file for platform data
` [PATCH 20/26] ARM: OMAP2: Use the platform_data header for omapdss
` [PATCH 21/26] omapdss: hdmi audio: Make header file independent of video/omapdss.h
` [PATCH 22/26] drm/omap: Do not include video/omapdss.h directly in drivers
` [PATCH 23/26] omapfb: Create new header file for omapfb DSS implementation
` [PATCH 24/26] [media] omap_vout: Switch to use the video/omapfb_dss.h header file
` [PATCH 25/26] omapfb: Copy video/omapdss.h content to video/omapfb_dss.h
` [PATCH 26/26] drm/omap: Remove the video/omapdss.h and move it's content to local header file

[PATCH v3 0/7] virtio-gpu: bugfixes, virgl/3d rendering support
 2016-05-30 12:06 UTC  (7+ messages)
` [PATCH v3 7/7] [wip] virtio-gpu: add page flip support

[PATCH] virtio-gpu: fix output lookup
 2016-05-30 12:03 UTC 

[RFC v2] Change dma_attrs from bitfield to unsigned long
 2016-05-30 11:54 UTC  (2+ messages)
  ` [RFC v2] dma-mapping: Use unsigned long for dma_attrs

Deadlock in 4.6 caused by 4eebd5a4e726 ("apple-gmux: lock iGP IO to protect from vgaarb changes")
 2016-05-30 10:48 UTC  (4+ messages)

[RFC v2 0/5] MT2701 DRM support
 2016-05-30 10:45 UTC  (14+ messages)
` [RFC v2 1/5] drm/mediatek: rename macros, add chip suffix
` [RFC v2 2/5] drm/mediatke: add support for Mediatek SoC MT2701
` [RFC v2 3/5] drm/mediatek: add *driver_data for different hardware settings

[PATCH] drm: Improve kerneldoc for mode_fixup callbacks and encoder's ->atomic_check
 2016-05-30 10:02 UTC 

[PATCH] drm/atomic-helper: Do not call ->mode_fixup for CRTC which will be disabled
 2016-05-30  9:59 UTC  (3+ messages)

[Bug 95528] BioShock issues on Tonga
 2016-05-30  9:43 UTC  (3+ messages)
` [Bug 95528] BioShock Infinite "
` [Bug 95528] BioShock Infinite issues on Tonga/Hawaii

[RESEND PATCH v3 0/2] PM / Domains: Second step in improving system PM code in genpd
 2016-05-30  9:43 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] PM / Domains: Allow genpd to power on during the system PM phases
` [RESEND PATCH v3 2/2] PM / Domains: Remove redundant wrapper functions for system PM

DRM DMA Engine
 2016-05-30  9:36 UTC  (5+ messages)

[PATCH v6 00/12] Support non-lru page migration
 2016-05-30  9:36 UTC  (7+ messages)
` [PATCH v6 02/12] mm: migrate: support non-lru movable "
  ` PATCH v6v2 "

[PATCH] drm/doc: Unify KMS Locking docs
 2016-05-30  9:19 UTC  (2+ messages)

[Bug 112491] New: Radeon: HD 7400G / A4-4355M System overheats with 3D graphics active
 2016-05-30  9:07 UTC  (2+ messages)
` [Bug 112491] Radeon: HD 7400G / A4-4355M System overheats with active graphics card use

[PATCH 02/11] drm: Add a callback from connector registering
 2016-05-30  8:57 UTC  (3+ messages)

[PATCH v2 01/21] drm: Export drm_dev_init() for subclassing
 2016-05-30  8:38 UTC  (5+ messages)
` [PATCH v2 02/21] drm: Add a callback from connector registering
` [PATCH v2 03/21] drm: Make drm_connector_register() safe against multiple calls
` [PATCH v2 04/21] drm: Automatically unregister the connector during cleanup
` [PATCH v2 05/21] drm: Minimally initialise drm_dp_aux

[PATCH v3] gpu: drm: amd: amdkfd: Remove create_workqueue()
 2016-05-30  8:36 UTC  (2+ messages)

[Bug 96239] Random "texture flickering" in Shadow of Mordor
 2016-05-30  8:28 UTC  (15+ messages)
` [Bug 96239] [radeonsi tessellation] Random "texture flickering" (Shadow of Mordor, Tomb Raider)
` [Bug 96239] [radeonsi tessellation] Random "texture flickering" (Shadow of Mordor, Tomb Raider, Unigine Heaven 4.0)
` [Bug 96239] [radeonsi tessellation] [R9 290/390] "

[PATCH v4 0/3] drm: Add various helpers for simple drivers
 2016-05-30  8:10 UTC  (4+ messages)
` [PATCH v4 3/3] drm: Add helper for simple display pipeline

[PATCH] Fix annoyingly awkward typo in drm_edid_load.c
 2016-05-30  7:59 UTC  (2+ messages)

[PATCH 0/7] add atomic_check callback to exynos_crtc
 2016-05-30  6:37 UTC  (3+ messages)
` [PATCH 3/7] ARM: exynos_defconfig: enable Exynos DRM Mixer driver

[Bug 119211] New: amdgpu disables fan by default
 2016-05-29 23:01 UTC  (4+ messages)
` [Bug 119211] "

[Bug 96271] TF2: GPU lockup on HD 7950
 2016-05-29 21:15 UTC  (3+ messages)

Should I expect nouveau on 4.6 to work on a GM206?
 2016-05-29 19:27 UTC  (5+ messages)

[Bug 119181] New: Hang in amdgpu_vm_bo_update_mapping with powerplay enabled
 2016-05-29 19:18 UTC  (2+ messages)
` [Bug 119181] "

[RFT v3] drm: use late_initcall() for amdkfd and radeon
 2016-05-29 18:27 UTC  (3+ messages)

[PATCH 0/9] Fix runtime pm ref leaks
 2016-05-29 15:50 UTC  (4+ messages)
` [PATCH 1/9] drm/nouveau: Don't leak runtime pm ref on driver unload

[PATCH v2] gpu: drm: amd: amdkfd: Remove create_workqueue()
 2016-05-29 15:46 UTC  (3+ messages)

4.7-rc0: redshift stopped working on intel display
 2016-05-29  9:08 UTC  (3+ messages)

[Bug 80004] New: Serious Sam 3 BFE - incorrect weapon rendering
 2016-05-29  7:54 UTC  (2+ messages)
` [Bug 80004] "

[PATCH] drm/amdkfd: print once about mem_banks truncation
 2016-05-29  5:24 UTC 

[Bug 88861] [efi, i915, vgaswitcheroo, black screen, nouveau] Screen goes black when switching from dedicated nvidia graphics card (nouveau) to integrated
 2016-05-28 19:40 UTC  (2+ messages)

is there a reason for include/uapi/drm to contain files not in Kbuild?
 2016-05-28 19:02 UTC 

[Bug 95072] [wine] Rendering bug in GTA IV
 2016-05-28 18:35 UTC  (2+ messages)

[PATCH v2 1/2] drm/amdkfd: unbind only existing processes
 2016-05-28 15:25 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amdkfd: destroy dbgmgr in notifier release

[PATCH] tty: vt: Fix soft lockup in fbcon cursor blink timer
 2016-05-28 11:48 UTC  (17+ messages)
        ` [PATCH] fbcon: use default if cursor blink interval is not valid
              ` [PATCH] fbcon: warn on invalid cursor blink intervals

[PATCH 0/4] Add TCON support to the R-Car DU driver
 2016-05-27 21:33 UTC  (5+ messages)
` [PATCH 2/4] rcar-du: add TCON encoder driver
` [PATCH 4/4] rcar-du: add R8A7794 TCON support

[PATCH] drm: Store the plane's index
 2016-05-27 20:43 UTC  (3+ messages)
` [PATCH v3] "

[Bug 92086] AMD Trinity No screen at HDMI after S3 wakeup
 2016-05-27 19:59 UTC  (2+ messages)

[Bug 35457] [rs690m] Graphics corruption with ati x1200
 2016-05-27 19:55 UTC  (3+ messages)

fsl-dcu not works on latest "drm-next"
 2016-05-27 19:50 UTC  (8+ messages)

[PATCH 1/2] drm/amdgpu/dce6: make some output debug only
 2016-05-27 19:34 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu/gfx6: "


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