public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-02-05 19:20:02 to 2015-02-10 16:25:28 UTC [more...]

[PATCH 0/5] i915 fb modifier support, respun
 2015-02-10 16:25 UTC  (17+ messages)
` [PATCH 1/5] drm/i915: Add tiled framebuffer modifiers
  ` [PATCH] "
  ` [PATCH] drm/i915: Add fb format modifier support
` [PATCH 2/5] "
` [PATCH 3/5] drm/i915: Use fb format modifiers in skylake_update_primary_plane
` [PATCH 4/5] drm/i915: Announce support for framebuffer modifiers
` [PATCH 5/5] drm: Also check unused fields for addfb2
  ` [PATCH 1/2] drm/i915: Set up fb format modifier for initial plane config
    ` [PATCH 2/2] drm/i915: Switch +intel_fb_align_height to fb format modifiers

About CTX_CONTEXT_CONTROL initialization in populate_lr_context() intel_lrc.c
 2015-02-10 16:25 UTC  (7+ messages)

Compile error - xserver-xorg-video-intel
 2015-02-10 16:04 UTC 

[PATCH] drm/i915/skl: handle all pixel formats in skylake_update_primary_plane()
 2015-02-10 14:06 UTC  (3+ messages)

[PATCH 00/18] A few more workarounds
 2015-02-10 14:02 UTC  (21+ messages)
` [PATCH 01/18] drm/i915: Support not having an init clock gating function defined
` [PATCH 02/18] drm/i915/skl: Implement WaDisableHBR2
` [PATCH 03/18] drm/i915/skl: Document the WM read latency W/A with its name
` [PATCH 04/18] drm/i915/skl: Provide a gen9 specific init_render_ring()
` [PATCH 05/18] drm/i915/skl: Make the init clock gating function skylake specific
` [PATCH 06/18] drm/i915/skl: Implement WaSetGAPSunitClckGateDisable
` [PATCH 07/18] drm/i915/skl: Implement WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
` [PATCH 08/18] drm/i915/skl: Document that we implement WaRsClearFWBitsAtReset
` [PATCH 09/18] drm/i915/skl: Implement WaEnableLbsSlaRetryTimerDecrement
` [PATCH 10/18] drm/i915/skl: Implement WaDisableVFUnitClockGating
` [PATCH 11/18] drm/i915/skl: Introduce a SKL specific init_workarounds()
` [PATCH 12/18] drm/i915/skl: Implement WaDisablePowerCompilerClockGating
` [PATCH 13/18] drm/i915/skl: Implement WaDisablePartialResolveInVc
` [PATCH 14/18] drm/i915/skl: Implement WaDisableLSQCROPERFforOCL
` [PATCH 15/18] drm/i915/skl: Implement WaDisableHDCInvalidation
` [PATCH 16/18] drm/i915/skl: Implement WaDisableChickenBitTSGBarrierAckForFFSliceCS
` [PATCH 17/18] drm/i915/skl: Implement WaCcsTlbPrefetchDisable:skl
` [PATCH 18/18] drm/i915/skl: Implement WaBarrierPerformanceFixDisable

[PATCH 00/12] drm/i915: Redo VLV/CHV watermark code
 2015-02-10 13:28 UTC  (13+ messages)
` [PATCH 01/12] drm/i915: Reduce CHV DDL multiplier to 16/8
` [PATCH 02/12] drm/i915: Kill DRAIN_LATENCY_PRECISION_* defines
` [PATCH 03/12] drm/i915: Simplify VLV drain latency computation
` [PATCH 04/12] drm/i915: Hide VLV DDL precision handling
` [PATCH 05/12] drm/i915: Reorganize VLV DDL setup
` [PATCH 06/12] drm/i915: Pass plane to vlv_compute_drain_latency()
` [PATCH 07/12] drm/i915: Read out display FIFO size on VLV/CHV
` [PATCH 08/12] drm/i915: Make sure PND deadline mode is enabled "
` [PATCH 09/12] drm/i915: Rewrite VLV/CHV watermark code
` [PATCH 10/12] drm/i915: Support maxfifo with two planes on CHV
` [PATCH 11/12] drm/i915: Program PFI credits for VLV
` [PATCH 12/12] drm/i915: Enable the maxfifo PM5 mode when appropriate on CHV

[PATCH] drm/i915: More DPIO magic for CHV HDMI & DP
 2015-02-10 12:43 UTC  (2+ messages)

[PATCH] drm/i915: Quietly reject attempts to create non-pagealigned stolen objects
 2015-02-10 12:34 UTC  (6+ messages)
      ` [Intel-gfx] "

