Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-18 15:53:40 to 2018-01-20 02:20:16 UTC [more...]

[PATCH RFC 0/9] DRM management via cgroups
 2018-01-20  2:20 UTC  (11+ messages)
` [PATCH RFC 2/9] cgroup: Add notifier call chain for cgroup destruction
  ` [PATCH RFC 1/9] kernfs: Export kernfs_get_inode
  ` [PATCH RFC 3/9] cgroup: Export cgroup_on_dfl() to drivers
  ` [PATCH RFC 6/9] drm: Add cgroup helper library
  ` [PATCH RFC 7/9] drm: Add helper to obtain cgroup of drm_file's owning process
  ` [PATCH RFC 8/9] drm/i915: Allow default context priority to be set via cgroup parameter
  ` [PATCH RFC 9/9] drm/i915: Add context priority to debugfs
` [PATCH RFC 4/9] cgroup: Export task_cgroup_from_root() and cgroup_mutex for drivers
` [PATCH RFC 5/9] drm: Introduce DRM_IOCTL_CGROUP_SETPARAM
` ✗ Fi.CI.BAT: warning for DRM management via cgroups

[PATCH] drm/i915: Implement display w/a #1143
 2018-01-20  1:59 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t 0/4] scripts/trace.pl: Re-order calculations and fixups
 2018-01-20  0:48 UTC  (6+ messages)
` [PATCH i-g-t 1/4] scripts/trace.pl: More hash key optimisations
` [PATCH i-g-t 2/4] scripts/trace.pl: Sort order
` [PATCH i-g-t 3/4] scripts/trace.pl: Calculate stats only after all munging
` [PATCH i-g-t 4/4] scripts/trace.pl: Simplify 'end' & 'notify' generation
` ✓ Fi.CI.BAT: success for scripts/trace.pl: Re-order calculations and fixups

[PATCH 02/15] drm/i915/skl+: refactor WM calculation for NV12
 2018-01-20  0:39 UTC  (2+ messages)

[PATCH 01/10] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU
 2018-01-20  0:30 UTC  (11+ messages)
` [PATCH 02/10] drm/i915/cnl: Add AUX-F support
` [PATCH 03/10] drm/i915/cnl: Fix _CNL_PORT_TX_DW2_LN0_F definition
` [PATCH 04/10] drm/i915: Fix DPLCLKA_CFGCR0 bits for Port F
` [PATCH 05/10] drm/i915/cnl: Add right GMBUS pin number for HDMI on "
` [PATCH 06/10] drm/i915: For HPD connected port use hpd_pin instead of port
` [PATCH 07/10] drm/i915/cnl: Add HPD support for Port F
` [PATCH 08/10] drm/i915/cnl: Enable DDI-F on Cannonlake
` [PATCH 09/10] drm/i915/cnl: Fix DP max rate for Cannonlake with port F
` [PATCH 10/10] drm/i915/cnl: Don't try to manage Port F power wells on all CNL
` ✓ Fi.CI.BAT: success for series starting with [01/10] drm/i915/cnl: Add Cannonlake PCI IDs for another SKU

[PATCH igt] igt/gen7_forcewake_mt: Make the mmio register as volatile
 2018-01-19 23:37 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 14/27] drm/i915/icl: Set graphics mode register for gen11
 2018-01-19 22:46 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/5] drm/vblank: Fix return type for drm_vblank_count()
 2018-01-19 22:45 UTC  (17+ messages)
` [PATCH 2/5] drm/vblank: Fix data type width for drm_crtc_arm_vblank_event()
` [PATCH 3/5] drm/vblank: Do not update vblank count if interrupts are already disabled
` [PATCH 4/5] drm/vblank: Restoring vblank counts after device PM events
      ` [Intel-gfx] "
` [PATCH 5/5] drm/i915: Estimate and update missed vblanks
    ` [Intel-gfx] "

[PATCH 1/2] drm/i915: Track the number of times we have woken the GPU up
 2018-01-19 21:56 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Shrink the GEM kmem_caches upon idling
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Track the number of times we have woken the GPU up
` ✗ Fi.CI.IGT: failure "

[CI] drm/i915: Shrink the request kmem_cache on allocation error
 2018-01-19 21:10 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v2 0/6] Per-context and per-client engine busyness
 2018-01-19 21:08 UTC  (12+ messages)
