public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-05-23 13:44:13 to 2019-05-24 17:38:48 UTC [more...]

[PULL] drm-intel-next
 2019-05-24 17:38 UTC 

[PATCH v4 00/22] GuC 32.0.3
 2019-05-24 17:36 UTC  (26+ messages)
` [PATCH v4 01/22] drm/i915/guc: Change platform default GuC mode
` [PATCH v4 02/22] drm/i915/guc: Don't allow GuC submission
` [PATCH v4 03/22] drm/i915/guc: Update GuC firmware versions and names
` [PATCH v4 04/22] drm/i915/guc: Update GuC firmware CSS header
` [PATCH v4 05/22] drm/i915/guc: Update GuC boot parameters
` [PATCH v4 06/22] drm/i915/guc: Update suspend/resume protocol
` [PATCH v4 07/22] drm/i915/guc: Update GuC sample-forcewake command
` [PATCH v4 08/22] drm/i915/guc: Update GuC ADS object definition
` [PATCH v4 09/22] drm/i915/guc: Reset GuC ADS during sanitize
` [PATCH v4 10/22] drm/i915/guc: Always ask GuC to update power domain states
` [PATCH v4 11/22] drm/i915/guc: Define GuC firmware version for Geminilake
` [PATCH v4 12/22] drm/i915/huc: Define HuC "
` [PATCH v4 13/22] drm/i915/guc: New GuC interrupt register for Gen11
` [PATCH v4 14/22] drm/i915/guc: New GuC scratch registers "
` [PATCH v4 15/22] drm/i915/huc: New HuC status register "
` [PATCH v4 16/22] drm/i915/guc: Create vfuncs for the GuC interrupts control functions
` [PATCH v4 17/22] drm/i915/guc: Correctly handle GuC interrupts on Gen11
` [PATCH v4 18/22] drm/i915/guc: Update GuC CTB response definition
` [PATCH v4 19/22] drm/i915/guc: Enable GuC CTB communication on Gen11
` [PATCH v4 20/22] drm/i915/guc: Define GuC firmware version for Icelake
` [PATCH v4 21/22] drm/i915/huc: Define HuC "
` [PATCH v4 22/22] HAX: turn on GuC/HuC auto mode
` ✗ Fi.CI.CHECKPATCH: warning for GuC 32.0.3 (rev5)
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915/icl: Fix AUX-B HW not done issue w/o AUX-A
 2019-05-24 17:35 UTC 

[PATCH] drm/i915/kvmgt: Use struct_size() helper
 2019-05-24 17:14 UTC 

[PATCH] drm/i915: Tune down link train error messages due to IO failure
 2019-05-24 16:49 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH resend for CI] drm/i915/dsi: Call drm_connector_cleanup on vlv_dsi_init error exit path
 2019-05-24 16:35 UTC 

[[PATCH 0/4] drm/i915/dsi: Read back pclk set by GOP and use that as pclk (version 3)
 2019-05-24 16:30 UTC  (5+ messages)
` [PATCH 1/4] drm/i915: Make intel_fuzzy_clock_check available outside of intel_display.c
` [PATCH 2/4] drm/i915/dsi: Move logging of DSI VBT parameters to a helper function
` [PATCH 3/4] drm/i915/dsi: Move vlv/icl_dphy_param_init call out of intel_dsi_vbt_init
` [PATCH 4/4] drm/i915/dsi: Read back pclk set by GOP and use that as pclk (v3)

[PATCH] drm/i915: Keep user GGTT alive for a minimum of 250ms
 2019-05-24 16:06 UTC  (3+ messages)

[CI 0/5] Refactor to expand subslice mask
 2019-05-24 15:40 UTC  (6+ messages)
` [CI 1/5] drm/i915: Use local variable for SSEU info in GETPARAM ioctl
` [CI 2/5] drm/i915: Add macro for SSEU stride calculation
` [CI 3/5] drm/i915: Move calculation of subslices per slice to new function
` [CI 4/5] drm/i915: Refactor sseu helper functions
` [CI 5/5] drm/i915: Expand subslice mask

[PATCH v5 2/2] drm/i915: Make sure we have enough memory bandwidth on ICL
 2019-05-24 15:36 UTC  (2+ messages)
