public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-06-21 12:48:22 to 2017-06-22 14:21:16 UTC [more...]

[PATCH 00/19] huge gtt pages
 2017-06-22 14:21 UTC  (36+ messages)
` [PATCH 01/19] drm/i915: introduce simple gemfs
` [PATCH 02/19] drm/i915/gemfs: enable THP
` [PATCH 03/19] drm/i915: introduce page_size_mask to dev_info
` [PATCH 04/19] drm/i915: introduce page_size members
` [PATCH 05/19] drm/i915: align the vma start to the largest gtt page size
` [PATCH 06/19] drm/i915: align 64K objects to 2M
` [PATCH 07/19] drm/i915: pass the vma to insert_entries
` [PATCH 08/19] drm/i915: enable IPS bit for 64K pages
` [PATCH 09/19] drm/i915: disable GTT cache for 2M/1G pages
` [PATCH 10/19] drm/i915: support 1G pages for the 48b PPGTT
` [PATCH 11/19] drm/i915: support 2M "
` [PATCH 12/19] drm/i915: support 64K "
` [PATCH 13/19] drm/i915: accurate page size tracking for the ppgtt
` [PATCH 14/19] drm/i915/debugfs: include some gtt page size metrics
` [PATCH 15/19] drm/i915/selftests: basic huge page tests
` [PATCH 16/19] drm/i915/selftests: mix huge pages
` [PATCH 17/19] drm/i915: enable platform support for 64K pages
` [PATCH 18/19] drm/i915: enable platform support for 2M pages
` [PATCH 19/19] drm/i915: enable platform support for 1G pages
` ✓ Fi.CI.BAT: success for huge gtt pages (rev2)