[PATCH] drm/i915: Really ignore long HPD pulses on eDP
 2015-02-10 12:29 UTC  (2+ messages)

[RESEND 0/9] Reviewed FBC patches
 2015-02-10 12:19 UTC  (15+ messages)
` [PATCH 1/9] drm/i915: don't try to find crtcs for FBC if it's disabled
` [PATCH 2/9] drm/i915: don't keep reassigning FBC_UNSUPPORTED
` [PATCH 3/9] drm/i915: change dev_priv->fbc.plane to dev_priv->fbc.crtc
` [PATCH 4/9] drm/i915: pass which operation triggered the frontbuffer tracking
` [PATCH 5/9] drm/i915: also do frontbuffer tracking on pwrites
` [PATCH 6/9] drm/i915: add frontbuffer tracking to FBC
` [PATCH 7/9] drm/i915: extract intel_fbc_find_crtc()
` [PATCH 8/9] drm/i915: HSW+ FBC is tied to pipe A
` [PATCH 9/9] drm/i915: gen5+ can have FBC with multiple pipes

[PATCH v4 0/8] Add enlightenments for vGPU
 2015-02-10 12:11 UTC  (10+ messages)
` [PATCH v4 1/8] drm/i915: Introduce a PV INFO page structure for Intel GVT-g
` [PATCH v4 2/8] drm/i915: Adds graphic address space ballooning logic
` [PATCH v4 3/8] drm/i915: Partition the fence registers for vGPU in i915 driver
` [PATCH v4 4/8] drm/i915: Disable framebuffer compression for i915 driver in VM
` [PATCH v4 5/8] drm/i915: Add the display switch logic for vGPU in i915 driver
` [PATCH v4 6/8] drm/i915: Disable power management for i915 driver in VM
` [PATCH v4 7/8] drm/i915: Create vGPU specific MMIO operations to reduce traps
` [PATCH v4 8/8] drm/i915: Support alias ppgtt in VM if ppgtt is enabled

[PATCH v2] drm/i915/bdw: Implement WaForceContextSaveRestoreNonCoherent
 2015-02-10 11:57 UTC  (5+ messages)
  ` [PATCH v3] "

[PATCH] drm/i915: Do not invalidate obj->pages under mempressure
 2015-02-10 11:38 UTC  (10+ messages)
  ` [Intel-gfx] "

[PATCH 0/6] Prefer wbinvd() where appropriate
 2015-02-10  9:28 UTC  (11+ messages)
` [PATCH 1/6] drm/i915: Remove the useless flush_chipset
` [PATCH 2/6] drm/i915: Pass eb_vmas to execbuffer implementations
` [PATCH 3/6] drm/i915: Opportunistically reduce flushing at execbuf
` [PATCH 4/6] drm/i915: Add debugfs knobs for wbinvd threshold
` [PATCH 5/6] drm/i915: Extract checking the necessity of flush
` [PATCH 6/6] drm/i915: obey wbinvd threshold in more places

[PATCH] drm/i915/skl: Add check for minimum allocable Display Data Blocks
 2015-02-10  4:09 UTC  (6+ messages)
  ` [PATCH v2] drm/i915/skl: Make sure to allocate mininum sizes in the DDB

[PATCH] drm/i915: Correct the base value while updating LP_OUTPUT_HOLD in MIPI_PORT_CTRL
 2015-02-09 18:23 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915: Insert a command barrier on BLT/BSD cache flushes
 2015-02-09 18:15 UTC  (5+ messages)
` [PATCH v2] "
  ` [Intel-gfx] "

[PATCH 0/2] gen 9 h/w w/a cleanup
 2015-02-09 18:16 UTC  (7+ messages)
