[Bug 74701] System hang when running glmark2 benchmark test

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 17 11:59:21 CET 2014


https://bugs.freedesktop.org/show_bug.cgi?id=74701

BinLi <binli at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #4 from BinLi <binli at gnome.org> ---
(In reply to comment #3)
> That lockup is someone's elses workitem freezing. Can you grab the error
> message from a vanilla kernel (i.e. not one of Ubuntu's frankenkernels).

I found a mainline kernel in below link, and I install the headers and
linux-image-extra at the same time.

http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5.7.30-quantal/linux-image-3.5.7-03050730-generic_3.5.7-03050730.201402120735_amd64.deb

But after build the drm-dkms-i915, it was failed when build the module.

implict declaration of function 'intel_enable_gtt'

So I checked the header file, it's a little difference.

So currently I can't install the drm-dkms, any idea? Thanks!

--- linux-headers-3.5.7-03050730/include/drm/intel-gtt.h        2014-02-17
18:54:53.852340109 +0800
+++ linux-headers-3.5.0-45/include/drm/intel-gtt.h      2013-12-04
23:18:32.000000000 +0800
@@ -3,7 +3,7 @@
 #ifndef _DRM_INTEL_GTT_H
 #define        _DRM_INTEL_GTT_H

-const struct intel_gtt {
+struct intel_gtt {
        /* Size of memory reserved for graphics by the BIOS */
        unsigned int stolen_size;
        /* Total number of gtt entries. */
@@ -17,10 +17,18 @@
        unsigned int do_idle_maps : 1;
        /* Share the scratch page dma with ppgtts. */
        dma_addr_t scratch_page_dma;
+       struct page *scratch_page;
        /* for ppgtt PDE access */
        u32 __iomem *gtt;
+       /* needed for ioremap in drm/i915 */
+       phys_addr_t gma_bus_addr;
 } *intel_gtt_get(void);

+int intel_gmch_probe(struct pci_dev *bridge_pdev, struct pci_dev *gpu_pdev,
+                    struct agp_bridge_data *bridge);
+void intel_gmch_remove(void);
+
+bool intel_enable_gtt(void);

 void intel_gtt_chipset_flush(void);
 void intel_gtt_unmap_memory(struct scatterlist *sg_list, int num_sg);
@@ -31,6 +39,9 @@
                                 unsigned int sg_len,
                                 unsigned int pg_start,
                                 unsigned int flags);
+void intel_gtt_insert_sg_entries_hsw(struct sg_table *st,
+                                 unsigned int pg_start,
+                                 unsigned int flags);
 void intel_gtt_insert_pages(unsigned int first_entry, unsigned int
num_entries,
                            struct page **pages, unsigned int flags);

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140217/2af06c87/attachment.html>


More information about the intel-gfx-bugs mailing list