dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-23 13:42:09 to 2015-09-25 11:58:05 UTC [more...]

[PATCH RFCv2 3/4] staging: etnaviv: add drm driver
 2015-09-25 11:58 UTC  (50+ messages)
` [PATCH 00/48] Etnaviv changes RFCv1->RFCv2
  ` [PATCH 01/48] staging: etnaviv: avoid holding struct_mutex over dma_alloc_coherent()
  ` [PATCH 02/48] staging: etnaviv: restructure iommu handling
  ` [PATCH 03/48] staging: etnaviv: remove compat MMU code
  ` [PATCH 04/48] staging: etnaviv: clean up public API (part 2)
  ` [PATCH 05/48] staging: etnaviv: rename last remaining msm_* symbols
  ` [PATCH 06/48] staging: etnaviv: rename last remaining bits from msm to etnaviv
  ` [PATCH 07/48] staging: etnaviv: quiten down kernel log output
  ` [PATCH 08/48] staging: etnaviv: add proper license header to all files
  ` [PATCH 09/48] staging: etnaviv: add Dove GPU subsystem compatible
  ` [PATCH 10/48] staging: etnaviv: fix missing error cleanups in etnaviv_load()
  ` [PATCH 11/48] staging: etnaviv: fix off-by-one for iommu aperture end
  ` [PATCH 12/48] staging: etnaviv: avoid lockdep circular dependency warning
  ` [PATCH 13/48] staging: etnaviv: fix gpu debugfs show implementation
  ` [PATCH 14/48] staging: etnaviv: use vm_insert_page() rather than vm_insert_mixed()
  ` [PATCH 15/48] staging: etnaviv: etnaviv_gem_fault: reduce struct_mutex exposure
  ` [PATCH 16/48] staging: etnaviv: give etnaviv_gem_mmap_offset() a sane behaviour
  ` [PATCH 17/48] staging: etnaviv: allow etnaviv_ioctl_gem_info() locking to be interruptible
  ` [PATCH 18/48] staging: etnaviv: make context a per-GPU thing
  ` [PATCH 19/48] staging: etnaviv: switch to per-GPU fence completion implementation
  ` [PATCH 20/48] staging: etnaviv: provide etnaviv_queue_work()
  ` [PATCH 21/48] staging: etnaviv: use standard kernel types rather than stdint.h types
  ` [PATCH 22/48] staging: etnaviv: no need to initialise a list_head
  ` [PATCH 23/48] staging: etnaviv: fix oops caused by scanning for free blocks
  ` [PATCH 24/48] staging: etnaviv: clean up etnaviv_iommu_unmap_gem() signature
  ` [PATCH 25/48] staging: etnaviv: increase page table size to maximum
  ` [PATCH 26/48] staging: etnaviv: fix BUG_ON when removing module
  ` [PATCH 27/48] staging: etnaviv: provide a helper to load the GPU clock field
  ` [PATCH 28/48] staging: etnaviv: rename GPU clock functions
  ` [PATCH 29/48] staging: etnaviv: fix runtime resume
  ` [PATCH 30/48] staging: etnaviv: drop event ring buffer tracking
  ` [PATCH 31/48] staging: etnaviv: improve efficiency of command parser
  ` [PATCH 32/48] staging: etnaviv: no point looking up the mapping for cmdstream bos
  ` [PATCH 33/48] staging: etnaviv: copy submit command and bos in one go
  ` [PATCH 34/48] staging: etnaviv: remove cmd buffer offset validation in submit_reloc()
  ` [PATCH 35/48] staging: etnaviv: move mapping teardown into etnaviv_gem_free_object()
  ` [PATCH 36/48] staging: etnaviv: add support for GEM_WAIT ioctl
  ` [PATCH 37/48] staging: etnaviv: avoid pinning pages in CMA
  ` [PATCH 38/48] staging: etnaviv: fix 'ret' may be used uninitialized in this function
  ` [PATCH 39/48] staging: etnaviv: fix error: 'etnaviv_gpu_hw_resume' defined but not used
  ` [PATCH 40/48] staging: etnaviv: debugfs: add possibility to dump kernel buffer
  ` [PATCH 41/48] staging: etnaviv: change etnaviv_buffer_init() to return prefetch
  ` [PATCH 42/48] staging: etnaviv: implement simple hang recovery
  ` [PATCH 43/48] staging: etnaviv: map all buffers to the GPU
  ` [PATCH 44/48] staging: etnaviv: implement cache maintenance on cpu_(prep|fini)
  ` [PATCH 45/48] staging: etnaviv: remove submit type
  ` [PATCH 46/48] staging: etnaviv: rewrite submit interface to use copy from user
  ` [PATCH 47/48] staging: etnaviv: don't use GEM buffer for internal ring buffer
  ` [PATCH 48/48] staging: etnaviv: remove CMDSTREAM GEM allocation from UAPI

[PATCH 1/2] drm: Add SCDC helpers
 2015-09-25 11:46 UTC  (5+ messages)
` [PATCH 2/2] drm/edid: Implement SCDC support detection

