public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-09-02 08:03:58 to 2015-09-04 07:52:11 UTC [more...]

[PATCH] drm/i915: add kerneldoc for i915_audio_component
 2015-09-04  7:54 UTC  (5+ messages)

[PATCH v2] drm/i915/gtt: Avoid calling kcalloc in a loop when allocating temp bitmaps
 2015-09-04  7:53 UTC  (11+ messages)
` [PATCH v3] "
          ` [PATCH v4] "
            ` [PATCH v5] "

[PATCH] drm/i915: Fix broken mst get_hw_state
 2015-09-04  7:48 UTC  (6+ messages)

[PATCH 0/4] Detect DP displays based on sink count change
 2015-09-04  7:46 UTC  (9+ messages)
` [PATCH 1/4] drm/i915: read dpcd 0 - 12 & link_status always
` [PATCH 4/4] drm/i915: force full detect on sink count change

[PATCH 00/15] drm/i915: Adding NV12 for skylake display
 2015-09-04  7:40 UTC  (7+ messages)
` [PATCH 14/15] drm/i915: skl nv12 workarounds

[PATCH V2] drm/i915/skl+: Add YUV pixel format in Capability list
 2015-09-04  7:39 UTC  (6+ messages)
` [PATCH 1/2] drm/i915/skl: Avoid using un-initialized bits_per_pixel
  ` [PATCH 2/2] drm/i915/skl+: Add YUV pixel format in Capability list

[PATCH 0/4] Unclaimed register improvements
 2015-09-04  7:02 UTC  (7+ messages)
` [PATCH 1/4] drm/i915: make unclaimed registers be errors again
` [PATCH 2/4] drm/i915: restrict unclaimed register checking
` [PATCH 3/4] drm/i915: remove intel_uncore_check_errors()
` [PATCH 4/4] drm/i915: Reduce frequency of unspecific HSW reg debugging

[PATCH v6 1/4] drm/i915: Add audio sync_audio_rate callback
 2015-09-04  4:50 UTC  (17+ messages)
` [PATCH v6 2/4] drm/i915: implement "
` [PATCH v6 4/4] drm/i915: set proper N/CTS in modeset

linux-firmware-i915 pull request
 2015-09-03 20:50 UTC  (2+ messages)

[PATCH 1/3] drm/i915: Future proof interrupt handler
 2015-09-03 21:38 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: Future proof uncore_init
    ` [PATCH] "
` [PATCH 3/3] drm/i915: Future proof panel fitter

[PATCH 00/14] drm/i915: VLV/CHV DPLL and DSI stuff
 2015-09-03 18:50 UTC  (15+ messages)
` [PATCH v2 01/14] drm/i915: Make {vlv, chv}_{disable, update}_pll() more similar
` [PATCH 02/14] drm/i915: Implement WaPixelRepeatModeFixForC0:chv
` [PATCH 03/14] drm/i915: Power down the DSI PLL before reconfiguring it
` [PATCH 04/14] drm/i915: Add a local pipe variable to vlv_enable_pll()
` [PATCH 05/14] drm/i915: assert_panel_unlocked() in chv_enable_pll()
` [PATCH 06/14] drm/i915: Remove the "three times for luck" trick from vlv_enable_pll()
` [PATCH 07/14] drm/i915: Setup DPLL/DPLLMD for DSI too on VLV/CHV
` [PATCH 08/14] drm/i915: Compute DSI PLL parameters during .compute_config()
` [PATCH 09/14] drm/i915: Fix CHV DSI PLL refclk during state readout
` [PATCH 10/14] drm/i915: Change lfsr_converts[] to u16
` [PATCH 11/14] drm/i915: Throw out BUGs from DPLL/PCH functions
` [PATCH 12/14] drm/i915: Hook up pfit for DSI
` [PATCH 13/14] drm/i915: Reject 'Center' scaling mode for eDP/DSI on GMCH platforms
` [PATCH 14/14] drm/i915: Dump pfit state as hex

[PATCH i-g-t 0/2] patches for testing nv12
 2015-09-03 18:34 UTC  (6+ messages)
