public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-11-03 10:07:00 to 2015-11-05 12:37:48 UTC [more...]

[PATCH 0/3] Support for mapping an object page by page
 2015-11-05 12:37 UTC  (6+ messages)
` [PATCH 1/3] drm/i915: Add support "
` [PATCH 2/3] drm/i915: Introduce i915_gem_object_get_dma_address()
` [PATCH 3/3] drm/i915: Use insert_page for pwrite_fast

[PATCH] drm/i915/skl: While sanitizing cdclock check the SWF18 as well
 2015-11-05 12:35 UTC  (6+ messages)
` [v2] "
  ` [v3] "
      ` [v4] "

[PATCH v2 00/29] drm/i915: Type safe register read/write (v2) and more prep work
 2015-11-05 12:13 UTC  (48+ messages)
` [PATCH 01/29] pci: Decouple quirks.c from i915_reg.h
` [PATCH 02/29] drm/i915: Remove the magic AUX_CTL is at DP + foo tricks
` [PATCH 03/29] drm/i915: Replace the aux ddc name switch statement with a table
` [PATCH v3 04/29] drm/i915: Parametrize AUX registers
` [PATCH v2 05/29] drm/i915: Add dev_priv->psr_mmio_base
` [PATCH v3 06/29] drm/i915: Store aux data reg offsets in intel_dp->aux_ch_data_reg[]
` [PATCH v2 07/29] drm/i915: Model PSR AUX register selection more like the normal AUX code
` [PATCH 08/29] drm/i915: s/PCH_DP_/PORT_/ in intel_trans_dp_port_sel() and move it next to its only user
` [PATCH 09/29] drm/i915: Replace aux_ch_ctl_reg check with port check
` [PATCH 10/29] drm/i915: s/is_sdvob/enum port/
` [PATCH 11/29] drm/i915: Store DVO SRCDIM register offset under intel_dvo_device
` [PATCH 12/29] drm/i915: Streamline gpio_mmio_base deduction
` [PATCH 13/29] drm/i915: Prefix raw register defines with underscore
` [PATCH 14/29] drm/i915: Parametrize L3 error registers
` [PATCH 15/29] drm/i915: Parametrize MOCS registers
  ` [PATCH v2 "
` [PATCH 16/29] drm/i915: s/0x50/RING_PSMI_CTL/
` [PATCH 17/29] drm/i915: Make the high dword offset more explicit in i915_reg_read_ioctl
` [PATCH 18/29] drm/i915: Make the cmd parser 64bit regs explicit
` [PATCH v2 19/29] drm/i915: Add functions to emit register offsets to the ring
` [PATCH 20/29] drm/i915: Add wa_ctx_emit_reg()
` [PATCH 21/29] drm/i915: Wrap ASSIGN_CTX_{PDP, PM4L} in do {} while(0)
` [PATCH 22/29] drm/i915: Give names to more ring registers
` [PATCH 23/29] drm/i915: Wrap context LRI init in a macro
` [PATCH 24/29] drm/i915: Turn vgpu pdps into an array
` [PATCH 25/29] drm/i915: Pull the vgpu uncore funcs apart from the rest of gen6+
` [PATCH 26/29] drm/i915: Add 'offset' to uncore funcs
` [PATCH 27/29] drm/i915: Add save/restore of SWF for ILK+
` [PATCH 28/29] drm/i915: Add missing ')' to SKL_PS_ECC_STAT define
` [PATCH v3 29/29] drm/i915: Type safe register read/write

[PATCH] drm/i915: Skip fence installation for objects with rotated views (v3)
 2015-11-05 12:01 UTC  (4+ messages)
` [PATCH] drm/i915: Skip fence installation for objects with rotated views (v4)

[PATCH] drm/i915: get runtime PM reference around GEM set_caching IOCTL
 2015-11-05 11:56 UTC  (5+ messages)

[PATCH] drm/i915: Request for resets under forcewake
 2015-11-05 11:30 UTC  (5+ messages)
  ` [PATCH] drm/i915: Do graphics device reset "

[PATCH 00/13] Yet another FBC series, v3 part 1
 2015-11-05 11:29 UTC  (19+ messages)
` [PATCH 01/13] drm/i915: rename intel_fbc_nuke to intel_fbc_recompress
` [PATCH 02/13] drm/i915: extract fbc_on_pipe_a_only()
` [PATCH 03/13] drm/i915: remove unnecessary check for crtc->primary->fb
` [PATCH 04/13] drm/i915: extract crtc_is_valid() on the FBC code
` [PATCH 05/13] drm/i915: use struct intel_crtc *crtc at __intel_fbc_update()
` [PATCH 06/13] drm/i915: fix the __intel_fbc_update() comments
` [PATCH 07/13] drm/i915: don't disable_fbc() if FBC is already disabled
` [PATCH 08/13] drm/i915: refactor FBC deactivation at init
` [PATCH 09/13] drm/i915: remove too-frequent FBC debug message
` [PATCH 10/13] drm/i915: fix the CFB size check
` [PATCH 11/13] drm/i915: clarify that checking the FB stride for CFB is intentional
` [PATCH 12/13] drm/i915: remove in_dbg_master check from intel_fbc.c
` [PATCH 13/13] drm/i915: remove newline from a no_fbc_reason message

[PATCH 1/3] drm: Track drm_mm nodes with an interval tree
 2015-11-05 10:57 UTC  (4+ messages)
` [PATCH 3/3] drm/i915: Add soft-pinning API for execbuffer

[PATCH i-g-t v2] tests/gem_exec_nop: Improved test run time
 2015-11-05 10:01 UTC 

[PATCH] igt/kms_rotation_crc: Add a new subtest to exhaustively test for fence leaks
 2015-11-05  9:46 UTC  (5+ messages)
` [PATCH] igt/kms_rotation_crc: Add a new subtest to exhaustively test for fence leaks (v2)
    ` [PATCH] igt/kms_rotation_crc: Add a new subtest to exhaustively test for fence leaks (v3)

[PATCH] drm/i915: quirk backlight present on Macbook 4, 1
 2015-11-05  9:49 UTC 

[PATCH 1/2] drm/i915: Cleanup test data during long/short hotplug
 2015-11-05  5:04 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/2] Enforcing link training as per compliance test requirement
 2015-11-05  5:06 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: force link training when requested by Sink