` [PATCH v6 "

[PATCH 00/33] fbcon notifier begone!
 2019-05-24 15:28 UTC  (39+ messages)
` [PATCH 01/33] dummycon: Sprinkle locking checks
` [PATCH 02/33] fbdev: locking check for fb_set_suspend
` [PATCH 03/33] vt: might_sleep() annotation for do_blank_screen
` [PATCH 04/33] vt: More locking checks
` [PATCH 05/33] fbdev/sa1100fb: Remove dead code
` [PATCH 06/33] fbdev/cyber2000: Remove struct display
` [PATCH 07/33] fbdev/aty128fb: Remove dead code
` [PATCH 08/33] fbcon: s/struct display/struct fbcon_display/
` [PATCH 09/33] fbcon: Remove fbcon_has_exited
` [PATCH 10/33] fbcon: call fbcon_fb_(un)registered directly
` [PATCH 11/33] fbdev/sh_mobile: remove sh_mobile_lcdc_display_notify
` [PATCH 12/33] fbdev/omap: sysfs files can't disappear before the device is gone
` [PATCH 13/33] fbdev: "
` [PATCH 14/33] staging/olpc: lock_fb_info can't fail
` [PATCH 15/33] fbdev/atyfb: "
` [PATCH 16/33] fbdev: lock_fb_info cannot fail
` [PATCH 17/33] fbcon: call fbcon_fb_bind directly
` [PATCH 18/33] fbdev: make unregister/unlink functions not fail
` [PATCH 19/33] fbdev: unify unlink_framebuffer paths
` [PATCH 20/33] fbdev/sh_mob: Remove fb notifier callback
` [PATCH 21/33] fbdev: directly call fbcon_suspended/resumed
` [PATCH 22/33] fbcon: Call fbcon_mode_deleted/new_modelist directly
` [PATCH 23/33] fbdev: Call fbcon_get_requirement directly
` [PATCH 24/33] Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"
` [PATCH 25/33] fbmem: pull fbcon_fb_blanked out of fb_blank
` [PATCH 26/33] fbdev: remove FBINFO_MISC_USEREVENT around fb_blank
` [PATCH 27/33] fb: Flatten control flow in fb_set_var
` [PATCH 28/33] fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct calls
` [PATCH 29/33] vgaswitcheroo: call fbcon_remap_all directly
` [PATCH 30/33] fbcon: Call con2fb_map functions directly
` [PATCH 31/33] fbcon: Document what I learned about fbcon locking
` [PATCH 32/33] staging/olpc_dcon: Add drm conversion to TODO
` [PATCH 33/33] backlight: simplify lcd notifier
` ✗ Fi.CI.CHECKPATCH: warning for fbcon notifier begone! (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH v6 0/8] drm/fb-helper: Move modesetting code to drm_client
 2019-05-24 15:26 UTC  (9+ messages)
` [PATCH v6 2/8] drm/fb-helper: Remove drm_fb_helper_crtc
` [PATCH v6 8/8] drm/client: Hack: Add bootsplash example
` ✗ Fi.CI.BAT: failure for drm/fb-helper: Move modesetting code to drm_client (rev7)

[PATCH 00/12] drm/i915: adding state checker for gamma lut values
 2019-05-24 15:25 UTC  (5+ messages)
` [v6][PATCH 03/12] drm/i915: Add intel_color_lut_equal() to compare hw and sw gamma/degamma "

[PATCH] drm/i915/dsi: Use a fuzzy check for burst mode clock check
 2019-05-24 14:49 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH i-g-t] i915/gem_busy: Fix typo killing snb!
 2019-05-24 14:04 UTC  (2+ messages)

[PATCH v2] drm/i915/huc: Don't try to check HuC status if it's not loaded
 2019-05-24 13:29 UTC  (10+ messages)

[PATCH 0/5] drm/i915: Vulkan performance query support
 2019-05-24 10:07 UTC  (7+ messages)
` [PATCH 2/5] drm/i915/perf: allow holding preemption on filtered ctx

[PATCH i-g-t] benchmarks/gem_wsim: Heap allocate VLA structs
 2019-05-24  9:35 UTC  (9+ messages)
` [igt-dev] "
` [PATCH i-g-t v2] benchmarks/gem_wsim: Manually calculate VLA struct sizes

