Created
June 27, 2014 20:55
-
-
Save tiagovignatti/029b45889f77ecb0b685 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt | |
#0 drm_intel_gem_bo_tile_pitch (bufmgr_gem=0x40e3d0, pitch=5464, | |
tiling_mode=0x7fffffffdde8) at intel_bufmgr_gem.c:332 | |
#1 0x00007ffff7e15af8 in drm_intel_gem_bo_alloc_tiled (bufmgr=0x40e3d0, | |
name=0x7ffff574711f "image", x=1366, y=768, cpp=4, tiling_mode=0x7fffffffdde8, | |
pitch=0x7fffffffddd0, flags=0) at intel_bufmgr_gem.c:837 | |
#2 0x00007ffff7e10efa in drm_intel_bo_alloc_tiled (bufmgr=0x40e3d0, | |
name=0x7ffff574711f "image", x=1366, y=768, cpp=4, tiling_mode=0x7fffffffdde8, | |
pitch=0x7fffffffddd0, flags=0) at intel_bufmgr.c:68 | |
#3 0x00007ffff555a92f in intel_create_image (screen=0x40d8a0, width=1366, height=768, | |
format=4098, use=3, loaderPrivate=0x691960) at intel_screen.c:516 | |
#4 0x00007ffff7eea05b in gbm_dri_bo_create (gbm=0x405010, width=1366, height=768, | |
format=0, usage=5) at backends/dri/gbm_dri.c:682 | |
#5 0x00007ffff7ee7826 in gbm_bo_create (gbm=0x405010, width=1366, height=768, | |
format=0, usage=5) at main/gbm.c:351 | |
#6 0x00007ffff7fd930f in get_back_bo (dri2_surf=0x64ff90) at platform_drm.c:215 | |
#7 0x00007ffff7fd9799 in dri2_drm_image_get_buffers (driDrawable=0x44dd90, | |
format=4107, stamp=0x44ddc0, loaderPrivate=0x64ff90, buffer_mask=1, | |
buffers=0x7fffffffdf80) at platform_drm.c:353 | |
#8 0x00007ffff7ee8f2a in image_get_buffers (driDrawable=0x44dd90, format=4107, | |
stamp=0x44ddc0, loaderPrivate=0x497380, buffer_mask=1, buffers=0x7fffffffdf80) | |
at backends/dri/gbm_dri.c:123 | |
#9 0x00007ffff557d556 in intel_update_image_buffers (brw=0x7ffff42dc038, | |
drawable=0x44dd90) at brw_context.c:1399 | |
#10 0x00007ffff557cdd5 in intel_update_renderbuffers (context=0x44f2f0, | |
---Type <return> to continue, or q <return> to quit--- | |
drawable=0x44dd90) at brw_context.c:1091 | |
#11 0x00007ffff557ce6c in intel_prepare_render (brw=0x7ffff42dc038) | |
at brw_context.c:1112 | |
#12 0x00007ffff557ca32 in intelMakeCurrent (driContextPriv=0x44f2f0, | |
driDrawPriv=0x44dd90, driReadPriv=0x44dd90) at brw_context.c:955 | |
#13 0x00007ffff54fb911 in driBindContext (pcp=0x44f2f0, pdp=0x44dd90, prp=0x44dd90) | |
at dri_util.c:540 | |
#14 0x00007ffff7fd116d in dri2_make_current (drv=0x60f3b0, disp=0x60e6e0, | |
dsurf=0x64ff90, rsurf=0x64ff90, ctx=0x60f8f0) at egl_dri2.c:985 | |
#15 0x00007ffff7fc35e5 in eglMakeCurrent (dpy=0x60e6e0, draw=0x64ff90, read=0x64ff90, | |
ctx=0x60f8f0) at eglapi.c:542 | |
#16 0x0000000000401ca1 in main (argc=1, argv=0x7fffffffe3c8) at eglkms.c:229 | |
(gdb) p pitch | |
$2 = 5464 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment