Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-27 11:57:42 to 2019-11-27 20:13:08 UTC [more...]

[PATCH v2 00/14] drm/i915/fbc: Fix FBC for glk+
 2019-11-27 20:12 UTC  (26+ messages)
` [Intel-gfx] "
` [PATCH v2 01/14] drm/i915/fbc: Disable fbc by default on all glk+
  ` [Intel-gfx] "
` [PATCH v2 02/14] drm/i915/fbc: Nuke bogus single pipe fbc1 restriction
  ` [Intel-gfx] "
` [PATCH v2 03/14] drm/i915: Relocate intel_crtc_active()
  ` [Intel-gfx] "
` [PATCH v2 04/14] drm/i915/fbc: Remove the FBC_RT_BASE setup for ILK/SNB
  ` [Intel-gfx] "
` [PATCH v2 05/14] drm/i915/fbc: Precompute gen9 cfb stride w/a
  ` [Intel-gfx] "
` [PATCH v2 06/14] drm/i915/fbc: Track plane visibility
  ` [Intel-gfx] "
` [PATCH v2 07/14] drm/i915/fbc: Store fence_id direction in fbc cache/params
  ` [Intel-gfx] "
` [PATCH v2 08/14] drm/i915/fbc: Make fence_id optional for i965gm
  ` [Intel-gfx] "
` [PATCH v2 09/14] drm/i915/fbc: s/gen9 && !glk/gen9_bc || bxt/
  ` [Intel-gfx] "
` [PATCH v2 10/14] drm/i915/fbc: Nuke fbc.enabled
  ` [Intel-gfx] "
` [PATCH v2 11/14] drm/i915/fbc: Start using flip nuke
  ` [Intel-gfx] "
` [PATCH v2 13/14] drm/i915/fbc: Enable fbc by default on glk+ once again
` [PATCH v2 14/14] drm/i915/fbc: Reallocate cfb if we need more of it

[PATCH 0/3] bios: dot not discard address space
 2019-11-27 20:12 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for bios: dot not discard address space (rev2)
  ` [Intel-gfx] "

[PATCH 00/13] video, drm: constify fbops in struct fb_info
 2019-11-27 20:04 UTC  (48+ messages)
` [Intel-gfx] "
` [PATCH 01/13] video: fb_defio: preserve user fb_ops
  ` [Intel-gfx] "
` [PATCH 02/13] drm/fb-helper: don't preserve fb_ops across deferred IO use
  ` [Intel-gfx] "
` [PATCH 03/13] video: smscufx: don't restore fb_mmap after deferred IO cleanup
  ` [Intel-gfx] "
` [PATCH 04/13] video: udlfb: "
  ` [Intel-gfx] "
` [PATCH 05/13] video: fbdev: vesafb: modify the static fb_ops directly
  ` [Intel-gfx] "
` [PATCH 06/13] video: fbmem: use const pointer for fb_ops
  ` [Intel-gfx] "
` [PATCH 07/13] video: omapfb: "
  ` [Intel-gfx] "
` [PATCH 08/13] video: fbdev: make fbops member of struct fb_info a const pointer
  ` [Intel-gfx] "
` [PATCH 09/13] drm: constify fb ops across all drivers
  ` [Intel-gfx] "
` [PATCH 10/13] video: "
  ` [Intel-gfx] "
` [PATCH 11/13] HID: picoLCD: constify fb ops
  ` [Intel-gfx] "
` [PATCH 12/13] media: constify fb ops across all drivers
  ` [Intel-gfx] "
` [PATCH 13/13] samples: vfio-mdev: constify fb ops
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for video, drm: constify fbops in struct fb_info
  ` [Intel-gfx] "

[PATCH 1/7] drm/i915/display: Refactor intel_commit_modeset_disables()
 2019-11-27 19:59 UTC  (18+ messages)
` [PATCH 3/7] drm/i915/tgl: Select master trasconder for MST stream
        ` [Intel-gfx] "
` [PATCH 4/7] drm/i915/dp: Power down sink before disable pipe/transcoder clock
        ` [Intel-gfx] "
        ` [Intel-gfx] [PATCH 1/7] drm/i915/display: Refactor intel_commit_modeset_disables()

[PATCH v6 0/4] Enable second DBuf slice for ICL and TGL
 2019-11-27 19:59 UTC  (14+ messages)
` [Intel-gfx] "
` [PATCH v6 1/4] drm/i915: Remove skl_ddl_allocation struct
  ` [Intel-gfx] "
` [PATCH v6 2/4] drm/i915: Move dbuf slice update to proper place
  ` [Intel-gfx] "
` [PATCH v6 3/4] drm/i915: Manipulate DBuf slices properly
  ` [Intel-gfx] "
` [PATCH v6 4/4] drm/i915: Correctly map DBUF slices to pipes
  ` [Intel-gfx] "
` ✗ Fi.CI.SPARSE: warning for Enable second DBuf slice for ICL and TGL (rev2)
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[RFC 00/13] drm/i915/svm: Add SVM support
 2019-11-27 19:23 UTC  (7+ messages)
