Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-25 12:36:47 to 2019-03-26 17:55:40 UTC [more...]

[PATCH 00/16] drm/fb-helper: Move modesetting code to drm_client
 2019-03-26 17:55 UTC  (11+ messages)
` [PATCH 01/16] drm/fb-helper: Remove unused gamma_size variable
` [PATCH 02/16] drm/fb-helper: dpms_legacy(): Only set on connectors in use
` [PATCH 03/16] drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()
` [PATCH 04/16] drm/fb-helper: No need to cache rotation and sw_rotations
` [PATCH 05/16] drm/fb-helper: Remove drm_fb_helper_crtc->{x, y, desired_mode}
` [PATCH 06/16] drm/i915/fbdev: Move intel_fb_initial_config() to fbdev helper
` [PATCH 07/16] drm/fb-helper: Remove drm_fb_helper_crtc
` [PATCH 08/16] drm/fb-helper: Prepare to move out commit code
` [PATCH 09/16] drm/fb-helper: Move "
` [PATCH 10/16] drm/fb-helper: Remove drm_fb_helper_connector

[PATCH 01/21] drm/fb-helper: Add fill_info() functions
 2019-03-26 17:46 UTC  (47+ messages)
` [PATCH 02/21] drm/fb-helper: set fbi->fix.id in fill_info()
` [PATCH 03/21] drm/fb_helper: set info->par "
` [PATCH 04/21] drm/amdgpu: Use drm_fb_helper_fill_info
` [PATCH 05/21] drm/armada: "
` [PATCH 06/21] drm/ast: "
` [PATCH 07/21] drm/cirrus: "
` [PATCH 08/21] drm/exynos: "
` [PATCH 09/21] drm/gma500: "
` [PATCH 10/21] drm/hibmc: "
` [PATCH 11/21] drm/i915: "
` [PATCH 12/21] drm/mga200g: "
` [PATCH 14/21] drm/nouveau: "
` [PATCH 15/21] drm/omap: "
  ` [PATCH 13/21] drm/bochs: "
  ` [PATCH 16/21] drm/radeon: "
` [PATCH 17/21] drm/rockchip: "
` [PATCH 18/21] drm/tegra: "
` [PATCH 19/21] drm/udl: "
` [PATCH 20/21] drm/vboxvideo: "
` [PATCH 21/21] drm/fb-helper: Unexport fill_{var,info}
  ` [PATCH 21/21] drm/fb-helper: Unexport fill_{var, info}
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/21] drm/fb-helper: Add fill_info() functions
` ✗ Fi.CI.SPARSE: "

[PATCH 1/4] drm: Nuke unused drm_display_info.pixel_clock
 2019-03-26 17:34 UTC  (4+ messages)
` [PATCH 2/4] drm: Fix tabs vs. spaces
` [PATCH 3/4] drm: Kill drm_display_info.name
` [PATCH 4/4] drm/uapi: Remove unused DRM_DISPLAY_INFO_LEN

[PATCH] drm/i915: Update size upon return from GEM_CREATE
 2019-03-26 17:32 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/3] drm-uapi: Pull i915_drm.h changes for context cloning
 2019-03-26 17:15 UTC  (6+ messages)
` [PATCH 2/3] iris: Create a composite context for both compute and render pipelines

[PATCH 0/9] more uncore rework
 2019-03-26 16:46 UTC  (25+ messages)
` [PATCH 1/9] drm/i915: rename raw reg access functions
` [PATCH 2/9] drm/i915: add HAS_FORCEWAKE flag to uncore
` [PATCH 3/9] drm/i915: add uncore flags for unclaimed mmio
` [PATCH 4/9] drm/i915: take a ref to the rpm in the uncore structure
` [PATCH 5/9] drm/i915: switch uncore mmio funcs to use intel_uncore
` [PATCH 6/9] drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncore
` [PATCH 7/9] drm/i915: intel_wait_for_register_fw to uncore
` [PATCH 8/9] drm/i915: switch intel_wait_for_register "
` [PATCH 9/9] drm/i915: take a reference to uncore in the engine and use it
` ✗ Fi.CI.CHECKPATCH: warning for more uncore rework
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/4] Device id consolidation
 2019-03-26 16:19 UTC  (11+ messages)