[Bug 92039] glxinfo: Error: couldn't find RGB GLX visual or fbconfig; GetVisualConfigs returns 0 visuals; All fbconfigs have VisDepth = 0
 2015-09-25 11:40 UTC  (3+ messages)

[patch 1/4] drm/amdgpu: unwind properly in amdgpu_cs_parser_init()
 2015-09-25 11:36 UTC  (6+ messages)
        ` [patch] drm/amdgpu: signedness bug "

[PATCH] drm/i915: fix task reference leak in i915_debugfs.c
 2015-09-25 11:16 UTC  (2+ messages)

No more new fbdev drivers, please
 2015-09-25 11:00 UTC  (11+ messages)

No more new fbdev drivers, please
 2015-09-25 10:41 UTC 

[PATCH 1/6] driver-core: platform: Provide helpers for multi-driver modules
 2015-09-25 10:27 UTC  (8+ messages)
` [PATCH 2/6] drm/tegra: Use new multi-driver module helpers
` [PATCH 3/6] drm/imx: Build monolithic driver
` [PATCH 4/6] drm/imx: Do not export symbols
` [PATCH 5/6] drm/sti: Build monolithic driver
` [PATCH 6/6] drm/sti: Do not export symbols

[PATCH 01/14] drm/exynos: stop using sgtable in page fault handler
 2015-09-25  9:15 UTC  (9+ messages)
` [PATCH 09/14] drm/exynos: remove call to drm_gem_free_mmap_offset()

[PATCH 1/3] drm/exynos: Suspend/resume is unused if !PM
 2015-09-25  8:47 UTC  (6+ messages)
` [PATCH 2/3] drm/exynos: fimc: Clock control "
` [PATCH 3/3] drm/exynos: rotator: "

[PATCH] CHROMIUM: drm: bridge/dw_hdmi: Eliminate unused cable_plugin
 2015-09-25  8:29 UTC  (4+ messages)

[PATCH 01/16] drm/gma500: Sanity-check pipe index
 2015-09-25  7:39 UTC  (23+ messages)
` [PATCH 02/16] drm/bochs: Store correct CRTC index in events
` [PATCH 03/16] drm/imx: Make pipe number unsigned
` [PATCH 04/16] drm/imx: Drop pipe field from struct imx_drm_crtc
` [PATCH 05/16] drm/imx: Store correct CRTC index in events
` [PATCH 06/16] drm/rockchip: "
` [PATCH 07/16] drm/sti: "
` [PATCH 08/16] drm/irq: Rename drm_crtc -> crtc
` [PATCH 09/16] drm/irq: Use unsigned int pipe in public API
` [PATCH 10/16] drm/gma500: Use unsigned int pipe consistently
` [PATCH 11/16] drm/imx: Use unsigned int for CRTC index
` [PATCH 12/16] drm/msm: Use unsigned int pipe consistently
` [PATCH 13/16] drm: Move ->get_scanout_position() to struct drm_crtc_funcs
` [PATCH 14/16] drm/irq: Add drm_crtc_vblank_count_and_time()
` [PATCH 15/16] drm/armada: Use drm_crtc_vblank_*() API
` [PATCH 16/16] drm/sti: "