` [PATCH 1/2] drm/i915: gen 9 h/w w/a Fix stepping check
` [PATCH 2/2] drm/i915: gen 9 h/w w/a (WaEnableForceRestoreInCtxtDescForVCS)

[PATCH 00/10] drm/i915: HardWare WorkArounds for gen 9
 2015-02-09 18:10 UTC  (6+ messages)
` [PATCH 03/10] drm/i915: gen 9 h/w w/a (WaDisablePartialInstShootdown)

Kernel 3.19rc6 flooding intel_check_page_flip warnings when using compton
 2015-02-09 17:30 UTC  (5+ messages)

[PATCH] drm/i915: Use symbolic irqreturn for ->hpd_pulse
 2015-02-09 17:06 UTC  (4+ messages)

[RFC 0/6] Use framebuffer modifiers for tiled display
 2015-02-09 16:58 UTC  (6+ messages)
` [RFC v3 0/4] "
  ` [PATCH 2/4] drm/i915: Add tiled framebuffer modifiers
  ` [PATCH 3/4 v3] drm/i915: Use frame buffer modifiers for tiled display

[PATCH] drm/i915: Drop vblank wait from intel_dp_link_down
 2015-02-09 16:55 UTC  (6+ messages)

[PATCH 00/24] PPGTT dynamic page allocations
 2015-02-09 16:33 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 02/24] drm/i915: Rename to GEN8_LEGACY_PDPES
  ` [PATCH v4 03/24] drm/i915: Setup less PPGTT on failed page_directory
  ` [PATCH v4 04/24] drm/i915/gen8: Un-hardcode number of page directories

[PATCH] drm/i915: Squelch overzealous uncore reset WARN_ON
 2015-02-09 12:37 UTC  (5+ messages)

[PATCH] drm/i915: Take runtime pm reference on hangcheck_info
 2015-02-09 12:31 UTC  (5+ messages)

[PATCH] drm/i915: Correct the IOSF Dev_FN field for IOSF transfers
 2015-02-09 12:27 UTC  (7+ messages)

[PATCH 0/7] Added missing changes for Turbo feature on SKL
 2015-02-09 11:33 UTC  (15+ messages)
` [PATCH 1/7] drm/i915/skl: Added new macros
` [PATCH 2/7] drm/i915/skl: Updated the gen6_set_rps function
` [PATCH 3/7] drm/i915/skl: Restructured the gen6_set_rps_thresholds function
` [PATCH 4/7] drm/i915/skl: Updated the gen6_rps_limits function
` [PATCH 5/7] drm/i915/skl: Updated the gen9_enable_rps function
` [PATCH 6/7] drm/i915/skl: Updated the 'i915_frequency_info' debugs function
` [PATCH 7/7] drm/i915/skl: Enabling processing of Turbo interrupts

PCH fifo underrun in 3.18
 2015-02-09  9:18 UTC  (4+ messages)
` Fwd: "
  ` Fwd: "

[PATCH 4/4] drm/i915: Announce support for framebuffer modifiers
 2015-02-08 12:44 UTC  (4+ messages)

[QA 2015/02/07 ww06] Testing report for `drm-intel-testing` (was: Updated -next)
 2015-02-07  1:05 UTC 

[PATCH] drm: Global atomic state handling
 2015-02-06 21:14 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] tests/kms_addfb: Add support for fb modifiers
 2015-02-06 12:57 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Remove references to previously removed UMS config option
 2015-02-06 10:48 UTC  (3+ messages)

[PATCH 0/5] Fix a couple of warning introduced recently
 2015-02-06  8:41 UTC  (10+ messages)
` [PATCH 5/5] drm/i915: Fix atomic state when reusing the firmware fb
        ` [PATCH 5/5 v2] "
` [PATCH 6/5] drm/i915: Make sure the primary plane is enabled before reading out the fb state

[PATCH 1/5] agp/intel: Serialise after GTT updates
 2015-02-06  8:32 UTC  (4+ messages)

[PATCH] drm/i915/fbc: fix the check for already reserved fbc size
 2015-02-06  8:09 UTC  (3+ messages)

[PULL] topic/drm-misc
 2015-02-06  7:29 UTC 


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