[PATCH] gbm: Add a flag to enable creation of rotated scanout buffers (v2)
 2015-11-05  2:29 UTC 

[PATCH] lib/igt_kms: Introduce get_first_connected_output to retrieve a valid output
 2015-11-05  1:34 UTC  (2+ messages)
` [PATCH] igt/igt_kms: Introduce get_first_connected_output (v2)

[PATCH 0/4] Wrap up ILK-style atomic watermarks, try two
 2015-11-05  0:46 UTC  (4+ messages)
` [PATCH 3/4] drm/i915: Sanitize watermarks after hardware state readout (v2)

[PATCH 0/6] Kabylake patches V2
 2015-11-04 23:35 UTC  (4+ messages)
` [PATCH 1/2] drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake
  ` [PATCH 2/2] drm/i915/kbl: Kabylake uses the same GMS values as Skylake

[PATCH] drm/i915/bxt: Fix eDP panel fitting
 2015-11-04 21:42 UTC  (4+ messages)
  ` [PATCH] drm/i915/bxt: Fix eDP panel fitting (v2)

[PATCH 0/8] Skylake DMC/DC-state fixes and redesign
 2015-11-04 20:52 UTC  (21+ messages)
` [PATCH 1/8] drm/i915: Clean up AUX power domain handling
` [PATCH 2/8] drm/i915: Introduce a gmbus power domain
` [PATCH 3/8] drm/i915: Remove DDI power domain exclusion SKL_DISPLAY_ALWAYS_ON_POWER_DOMAINS
` [PATCH 4/8] drm/i915: Add a modeset power domain
` [PATCH 5/8] drm/i915: Do not warn on PG2 enabled in gen9_disable_dc5()
` [PATCH 6/8] drm/i915/skl: Turn DC handling into a power well
` [PATCH 7/8] drm/i915/skl: Add boot parameter for disabling DC6
` [PATCH 8/8] drm/i915: Force loading of csr program at boot

[PATCH i-g-t 1/8] kms_force_connector: use comparison macros to make debug output clearer
 2015-11-04 20:00 UTC  (6+ messages)
` [PATCH i-g-t 2/8] lib: highlight subtest results on terminals
` [PATCH i-g-t 8/8] tests/kms_fbc_crc: ensure context is initialized correctly

[PATCH 00/10] drm/i915/skl: fix display core init/uninit sequence
 2015-11-04 17:24 UTC  (11+ messages)
` [PATCH 01/10] drm/i915: fix the power well ID for always on wells
` [PATCH 02/10] drm/i915: fix lookup_power_well for power wells without any domain
` [PATCH 03/10] drm/i915: Make turning on/off PW1 and Misc I/O part of the init/fini sequences
` [PATCH 04/10] drm/i915: rename intel_power_domains_resume to *_sync_hw
` [PATCH 05/10] drm/i915/skl: init/uninit display core as part of the HW power domain state
` [PATCH 06/10] drm/i915/skl: don't toggle PW1 and MISC power wells on-demand
` [PATCH 07/10] drm/i915/gen9: simplify DC toggling code
` [PATCH 08/10] drm/i915/skl: disable DC states before display core init/uninit
` [PATCH 09/10] drm/i915/skl: make sure LCPLL is disabled when uniniting CDCLK
` [PATCH 10/10] drm/i915/skl: remove redundant DDI/IRQ reinitialization during PW1 enabling

[PATCH 1/7] drm/i915/skl: Store and print the DMC firmware version we load
 2015-11-04 17:18 UTC  (2+ messages)

[PATCH v3 00/13] drm/i915: Redesign dmc firmware loading
 2015-11-04 17:16 UTC  (6+ messages)
` [PATCH v3 01/13] drm/i915/gen9: csr_init after runtime pm enable