[Bug 91993] Graphical glitch in Astromenace (open-source game)
 2015-09-25  1:05 UTC  (2+ messages)

PROBLEM: Intel VGA output busticated on 4.3-rc2 (regression)
 2015-09-24 21:22 UTC 

[git pull] drm fixes
 2015-09-24 21:04 UTC 

[PATCH 0/5] Add ASoC support for AMD APUs [v3]
 2015-09-24 21:02 UTC  (8+ messages)
` [PATCH 1/5] ASoC : dwc : support dw i2s in slave mode
` [PATCH 2/5] ASoC : dwc : support dw i2s in AMD platform
` [PATCH 3/5] drm/amd: add ACP driver support
` [PATCH 5/5] ASoC: AMD: add AMD ASoC ACP-I2S driver

[PATCH 0/2] Fixup patches to fix warnings in recent linux-next
 2015-09-24 21:00 UTC  (4+ messages)
` [PATCH 1/2] fixup! drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps
` [PATCH 2/2] fixup! drm/atomic: Make prepare_fb/cleanup_fb only take state, v3

[PATCH] drm/radeon: add quirck for MSI R7 370
 2015-09-24 21:51 UTC 

[PATCH RFC 0/8] Add New DRM Driver for Hisilicon's Hi6220 SoC
 2015-09-24 18:35 UTC  (6+ messages)

[Bug 91921] radeon: command stream overflowed with current git
 2015-09-24 17:54 UTC  (2+ messages)

[Bug 90595] [drm:si_dpm_set_power_state [radeon]] *ERROR* si_set_sw_state failed
 2015-09-24 17:47 UTC  (2+ messages)

[PATCH] drm: omapdrm: tiler: Remove unneded module alias for tiler
 2015-09-24 16:32 UTC 

[PATCH RFC v4 0/8] Implement generic ASoC HDMI codec and use it in tda998x
 2015-09-24 16:29 UTC  (5+ messages)
` [PATCH RFC v4 4/8] drm/i2c: tda998x: Add support of a DT graph of ports

[PATCH 3/5] drm: omapdrm: tiler: Fix module autoload for OF platform driver
 2015-09-24 16:10 UTC  (6+ messages)

[PATCH] drm/nouveau: fix memory leak
 2015-09-24 15:59 UTC  (2+ messages)

[PATCH] drm/gma500: fix double freeing
 2015-09-24 15:57 UTC  (2+ messages)

[PATCH] drm/mgag200: fix memory leak
 2015-09-24 15:53 UTC  (2+ messages)

[PATCH] drm/nouveau: remove unused function
 2015-09-24 15:44 UTC  (2+ messages)

[Bug 91278] Tonga GPU lock/reset fail with Unigine Valley
 2015-09-24 15:43 UTC  (2+ messages)

[Bug 92087] [Radeon/Tonga] lockup in valley demo
 2015-09-24 15:43 UTC  (3+ messages)

[PATCH] drm: drm_atomic_crtc_get_property should be static
 2015-09-24 15:16 UTC  (2+ messages)

[PATCH] drm/gma500: Remove DP_LINK_STATUS_SIZE redefinition
 2015-09-24 15:15 UTC  (3+ messages)

[PATCH 01/15] vga_switcheroo: Document _ALL_ the things!
 2015-09-24 15:13 UTC  (23+ messages)
` [PATCH 02/15] DocBook: Add vga_switcheroo Subsystem Guide
  ` [PATCH 03/15] vga_switcheroo: Set active attribute to false for audio clients
    ` [PATCH 04/15] vga_switcheroo: Add missing locking
      ` [PATCH 05/15] vga_switcheroo: Drop client power state VGA_SWITCHEROO_INIT
        ` [PATCH 06/15] vga_switcheroo: Use enum vga_switcheroo_state instead of int
          ` [PATCH 07/15] vga_switcheroo: Use VGA_SWITCHEROO_UNKNOWN_ID instead of -1
            ` [PATCH 08/15] vga_switcheroo: Use enum vga_switcheroo_client_id instead of int
              ` [PATCH 09/15] vga_switcheroo: Sort headers alphabetically
                ` [PATCH 10/15] ALSA: hda - Spell vga_switcheroo consistently
                  ` [PATCH 11/15] drm/i915: "
                    ` [PATCH 12/15] drm/nouveau: "
                      ` [PATCH 13/15] drm/radeon: "
                        ` [PATCH 14/15] drm/amdgpu: "
    ` [PATCH v1.1 03/15] vga_switcheroo: Set active attribute to false for audio clients

[Bug 92101] face culling and alpha composition broken with Radeon driver in Kerbal Space Program 1.0.4
 2015-09-24 14:55 UTC  (2+ messages)

[git pull] drm for 4.3
 2015-09-24 13:26 UTC  (10+ messages)
      ` [regression] "