` [PATCH i-g-t 2/2] Adding kms_nv12 to test display NV12 feature

Request Linux Graphic Driver for Intel GMA 3150
 2015-09-03 17:10 UTC  (10+ messages)

[PATCH] drm/i915: Add GuC css header parser
 2015-09-03 16:52 UTC  (3+ messages)

[PATCH i-g-t] tests/gem_bad_reloc: use correct page table size
 2015-09-03 16:13 UTC 

[PATCH 1/2] drm/i915: Refactor common ringbuffer allocation code
 2015-09-03 14:56 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Recover all available ringbuffer space following reset

[PATCH libdrm v4 0/2] 48-bit virtual address support in i915
 2015-09-03 14:23 UTC  (3+ messages)
` [PATCH v4 1/2] intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)
` [PATCH v4 2/2] intel: add drm_intel_bo_use_48b_address_range to symbol-check test

[PATCH 1/2] drm/i915: access the PP_CONTROL reg only pre GEN5
 2015-09-03 13:48 UTC  (5+ messages)
` [PATCH v2 2/2] drm/i915: access the PP_ON_DELAYS/PP_OFF_DELAYS regs "

[PATCH 0/3] drm/i915: MST link training locking and cleanups
 2015-09-03 12:11 UTC  (3+ messages)
` [PATCH 1/3] drm/i915: Protect MST retraining with connection_mutex

[PATCH] drm/i915: Fix cmdparser STORE/LOAD command descriptors
 2015-09-03 12:10 UTC  (3+ messages)

[PATCH] drm/i915: Improve kernel-doc for i915_audio_component struct
 2015-09-03 11:24 UTC 

watermark problem in kernel 3.14
 2015-09-03 10:54 UTC  (3+ messages)

[PATCH 0/4 v5] i915 to call hda driver on HDMI plug/unplug
 2015-09-03 10:29 UTC  (11+ messages)
` [PATCH 1/4] drm/i915: Add audio pin sense / ELD callback

[PATCH i-g-t 1/2] tests/gem_storedw_loop: skip on gen6 bsd
 2015-09-03  9:05 UTC  (2+ messages)
` [PATCH i-g-t 2/2] tests/gem_storedw_loop: remove redundant ppgtt check

[PATCH v2 1/3] i915/dp: add intel_dp_tps3_supported helper
 2015-09-03  8:20 UTC  (4+ messages)
` [PATCH v2 2/3] drm/i915/dp: use the drm dp helper for determining sink tps3 support

[REBASED PATCH 0/3] drm/i915: tps3 updates, use yesno helper
 2015-09-03  8:16 UTC  (4+ messages)
` [REBASED PATCH 1/3] drm/i915/dp: move TPS3 logic to where it's used
` [REBASED PATCH 2/3] drm/i915: ignore link rate in TPS3 selection
` [REBASED PATCH 3/3] drm/i915: use the yesno helper for logging

[PATCH v2 0/6] drm/dp: i2c-over-aux short write support
 2015-09-03  7:34 UTC  (3+ messages)
` [PATCH 4/6] drm/tegra: Handle I2C_WRITE_STATUS_UPDATE for address only writes

linux-next: build failure after merge of the drm-misc tree
 2015-09-03  0:49 UTC 

[PATCH] drm/i915: Fix a bug in GuC status check
 2015-09-02 22:52 UTC 

Water mark update need to wait for next VSYNC?
 2015-09-02 22:42 UTC 

[PATCH 1/2] drm/i915: gen 9 can check for unclaimed registers too
 2015-09-02 22:13 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: restrict unclaimed register checking

4.1->4.2 regression : intel_display.c:12324 check_crtc_state warning
 2015-09-02 20:31 UTC  (2+ messages)

[PATCH] drm/i915: access the PP_ON_DELAYS/PP_OFF_DELAYS regs only pre GEN5
 2015-09-02 17:50 UTC  (2+ messages)

[PATCH] drm/i915: Don't clear all watermarks when updating
 2015-09-02 16:49 UTC  (3+ messages)
` [PATCH] drm/i915/skl: Don't clear all watermarks when updating. (v2)

[PATCH 02/13] drm/i915: Eliminate usage of pipe_wm_parameters from ILK-style WM
 2015-09-02 15:33 UTC  (11+ messages)
` [RFC 1/3] drm/i915: Roll intel_crtc->atomic into intel_crtc_state

[RFC] Docs: drm: Move KMS properties table out to source files
 2015-09-02 15:30 UTC  (4+ messages)

[PATCH 1/2] drm/atomic: Make prepare_fb/cleanup_fb only take state, v3
 2015-09-02 15:24 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Make plane fb tracking work correctly

[PATCH 0/4] Fix numerous issues with HPDstorm handling
 2015-09-02 15:17 UTC  (16+ messages)
` [PATCH 1/4] drm: Add a non-locking version of drm_kms_helper_poll_enable()
` [PATCH 2/4] drm/i915: Call "
` [PATCH 3/4] drm/i915: Use the correct hpd_status list for non-G4xx/VLV
` [PATCH 4/4] drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt

[PATCH v2 00/17] drm/i915: Port A HPD and other HPD cleanups
 2015-09-02 15:10 UTC  (7+ messages)
` [PATCH 17/17] drm/i915: Pass hpd_status_i915[] to intel_get_hpd_pins() in pre-g4x
` [PATCH 18/17] drm/i915: Don't call intel_get_hpd_pins() when there's no hotplug interrupt

[PATCH] drm/i915/bdw: Check for slice, subslice and EU count for BDW
 2015-09-02 15:47 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Update comments around base bpp
 2015-09-02 14:36 UTC  (2+ messages)

[PATCH] scripts/kernel-doc: Improve Markdown results
 2015-09-02 14:15 UTC  (3+ messages)

[RFC PATCH] drm/i915: Use universal planes for cursor on skylake
 2015-09-02 14:09 UTC  (3+ messages)

[PATCH 0/5] Documentation: drm: Make drm.tmpl build as pdfdoc
 2015-09-02 13:50 UTC  (7+ messages)
` [PATCH 4/5] Documentation: drm: Convert KMS Properties HTML table to CALS
      ` [Intel-gfx] "

[PATCH] drm/i915: Always mark the object as dirty when used by the GPU
 2015-09-02 13:31 UTC  (3+ messages)

[PATCH] uapi/drm/i915_drm.h: fix userspace compilation
 2015-09-02 13:30 UTC  (4+ messages)

[PATCH] drm/i915/bxt: Fix irq_port for eDP
 2015-09-02 11:59 UTC  (5+ messages)

[PATCH 1/2] drm/i915: Remove start frame argument to pipe_update_begin/end
 2015-09-02 11:51 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Also record time difference if vblank evasion fails
    ` [PATCH v2 2/2] drm/i915: Also record time difference if vblank evasion fails, v2

[PULL] drm-intel-next-fixes
 2015-09-02 11:49 UTC 

[PATCH] drm/i915: Update ring space correctly on lrc context reset
 2015-09-02 11:20 UTC  (3+ messages)

[PATCH] drm/i915: Detect virtual south bridge
 2015-09-02 10:11 UTC  (2+ messages)

[PATCH v2 0/6] drm/intel: guest i915 changes for Broadwell to run inside VM with Intel GVT-g
 2015-09-02  9:47 UTC  (6+ messages)
` [PATCH v2 2/6] drm/i915: Enable full ppgtt for vgpu on Broadwell
` [PATCH v2 6/6] drm/i915: Allow Broadwell guest with Intel GVT-g

[PATCH igt] dma-buf mmap
 2015-09-02  9:42 UTC  (2+ messages)

[PATCH 0/7] drm/intel: guest i915 changes for Broadwell to run inside VM with Intel GVT-g
 2015-09-02  9:40 UTC  (16+ messages)
` [PATCH 2/7] drm/i915: Enable full ppgtt for vgpu
` [PATCH 4/7] drm/i915: always pin lrc context for vgpu with Intel GVT-g
    ` About the iGVT-g's requirement to pin guest contexts in VM

[PATCH v4 0/4] i915 to call hda driver on HDMI plug/unplug
 2015-09-02  9:39 UTC  (10+ messages)
` [PATCH 4/4] ALSA: hda - Wake the codec up on pin/ELD notify events

[PATCH] drm/atomic: Make sure lock is held in trylock contexts
 2015-09-02  9:19 UTC  (2+ messages)

[PATCH 0/3] follow-up
 2015-09-02  9:17 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: add yesno utility function

[PATCH 0/2] drm/i915: initialize backlight pwm from vbt if needed
 2015-09-02  9:00 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: move intel_hrawclk() to intel_display.c

[DMC_BUGFIX_SKL_V2 0/5] pc10 entry fixes for skl
 2015-09-02  8:58 UTC  (9+ messages)
` [DMC_BUGFIX_SKL_V2 1/5] drm/i915/skl: Added a check for the hardware status of csr fw before loading
` [DMC_BUGFIX_SKL_V2 4/5] drm/i915/skl: Do not disable cdclk PLL if csr firmware is present

[PATCH 0/4] HDMI optimization series
 2015-09-02  8:46 UTC  (7+ messages)
` [PATCH 4/4] drm/i915: Retry for live status

[PATCH] drm/i915: Enabling RC6 immediately during init/resume
 2015-09-02  8:30 UTC  (5+ messages)

[PATCH 3/7] drm/i915: Always enable execlists on BDW for vgpu
 2015-09-02  8:06 UTC  (11+ messages)


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