Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-23 08:10:22 to 2019-05-24 08:53:33 UTC [more...]

[PATCH 00/33] fbcon notifier begone!
 2019-05-24  8:53 UTC  (12+ 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 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

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

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

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

[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  (9+ messages)

[PATCH v4 00/22] GuC 32.0.3
 2019-05-24  0:09 UTC  (25+ 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: 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 v6 0/8] drm/fb-helper: Move modesetting code to drm_client
 2019-05-23 18:58 UTC  (12+ messages)
` [PATCH v6 1/8] drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()
` [PATCH v6 2/8] drm/fb-helper: Remove drm_fb_helper_crtc
` [PATCH v6 3/8] drm/fb-helper: Prepare to move out commit code
` [PATCH v6 4/8] drm/fb-helper: Move "
` [PATCH v6 5/8] drm/fb-helper: Remove drm_fb_helper_connector
` [PATCH v6 6/8] drm/fb-helper: Prepare to move out modeset config code
` [PATCH v6 7/8] drm/fb-helper: Move "
` [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 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] drm/i915: Tune down link train error messages due to IO failure
 2019-05-23 16:52 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/2] drm/i915: timeline semaphore support
 2019-05-23 16:16 UTC  (12+ messages)
` [PATCH 1/2] drm/syncobj: add an output syncobj parameter to find_fence
` [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  (5+ messages)
` [PATCH 2/3] drm/i915/huc: Check HuC firmware status only once
` ✗ Fi.CI.IGT: failure for drm/i915: HuC updates

[PULL] drm-misc-next
 2019-05-23 15:55 UTC  (4+ messages)

[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  (10+ 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  (12+ messages)
` [PATCH i-g-t 01/15] gem_wsim: Engine map support
` [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
` [PATCH i-g-t 11/15] gem_wsim: Consolidate engine assignments into helpers
  ` [igt-dev] "

[PATCH i-g-t 01/12] i915: Add gem_vm_create
 2019-05-23 13:41 UTC  (5+ messages)
` [PATCH i-g-t 03/12] i915/gem_ctx_create: Basic checks for constructor properties
` [PATCH i-g-t 05/12] i915: Exercise creating context with shared GTT

[PATCH] drm/i915: remove duplicate typedef for intel_wakeref_t
 2019-05-23 12:49 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH 1/4] drm/i915: move and rename register read ioctl function declaration
 2019-05-23 12:18 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/4] "

[PATCH i-g-t] tests/i915: Restore some BAT coverage
 2019-05-23 12:08 UTC  (7+ messages)
` [PATCH i-g-t v2] "
  ` [igt-dev] "

[PATCH 5/5] drm/i915: add support for perf configuration queries
 2019-05-23 11:38 UTC  (4+ messages)

[PATCH i-g-t] i915: Improve static engine map for legacy
 2019-05-23 11:23 UTC  (10+ messages)

[PATCH i-g-t] igt/gem_fence_thrash, gem_mmap_gtt: Don't let the device sleep
 2019-05-23 10:17 UTC  (3+ messages)

[PULL] drm-intel-fixes
 2019-05-23  9:42 UTC 

[CI] drm/i915: Engine discovery query
 2019-05-23  9:19 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Engine discovery query (rev11)

Getting "rcs0: reset request timeout" on 4.19.16
 2019-05-23  9:13 UTC  (3+ messages)

[PATCH i-g-t] lib/dummyload: Cleanup access to spin obj array
 2019-05-23  8:59 UTC  (4+ messages)

[PATCH i-g-t] lib/i915: Fix test enumeration on legacy kernels
 2019-05-23  8:52 UTC  (2+ messages)

[v11 00/12] Add HDR Metadata Parsing and handling in DRM layer
 2019-05-23  8:41 UTC  (4+ messages)
    ` [Intel-gfx] "


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