` [PATCH 1/6] drm/i915: Track per-context "
  ` [PATCH v5 "
` [PATCH 2/6] drm/i915: Allow clients to query own per-engine busyness
` [PATCH 3/6] drm/i915: Expose list of clients in sysfs
` [PATCH 4/6] drm/i915: Update client name on context create
` [PATCH 5/6] drm/i915: Expose per-engine client busyness
` [PATCH 6/6] drm/i915: Add sysfs toggle to enable per-client engine stats
` ✗ Fi.CI.BAT: failure for Per-context and per-client engine busyness (rev2)
` ✗ Fi.CI.BAT: failure for Per-context and per-client engine busyness (rev3)

[PATCH] drm/i915: vbt defs typo fixes
 2018-01-19 20:44 UTC  (8+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "

[RFC] drm/i915/guc: Keep GuC log disabled by default
 2018-01-19 20:40 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 00/27] ICL basic enabling + GEM
 2018-01-19 20:33 UTC  (11+ messages)
` [PATCH 07/27] drm/i915/icl: Interrupt handling

[PATCH v10 0/6] drm/i915: expose RCS topology to userspace
 2018-01-19 20:27 UTC  (11+ messages)
` [PATCH v10 1/6] drm/i915: store all subslice masks
` [PATCH v10 2/6] drm/i915/debugfs: reuse max slice/subslices already stored in sseu
` [PATCH v10 3/6] drm/i915/debugfs: add rcs topology entry
` [PATCH v10 4/6] drm/i915: add rcs topology to error state
` [PATCH v10 5/6] drm/i915: add query uAPI
` [PATCH v10 6/6] drm/i915: expose rcs topology through "
` ✓ Fi.CI.BAT: success for drm/i915: expose RCS topology to userspace
` ✓ Fi.CI.IGT: "

[PATCH 0/8] ICP initial support
 2018-01-19 20:20 UTC  (15+ messages)
` [PATCH 6/8] drm/i915/icp: Add backlight Support for ICP
` ✓ Fi.CI.BAT: success for ICP initial support (rev2)

[PATCH] drm/i915: Avoid leaking lpe audio platdev.data
 2018-01-19 18:09 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/3] drm/i915: Downgrade incorrect engine constructor usage warnings to development
 2018-01-19 17:20 UTC  (10+ messages)
` [PATCH 2/3] drm/i915: Per-engine scratch VMA is mandatory
` [PATCH 3/3] drm/i915: Stop ignoring failure to set up workaround batch buffers
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Downgrade incorrect engine constructor usage warnings to development
` ✗ Fi.CI.IGT: failure "

[RFC] perf: Allow fine-grained PMU access control
 2018-01-19 17:10 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "

[PATCH 10/27] drm/i915/icl: Enhanced execution list support
 2018-01-19 16:15 UTC  (4+ messages)
` [PATCH v5] "

[PATCH] drm/i915/edp: Do not do link training fallback or prune modes on EDP
 2018-01-19 15:45 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] drm/i915: add support for specifying DMC firmware override by module param
 2018-01-19 15:43 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: add support for specifying DMC firmware override by module param (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH v2 0/8] drm/i915: Fix up the CCS code
 2018-01-19 15:32 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Fix up the CCS code (rev3)

[PATCH 1/8] drm/i915: Add a comment exlaining CCS hsub/vsub
 2018-01-19 14:41 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v2] drm/i915: Check for fused or unused pipes
 2018-01-19 14:22 UTC  (2+ messages)

[RFC 0/6] Submitted queue depth stats
 2018-01-19 13:48 UTC  (6+ messages)
` [RFC 6/6] drm/i915/pmu: Add running counter

[PATCH] drm/i915/bios: add DP max link rate to VBT child device struct
 2018-01-19 13:35 UTC  (6+ messages)
` [PATCH v2] "

[PATCH i-g-t] tools/intel_bios_decode: update vbt defs from kernel
 2018-01-19 12:11 UTC  (3+ messages)

[PATCH 01/27] drm/i915/icl: Add initial Icelake definitions
 2018-01-19 11:27 UTC  (3+ messages)

[PATCH] drm/i915: Ignore TMDS clock limit for DP++ when EDID override is set
 2018-01-19 10:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/i915: remove redundant ELD connector type update
 2018-01-19 10:03 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t] intel_vbt_decode: Typo fixes
 2018-01-19  8:48 UTC  (2+ messages)