[BrownBag] drm/i915/gtt: Neuter the deferred unbind callback from gen6_ppgtt_cleanup
 2019-05-24  9:08 UTC  (13+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v3] drm/i915/gen11: enable support for headerless msgs
 2019-05-24  9:07 UTC  (4+ messages)
` [PATCH] "

[PULL] drm-misc-next
 2019-05-24  8:55 UTC  (5+ messages)
      ` [PULL] drm-misc-next, v2!

[PATCH] drm/i915: Maintain consistent documentation subsection ordering
 2019-05-24  7:24 UTC 

linux-next: manual merge of the drm-misc tree with Linus' tree
 2019-05-24  7:12 UTC  (7+ messages)

[PATCH] drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY
 2019-05-24  0:06 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY (rev3)

[PATCH 01/10] drm/i915/dmc: use kernel types
 2019-05-23 23:27 UTC  (30+ messages)
` [PATCH 02/10] drm/i915/dmc: extract fw_info and table walk from intel_package_header
` [PATCH 03/10] drm/i915/dmc: add support for package_header with version 2
` [PATCH 04/10] drm/i915/dmc: extract function to parse css header
` [PATCH 05/10] drm/i915/dmc: extract function to parse package_header
` [PATCH 06/10] drm/i915/dmc: extract function to parse dmc_header
` [PATCH 07/10] drm/i915/dmc: add support to load dmc_header version 3
` [PATCH 08/10] drm/i915/dmc: remove redundant return in parse_csr_fw()
` [PATCH 09/10] drm/i915/dmc: protect against reading random memory
` [PATCH 10/10] drm/i915/dmc: protect against loading wrong firmware
` ✓ Fi.CI.BAT: success for series starting with [01/10] drm/i915/dmc: use kernel types

[CI] drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY
 2019-05-23 23:10 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY (rev2)
` ✓ Fi.CI.BAT: success "

[PATCH 1/1] drm/i915: remove unused IO_TLB_SEGPAGES which should be defined by swiotlb
 2019-05-23 21:18 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/1] "

✗ Fi.CI.BAT: failure for drm/i915/gen11: enable support for headerless msgs (rev4)
 2019-05-23 21:13 UTC  (3+ messages)

[PATCH v2 0/9] GuC fixes
 2019-05-23 20:58 UTC  (12+ messages)
` [PATCH v2 8/9] drm/i915/uc: Stop talking with GuC when resetting
` ✗ Fi.CI.BAT: failure for GuC fixes (rev2)
` ✗ Fi.CI.CHECKPATCH: warning for GuC fixes (rev3)
` ✗ Fi.CI.BAT: failure "

[PATCH v4 1/2] drm/i915/gtt: grab wakeref in gen6_alloc_va_range
 2019-05-23 18:42 UTC  (5+ messages)
` [PATCH v4 2/2] drm/i915: add in-kernel blitter client
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4,1/2] drm/i915/gtt: grab wakeref in gen6_alloc_va_range
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Keep user GGTT alive for a minimum of 250ms
 2019-05-23 16:55 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915: Keep user GGTT alive for a minimum of 250ms (rev2)
` ✓ Fi.CI.BAT: success "

[PATCH 0/2] drm/i915: timeline semaphore support
 2019-05-23 16:16 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: add syncobj timeline support
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: timeline semaphore support
` ✓ Fi.CI.BAT: success "

[PATCH 0/3] drm/i915: HuC updates
 2019-05-23 15:56 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[CI 01/15] drm/i915: Split GEM object type definition to its own header
 2019-05-23 15:09 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [CI,01/15] "

[PATCH] drm/i915/gtt: Always acquire struct_mutex for gen6_ppgtt_cleanup
 2019-05-23 14:58 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Keep user GGTT alive for a minimum of 250ms
 2019-05-23 14:38 UTC  (2+ messages)

[PATCH i-g-t 00/15] Remaining bits of Virtual Engine tooling
 2019-05-23 14:17 UTC  (8+ messages)
` [PATCH i-g-t 04/15] gem_wsim: Engine map load balance command
  ` [igt-dev] "
` [PATCH i-g-t 07/15] gem_wsim: Infinite batch support


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