[PATCH v2 0/2] Dependency locks fixes for QXL driver
 2015-09-24 13:25 UTC  (3+ messages)
` [PATCH v2 1/2] drm/qxl: avoid buffer reservation in qxl_crtc_page_flip
` [PATCH v2 2/2] drm/qxl: avoid dependency lock

[PATCH 0/2] Dependency locks fixes for QXL driver
 2015-09-24 13:18 UTC  (3+ messages)
` [PATCH 1/2] drm/qxl: use to_qxl_bo macro
` [PATCH 2/2] drm/qxl: avoid dependency lock

[PATCH] drm/qxl: use to_qxl_bo macro
 2015-09-24 13:18 UTC 

[Bug 92082] Build on Solaris: xf86drm.c:3021: error: 'PATH_MAX' undeclared (first use in this function)
 2015-09-24 12:11 UTC  (2+ messages)

4.3-rc2 on radeon: new backtraces during resume
 2015-09-24 12:00 UTC  (3+ messages)

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2015-09-24 11:52 UTC  (3+ messages)

[PATCH] fbdev: put module after running driver callback
 2015-09-24 11:24 UTC  (2+ messages)

[PATCH 1/4] drm: Make drm_fb_unregister/remove accept NULL fb
 2015-09-24 10:56 UTC  (6+ messages)
` [PATCH 4/4] fbdev: Debug knob to register without holding console_lock

[PATCH] drm/sti: Select FW_LOADER
 2015-09-24 10:16 UTC 

block device backed by DRM buffer object
 2015-09-24  9:41 UTC  (7+ messages)
    ` drm_device from another device driver? (was: Re: block device backed by DRM buffer object)
          ` drm_device from another device driver?

[Linux-v4.2-10463-g9a9952bbd76a] i915: WARNING: intel_display.c:1377 assert_planes_disabled
 2015-09-24  9:18 UTC  (6+ messages)
    ` [regression] "

[PULL] drm-intel-fixes
 2015-09-24  9:13 UTC 

[git pull] vmwgfx-fixes-4.3-150924
 2015-09-24  8:00 UTC 

[PATCH 0/4] some optimization for evergreen cs
 2015-09-23 21:54 UTC  (4+ messages)

[pull] radeon and amdgpu drm-fixes-4.3
 2015-09-23 21:39 UTC 

[PATCH] drm/radeon: Sprinkle drm_modeset_lock_all to appease locking checks
 2015-09-23 18:26 UTC 

WARNING: CPU: 4 PID: 863 at include/drm/drm_crtc.h:1577 drm_helper_choose_encoder_dpms+0x88/0x90()
 2015-09-23 16:18 UTC  (9+ messages)

[Bug 102401] New: 4.2 RC5
 2015-09-23 15:42 UTC  (2+ messages)
` [Bug 102401] Radeon Displayport Audio Warping

[Bug 92086] AMD Trinity No screen at HDMI after S3 wakeup
 2015-09-23 14:16 UTC  (6+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).