skylake + drm-next - warn city
 2015-11-04 17:11 UTC  (10+ messages)

[PATCH 00/43] drm/i915: Type safe register read/write and a ton of prep work
 2015-11-04 16:59 UTC  (4+ messages)
` [PATCH 32/43] drm/i915: Clean up LVDS register handling

[PATCH] drm/i915: Fix locking around GuC firmware load
 2015-11-04 16:47 UTC  (3+ messages)

[PATCH] drm/i915: Print a debug message when exceeding dotclock limit on pre-gen4
 2015-11-04 15:41 UTC  (2+ messages)

[PATCH i-g-t] tests/gem_exec_nop: Improved test run time
 2015-11-04 15:07 UTC  (9+ messages)

[PATCH] RFC drm/i915: Slaughter the thundering i915_wait_request herd
 2015-11-04 14:48 UTC  (18+ messages)

[PATCH] drm/i915: Unpin framebuffers when crtc is deconfigured
 2015-11-04 13:43 UTC 

[PATCH] OCL20: Add svm support
 2015-11-04 10:53 UTC 

[RFC libdrm] intel: Softpin support
 2015-11-04 10:46 UTC  (5+ messages)
` [PATCH v6 2/2] drm/i915: Add soft-pinning API for execbuffer

[PATCH v2 1/1] drm/i915/gen9: Check BIOS RC6 setup before enabling RC6
 2015-11-04 10:04 UTC  (2+ messages)
` [PATCH v3 1/1] drm/i915/bxt: "

[PATCH] drm/i915: Add some more bits to CURSOR_POS_MASK
 2015-11-04  9:59 UTC  (2+ messages)

[PATCH 2/7] drm/i915/skl: Refuse to load outdated dmc firmware
 2015-11-04  9:51 UTC  (5+ messages)

[PATCH v2 00/14] Kill off intel_crtc->atomic, rework
 2015-11-03 16:58 UTC  (18+ messages)
` [PATCH v2 01/14] drm/i915: Use passed plane state for sprite planes, v3
` [PATCH v2 02/14] drm/i915: Extend DSL readout fix to BDW and SKL
` [PATCH v2 03/14] drm/i915: Do not acquire crtc state to check clock during modeset, v2
` [PATCH v2 10/14] drm/i915: Remove update_sprite_watermarks
` [PATCH v2 14/14] drm/i915/skl: Do not allow scaling when crtc is disabled

[PATCH] CDCLOCK Sanitization continued for SKL
 2015-11-04  3:47 UTC  (3+ messages)
` [PATCH] drm/i915/skl: While sanitizing cdclock check the SWF18 as well

[PATCH 4/4] drm/i915: Add two-stage ILK-style watermark programming (v6)
 2015-11-03 16:55 UTC  (2+ messages)
` [PATCH 4/4] drm/i915: Add two-stage ILK-style watermark programming (v7)

[PATCH] drm/i915: Ensure associated VMAs are inactive when contexts are destroyed
 2015-11-03 11:08 UTC  (8+ messages)

[PATCH] drm/915: Pad GTT views of exec objects up to user specified size
 2015-11-03 10:57 UTC  (7+ messages)


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