` [PATCH 1/4] drm/i915: Split Pineview device info into desktop and mobile
` [PATCH 2/4] drm/i915: Remove redundant device id from IS_IRONLAKE_M macro
` [PATCH 3/4] drm/i915: Split some PCI ids into separate groups
` [PATCH 4/4] drm/i915: Introduce concept of a sub-platform
` ✗ Fi.CI.CHECKPATCH: warning for Device id consolidation
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH 1/2] drm/i915: Do not enable FEC without DSC
 2019-03-26 16:16 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Clean up DSC vs. not bpp handling

[CI] drm/i915: stop storing the media fuse
 2019-03-26 15:55 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915: stop storing the media fuse (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t 01/24] i915/gem_exec_latency: Measure the latency of context switching
 2019-03-26 15:54 UTC  (44+ messages)
` [PATCH i-g-t 02/24] lib: Add GPU power measurement
  ` [igt-dev] "
  ` [PATCH i-g-t v2] "
    ` [igt-dev] "
` [PATCH i-g-t 03/24] i915/gem_exec_schedule: Measure semaphore power consumption
  ` [igt-dev] "
` [PATCH i-g-t 04/24] i915/gem_exec_whisper: Measure total power consumed
  ` [igt-dev] "
` [PATCH i-g-t 05/24] i915/gem_exec_schedule: Verify that using HW semaphores doesn't block
  ` [igt-dev] "
` [PATCH i-g-t 06/24] i915/gem_exec_nop: poll-sequential requires ordering between rings
  ` [igt-dev] "
` [PATCH i-g-t 07/24] i915/gem_sync: Make switch-default asymmetric
  ` [igt-dev] "
` [PATCH i-g-t 08/24] i915/gem_ctx_param: Remove kneecapping
  ` [igt-dev] "
` [PATCH i-g-t 09/24] i915/gem_exec_big: Add a single shot test
  ` [igt-dev] "
` [PATCH i-g-t 10/24] kms_fence_pin_leak: Ask for the GPU before use
  ` [igt-dev] "
` [PATCH i-g-t 12/24] lib/i915: Improve gem_context error messages
  ` [igt-dev] "
` [PATCH i-g-t 13/24] i915/gem_ctx_param: Test set/get (copy) VM
  ` [igt-dev] "
` [PATCH i-g-t 14/24] i915/gem_ctx_create: Basic checks for constructor properties
  ` [igt-dev] "
` [PATCH i-g-t 15/24] i915: Add gem_vm_create
  ` [igt-dev] "
` [PATCH i-g-t 17/24] i915: Add gem_ctx_clone
  ` [igt-dev] "

[PATCH] drm/i915: Only reset the pinned kernel contexts on resume
 2019-03-26 15:39 UTC 

[PATCH] drm/i915/selftests: Fix an IS_ERR() vs NULL check
 2019-03-26 15:35 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/fbdev: Make skip_vt_switch the default
 2019-03-26 15:25 UTC  (4+ messages)

[PATCH 0/2] drm: connector firmware nodes
 2019-03-26 15:16 UTC  (7+ messages)
` [PATCH 1/2] drm: Add fwnode member to the struct drm_connector
` [PATCH 2/2] drm/i915: Associate ACPI connector nodes with connector entries
` ✓ Fi.CI.BAT: success for drm: connector firmware nodes
` ✗ Fi.CI.IGT: failure "

[RFC] drm/i915: adding state checker for gamma lut values
 2019-03-26 14:28 UTC  (7+ messages)

[PATCH v2 1/6] drm/i915: Add broadcast RGB property for DP MST
 2019-03-26 14:25 UTC  (6+ messages)
` [PATCH v2 2/6] drm/i915: Expose the force_audio property with "
` [PATCH v2 3/6] drm/i915: Remove the 8bpc shackles from "
` [PATCH v2 4/6] drm/i915: Add max_bpc property for "
` [PATCH v2 5/6] drm/i915: Update TRANS_MSA_MISC for fastsets
` [PATCH v2 6/6] drm/i915: Set DP min_bpp to 8*3 for non-RGB output formats