Vlv punit w/a (take two)
 2018-01-19  8:33 UTC  (4+ messages)
` [PATCH v2 10/11] drm/i915: Move sandybride pcode access to intel_sideband.c

[PATCH v7 1/6] drm/i915/guc: Move GuC WOPCM related code into separate files
 2018-01-19  7:03 UTC  (7+ messages)
` [PATCH v7 2/6] drm/i915/guc: Rename guc_ggtt_offset to intel_guc_ggtt_offset
` [PATCH v7 3/6] drm/i915/guc: Implement dynamic GuC WOPCM offset and size
` [PATCH v7 4/6] drm/i915/guc: Add WOPCM partitioning support for CNL
` [PATCH v7 5/6] drm/i915/guc: Check the locking status of GuC WOPCM registers
` [PATCH v7 6/6] HAX Enable GuC Submission for CI
` ✗ Fi.CI.BAT: failure for series starting with [v7,1/6] drm/i915/guc: Move GuC WOPCM related code into separate files

[PATCH 1/5] drm/i915: Convert intel_hpd_irq_event() into an encoder hotplug hook
 2018-01-19  6:59 UTC  (3+ messages)
` [PATCH 4/5] drm/i915: Nuke intel_dp->channel_eq_status

[PATCH 0/4] HDCP1.4 implementation enhancement
 2018-01-19  5:40 UTC  (6+ messages)
` [PATCH 2/4] drm/i915: II stage HDCP auth for repeater only

[CI] drm/i915: Use the engine name directly in the error_state file
 2018-01-18 23:47 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Use the engine name directly in the error_state file (rev3)
` ✗ Fi.CI.IGT: warning "

linux-next: Signed-off-by missing for commit in the drm-misc-fixes tree
 2018-01-18 23:17 UTC  (3+ messages)

[RFC v2 0/8] drm: Add generic fbdev emulation
 2018-01-18 21:36 UTC  (7+ messages)
` [RFC v2 6/8] drm: Handle fbdev emulation in core

[PATCH] drm/i915/dp: Fix compilation of intel_dp_hdcp_check_link
 2018-01-18 21:09 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] drm/i915/bios: add DP max link rate to VBT child device struct
 2018-01-18 20:29 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/bios: add DP max link rate to VBT child device struct (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/cnl: apply Display WA #1178 to fix type C dongles
 2018-01-18 19:53 UTC  (3+ messages)

[PULL] gvt-next fixes for 4.16
 2018-01-18 18:30 UTC  (4+ messages)

[PATCH v9 0/6] drm/i915: expose RCS topology to userspace
 2018-01-18 18:21 UTC  (7+ messages)
` [PATCH v9 6/6] drm/i915: expose rcs topology through query uAPI
` ✗ Fi.CI.IGT: failure for drm/i915: expose RCS topology to userspace

[PATCH v2] drm/i915: Use the engine name directly in the error_state file
 2018-01-18 18:17 UTC  (2+ messages)

Prevent trivial oom from gem_exec_nop/sequential
 2018-01-18 18:12 UTC  (8+ messages)
` [PATCH 07/10] drm/i915: Reduce spinlock hold time during notify_ring() interrupt
` [PATCH 09/10] drm/i915: Only signal from interrupt when requested

[PATCH 03/10] drm/i915: Shrink the GEM kmem_caches upon idling
 2018-01-18 18:06 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v2 1/2] drm/i915/guc: Redefine guc_log_level modparam values
 2018-01-18 17:56 UTC  (5+ messages)
` [PATCH v2 2/2] drm/i915/guc: Change values for i915_guc_log_control

[PATCH] intel: Future-proof ring names for aubinator_error_decode
 2018-01-18 17:36 UTC  (3+ messages)

[CI] drm/i915: Avoid waitboosting on the active request
 2018-01-18 17:19 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Avoid waitboosting on the active request (rev3)

[PULL] drm-misc-next-fixes
 2018-01-18 17:09 UTC 

[PATCH v6 00/99] XArray version 6
 2018-01-18 17:02 UTC  (5+ messages)

[PATCH v3 0/7] YCBCR 4:2:0/4:4:4 output support for LSPCON
 2018-01-18 16:16 UTC  (6+ messages)
` [PATCH v3 7/7] drm/i915: Add YCBCR 4:2:0/4:4:4 "


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