[PATCH] drm/vgem: Pin our pages for dmabuf exports
 2017-06-22 14:16 UTC  (5+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.BAT: success for drm/vgem: Pin our pages for dmabuf exports (rev2)

[PATCH 00/17] drm/i915: Redo old gmch irq handling
 2017-06-22 13:12 UTC  (38+ messages)
` [PATCH 01/17] drm/i915: Clear pipestat consistently
` [PATCH 02/17] drm/i915: s/GEN3/GEN5/
` [PATCH 03/17] drm/i915: Use GEN3_IRQ_RESET/INIT on gen3/4
` [PATCH 04/17] drm/i915: Introduce GEN2_IRQ_RESET/INIT
` [PATCH 05/17] drm/i915: Setup EMR first on all gen2-4
` [PATCH 06/17] drm/i915: Eliminate PORT_HOTPLUG_EN setup from gen3/4 irq_postinstall
` [PATCH 07/17] drm/i915: Unify the appearance of gen3/4 irq_postistall hooks
` [PATCH 08/17] drm/i915: Remove NULL dev_priv checks from irq_uninstall
` [PATCH 09/17] drm/i915: Mask everything in ring HWSTAM on gen6+ in ringbuffer mode
` [PATCH 10/17] drm/i915: Gen3 HWSTAM is actually 32 bits
` [PATCH 11/17] drm/i915: Clean up the HWSTAM mess
` [PATCH 12/17] drm/i915: Remove duplicated irq_preinstall/uninstall hooks
` [PATCH 13/17] drm/i915: Consolidatte intel_check_page_flip() into intel_pipe_handle_vblank()
` [PATCH 14/17] drm/i915: Move the gen2-4 page flip handling code around
` [PATCH 15/17] drm/i915: Simplify the gen2-4 flip_mask handling
` [PATCH 16/17] drm/i915: Extract PIPESTAT irq handling into separate functions
` [PATCH 17/17] drm/i915: Rewrite GMCH irq handlers to follow the VLV/CHV pattern
` ✓ Fi.CI.BAT: success for drm/i915: Redo old gmch irq handling

[PATCH 00/13] RESEND: remove drm_vblank_cleanup from drivers
 2017-06-22 12:56 UTC  (10+ messages)
` [PATCH 01/13] drm/amd|radeon: Drop drm_vblank_cleanup
` [PATCH 06/13] drm/mxsfb: "
` [PATCH 09/13] drm/shmob: "
` [PATCH 13/13] drm/vblank: Unexport drm_vblank_cleanup

[PATCH] drm/i915/dp: Fix the t11_t12 delay for non GEN 9 LP platforms at HW readout and HW write
 2017-06-22 12:36 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/i915: Clear execbuf's vma backpointer upon release
 2017-06-22 12:01 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Check context status before looking up our obj/vma
 2017-06-22 11:54 UTC  (2+ messages)

[PATCH v2 00/14] improve the fb_setcmap helper
 2017-06-22 11:49 UTC  (18+ messages)
` [PATCH v2 01/14] drm/fb-helper: keep the .gamma_store updated in drm_fb_helper_setcmap
` [PATCH v2 02/14] drm/fb-helper: remove drm_fb_helper_save_lut_atomic
` [PATCH v2 03/14] drm/fb-helper: do a generic fb_setcmap helper in terms of crtc .gamma_set
` [PATCH v2 04/14] drm: amd: remove dead code and pointless local lut storage
` [PATCH v2 05/14] drm: armada: remove dead empty functions
` [PATCH v2 06/14] drm: ast: remove dead code and pointless local lut storage
` [PATCH v2 07/14] drm: cirrus: "
` [PATCH v2 08/14] drm: gma500: "
` [PATCH v2 09/14] drm: i915: "
` [PATCH v2 10/14] drm: mgag200: "
` [PATCH v2 11/14] drm: nouveau: "
` [PATCH v2 12/14] drm: radeon: "
` [PATCH v2 13/14] drm: stm: "
` [PATCH v2 14/14] drm: remove unused and redundant callbacks

[PATCH] drm/i915: Break modeset deadlocks on reset
 2017-06-22 11:33 UTC  (13+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Break modeset deadlocks on reset (rev3)
` [PATCH v3] drm/i915: Break modeset deadlocks on reset
` ✓ Fi.CI.BAT: success for drm/i915: Break modeset deadlocks on reset (rev4)

[PATCH i-g-t] Add support for subtest-specific documentation
 2017-06-22 11:30 UTC 

[PATCH] drm/i915: Avoid keeping waitboost active for signaling threads
 2017-06-22 11:18 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t] lib/igt_aux: Use provided autoresume delay for rtc wake
 2017-06-22 11:04 UTC 

[RFC i-g-t 1/2] extended.testlist: Remove default and render engine test duplicates
 2017-06-22 10:45 UTC  (3+ messages)

[PATCH 00/12] fbdev helper locking rework and deferred setup
 2017-06-22 10:24 UTC  (16+ messages)
` [PATCH 01/12] drm/fb-helper: Push down modeset lock into FB helpers
` [PATCH 02/12] drm/i915: Drop FBDEV #ifdev in mst code
` [PATCH 03/12] drm/fb-helper: Add top-level lock
` [PATCH 04/12] drm/fb-helper: Push locking in fb_is_bound
` [PATCH 05/12] drm/fb-helper: Drop locking from the vsync wait ioctl code
` [PATCH 06/12] drm/fb-helper: Push locking into pan_display_atomic|legacy
` [PATCH 07/12] drm/fb-helper: Push locking into restore_fbdev_mode_atomic|legacy
` [PATCH 08/12] drm/fb-helper: Stop using mode_config.mutex for internals
` [PATCH 09/12] drm/fb-helper: Split dpms handling into legacy and atomic paths
` [PATCH 10/12] drm/fb-helper: Support deferred setup
` [PATCH 11/12] drm/exynos: Remove custom FB helper "
` [PATCH 12/12] drm/hisilicon: "
` ✓ Fi.CI.BAT: success for fbdev helper locking rework and "

[PATCH] drm/i915: pass the vma to insert_entries
 2017-06-22 10:13 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[RESEND-CI v4 00/15] HDMI YCBCR output handling in DRM layer
 2017-06-22  9:42 UTC  (13+ messages)
` [RESEND-CI v4 01/15] drm: add HDMI 2.0 VIC support for AVI info-frames
` [RESEND-CI v4 02/15] drm: add YCBCR 420 capability identifier
` [RESEND-CI v4 03/15] drm/edid: Complete CEA modedb(VIC 1-107)
` [RESEND-CI v4 09/15] drm: add helper functions for YCBCR output handling
  ` [Intel-gfx] "
` [PATCH v5 7/7] drm: create hdmi output property
  ` [Intel-gfx] "

[PATCH 00/11] improve the fb_setcmap helper
 2017-06-22  8:48 UTC  (6+ messages)
` [PATCH 01/11] drm/fb-helper: do a generic fb_setcmap helper in terms of crtc .gamma_set

[PATCH v9 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-06-22  8:30 UTC  (18+ messages)
` [PATCH v9 5/7] vfio: Define vfio based dma-buf operations
                  ` [Intel-gfx] "

[PATCH RESEND v11 0/3] Enhancement to intel_dp_aux_backlight driver
 2017-06-22  7:49 UTC  (2+ messages)

[PATCH 11/11] drm: remove unused and redundant callbacks
 2017-06-22  7:13 UTC  (4+ messages)

External display pixelated after upgrade to kernel >= 4.11.0-rc1
 2017-06-22  2:22 UTC 

[PATCH] drm/i915: Prevent kernel panic on reading out compliance debugfs files
 2017-06-21 22:08 UTC  (3+ messages)

[i-g-t 1/3] lib/cfl: Add Coffeelake PCI IDs for S SKU
 2017-06-21 21:19 UTC  (8+ messages)
` [i-g-t 2/3] lib/cfl: Add PCI IDs to H SKU in CFl
` [i-g-t 3/3] lib/cfl: Add PCI Ids for U "

[PATCH v6] drm/i915/gvt: Fix guest i915 48bit full ppgtt blocking issue
 2017-06-21 21:17 UTC  (2+ messages)

[PATCH libdrm 1/3] intel: PCI Ids for S SKU in CFL
 2017-06-21 21:16 UTC  (5+ messages)
` [PATCH libdrm 2/3] intel: PCI Ids for H "
` [PATCH libdrm 3/3] intel: PCI Ids for U "

[PATCH 0/5] drm/i915: PCH detection cleanup
 2017-06-21 18:05 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: PCH detection cleanup (rev2)

[PATCH 5/5] drm/i915: Always use 9 bits of the LPC bridge device ID for PCH detection
 2017-06-21 17:49 UTC  (2+ messages)
` [PATCH v2 "

[igt PATCH] igt/pm_rps: Remove remaining assert on CUR <= MAX
 2017-06-21 15:57 UTC  (5+ messages)

[PATCH] BUG-REPORT: snd-hda: hacked-together EPROBE_DEFER support
 2017-06-21 15:52 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v4 00/15] HDMI YCBCR output handling in DRM layer
 2017-06-21 15:49 UTC  (4+ messages)
` [PATCH v4 10/15] drm/i915: add compute-config for YCBCR outputs
  ` [Intel-gfx] "

[PATCH] drm/atomic-helper: Simplify commit tracking locking
 2017-06-21 14:30 UTC  (2+ messages)

[PATCH 0/8] Fixed16.16 wrapper cleanup & wm optimization
 2017-06-21 14:32 UTC  (4+ messages)
` [PATCH 4/8] drm/i915: Addition wrapper for fixed16.16 operation

[PATCH] drm/i915: Cancel pending execlist tasklet upon wedging
 2017-06-21 14:18 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH igt] igt/vgem_basic: Test DRM_IOCTL_SETVERSION
 2017-06-21 14:12 UTC 

[PATCH i-g-t 00/29] Update i915 perf tests for Gen8+
 2017-06-21 13:47 UTC  (3+ messages)
` [PATCH i-g-t 21/29] igt/perf: make stream_fd a global variable

[PATCH] drm: Check for drm_device->dev in drm_set_busid
 2017-06-21 13:42 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v4 00/11] drm/fb-helper: Deferred setup support
 2017-06-21 13:39 UTC  (3+ messages)
` [PATCH v4 11/11] drm/rockchip: Remove unnecessary NULL check


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