[v6 00/16] Add Plane Color Properties
 2019-03-26 13:59 UTC  (4+ messages)
` [v6 10/16] drm/i915/icl: Add ICL Plane Degamma Register definition

[PATCH v2 0/5] Do not re-read dpll registers
 2019-03-26 13:44 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for Do not re-read dpll registers (rev3)

[PATCH 1/5] drm/i915: Add broadcast RGB property for DP MST
 2019-03-26 13:16 UTC  (12+ messages)
` [PATCH 2/5] drm/i915: Expose the force_audio property with "
` [PATCH 3/5] drm/i915: Remove the 8bpc shackles from "
` [PATCH 4/5] drm/i915: Add max_bpc property for "
` [PATCH 5/5] drm/i915: Update TRANS_MSA_MISC for fastsets

[CI 1/4] drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled
 2019-03-26 11:49 UTC  (5+ messages)
` [CI 4/4] drm/i915: Skip modeset for cdclk changes if possible

[CI] no-primary
 2019-03-26 11:37 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for no-primary (rev2)
` ✗ Fi.CI.BAT: failure "

ctx->engines[rcs0, rcs0]
 2019-03-26  9:34 UTC  (3+ messages)

[v3 1/2] drm/i915/icl: Ungate ddi clocks before IO enable
 2019-03-26  6:07 UTC  (3+ messages)
` [v3 2/2] drm/i915/icl: Fix port disable sequence for mipi-dsi

[bug report] drm/i915: Initial selftests for exercising eviction
 2019-03-26  5:09 UTC 

[PATCH] drm/i915: Add not fenceable reason to not enable FBC
 2019-03-26  1:11 UTC  (3+ messages)

[PATCH v2 1/5] drm/i915/skl: use previous pll hw readout
 2019-03-25 23:15 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] drm/i915/icl: Fix clockgating issue when using scalars
 2019-03-25 19:45 UTC  (4+ messages)
` [PATCH v3] drm/i915/icl: Fix clockgating issue when using scalers

[PATCH] drm/i915: stop storing the media fuse
 2019-03-25 18:22 UTC  (3+ messages)

[RFC 0/7] mkwrite_device_info removal
 2019-03-25 18:00 UTC  (6+ messages)
` [RFC 6/7] drm/i915: Introduce subplatform concept

[PATCH i-g-t] scripts/trace.pl: Fix after intel_engine_notify removal
 2019-03-25 17:54 UTC 

[PATCH i-g-t] lib/intel_batchbuffer: Media VME kernel is valid only for Gen11
 2019-03-25 16:58 UTC  (5+ messages)
` [igt-dev] "

[PATCH] drm/edid: Remove defunct EDID_QUIRK_FIRST_DETAILED_PREFERRED
 2019-03-25 16:48 UTC  (2+ messages)

[PATCH] Revert "drm/i915: Introduce private PAT management"
 2019-03-25 14:59 UTC  (6+ messages)
` ✗ Fi.CI.SPARSE: warning for Revert "drm/i915: Introduce private PAT management" (rev3)
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for Revert "drm/i915: Introduce private PAT management" (rev4)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915/bios: iterate over child devices to initialize ddi_port_info
 2019-03-25 13:30 UTC  (2+ messages)

[PULL] drm-intel-next
 2019-03-25 12:49 UTC 


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