` [RFC 03/13] drm/i915/svm: Runtime (RT) allocator support
      ` [Intel-gfx] "

[PATCH 0/7] drm/i915: Cleanups around pre/post plane update
 2019-11-27 19:05 UTC  (16+ messages)
` [Intel-gfx] "
` [PATCH 1/7] drm/i915: Clean up arguments to nv12/scaler w/a funcs
  ` [Intel-gfx] "
` [PATCH 2/7] drm/i915: Pass dev_priv to ilk_disable_lp_wm()
  ` [Intel-gfx] "
` [PATCH 3/7] drm/i915: s/pipe_config/new_crtc_state/ intel_{pre, post}_plane_update()
  ` [Intel-gfx] "
` [PATCH 4/7] drm/i915: Clean up "
  ` [Intel-gfx] "
` [PATCH 5/7] drm/i915: Clean up the gen2 "no planes -> underrun" workaround
  ` [Intel-gfx] "
` [PATCH 6/7] drm/i915: Nuke intel_pre_disable_primary_noatomic()
  ` [Intel-gfx] "
` [PATCH 7/7] drm/i915: Make intel_crtc_arm_fifo_underrun() functional on gen2
  ` [Intel-gfx] "

[PATCH] drm/i915/display/tgl: Do not program clockgating
 2019-11-27 19:01 UTC  (4+ messages)
` ✗ Fi.CI.IGT: failure for "
    ` [Intel-gfx] "

[PATCH 0/2] adding gamma state checker for icl+ platforms
 2019-11-27 18:50 UTC  (10+ messages)
` [Intel-gfx] "
` [PATCH 1/2] [v8] drm/i915/color: Extract icl_read_luts()
  ` [Intel-gfx] "
` [PATCH 2/2] FOR_TESTING_ONLY: Print rgb values of hw and sw blobs
  ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for adding gamma state checker for icl+ platforms (rev7)
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH] drm/i915/display: Suspend MST topology manager before destroy fbdev
 2019-11-27 18:43 UTC  (3+ messages)
  ` [Intel-gfx] "

[CI] drm/i915/gen7: Re-enable full-ppgtt for ivb, byt, hsw
 2019-11-27 18:22 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 1/5] drm/i915/psr: Add bits per pixel limitation
 2019-11-27 18:02 UTC  (7+ messages)
` [PATCH 5/5] drm/i915/vbt: Parse power conservation features block
          ` [Intel-gfx] "

[PATCH] drm/i915: Serialise i915_active_fence_set() with itself
 2019-11-27 18:01 UTC  (6+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for drm/i915: Serialise i915_active_fence_set() with itself (rev3)
  ` [Intel-gfx] "

[PATCH 1/3] drm/i915: Handle SDEISR according to PCH rather than platform
 2019-11-27 18:00 UTC  (9+ messages)
` [PATCH 2/3] drm/i915/ehl: Make icp_digital_port_connected() use phy instead of port
    ` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915: Handle SDEISR according to PCH rather than platform (rev3)
    ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH 1/3] drm/i915: Handle SDEISR according to PCH rather than platform

[PATCH 0/8] fb_create drive-through cleanups
 2019-11-27 17:54 UTC  (6+ messages)
` [PATCH 4/8] drm/rockchip: Use drm_gem_fb_create_with_dirty
    ` [Intel-gfx] "

[CI] drm/i915/gen7: Re-enable full-ppgtt for ivb, byt, hsw
 2019-11-27 17:11 UTC  (4+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for drm/i915/gen7: Re-enable full-ppgtt for ivb, byt, hsw (rev4)
  ` [Intel-gfx] "

[PATCH] drm/i915/gt: Defer breadcrumb processing to after the irq handler
 2019-11-27 16:44 UTC  (6+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "

[PATCH 00/13] drm/i915/fbc: Fix FBC for glk+
 2019-11-27 16:14 UTC  (3+ messages)
` ✗ Fi.CI.BUILD: failure for drm/i915/fbc: Fix FBC for glk+ (rev3)
  ` [Intel-gfx] "

[PATCH] drm/i915: Copy across scheduler behaviour flags across submit fences
 2019-11-27 15:44 UTC  (17+ messages)
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
  ` [Intel-gfx] "

[PATCH i-g-t] i915/gem_exec_balance: Check chain of submit dependencies
 2019-11-27 15:20 UTC  (8+ messages)
` [Intel-gfx] "

[PATCH v3 00/13] drm/i915/dsi: enable DSC
 2019-11-27 14:30 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsi: enable DSC (rev4)
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH v7 0/7] Clear Color Support for TGL Render Decompression
 2019-11-27 13:55 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for Clear Color Support for TGL Render Decompression (rev11)
  ` [Intel-gfx] "

[CI] drm/i915/gt: Manual rc6 entry upon parking
 2019-11-27 12:52 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Manual rc6 entry upon parking (rev4)
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "

[PATCH v3 0/2] drm: mmap fixups
 2019-11-27 12:50 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm: mmap fixups (rev3)
  ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success "
  ` [Intel-gfx] "


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