intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-13 16:50:52 to 2015-08-14 21:34:45 UTC [more...]

[PATCH 00/16] FBC bug fixes
 2015-08-14 21:34 UTC  (12+ messages)
` [PATCH 01/16] drm/i915: make sure we're not changing the FBC CFB with FBC enabled
` [PATCH 02/16] drm/i915: fix the FBC work allocation failure path
` [PATCH 03/16] drm/i915: fix FBC for cases where crtc->base.y is non-zero
` [PATCH 04/16] drm/i915: set ILK_DPFC_FENCE_YOFF to 0 on SNB
` [PATCH 05/16] drm/i915: check for the supported strides on HSW+ FBC
` [PATCH 06/16] drm/i915: try a little harder to find an FBC CRTC
` [PATCH 07/16] drm/i915: disable FBC on FIFO underruns
` [PATCH 08/16] drm/i915: avoid the last 8mb of stolen on BDW/SKL
` [PATCH 09/16] drm/i915: print the correct amount of bytes allocated for the CFB
` [PATCH 10/16] drm/i915: fix CFB size calculation
` [PATCH 11/16] drm/i915/bdw: don't enable FBC when pixel rate exceeds 95%

[PATCH v1 0/2] Enable legacy behaviour for Push constants
 2015-08-14 21:17 UTC  (8+ messages)
` [PATCH v1 1/2] drm/i915: Contain the WA_REG macro
` [PATCH v1 2/2] drm/i915/gen9: Disable gather at set shader bit

[PATCH v4 00/11] Check pixel clock when setting mode
 2015-08-14 20:10 UTC  (20+ messages)
` [PATCH v4 01/11] drm/i915: Store max dotclock
` [PATCH v4 02/11] drm/i915: DisplayPort pixel clock check
` [PATCH v4 03/11] drm/i915: HDMI "
` [PATCH v4 04/11] drm/i915: LVDS "
` [PATCH v4 05/11] drm/i915: SDVO "
` [PATCH v4 06/11] drm/i915: DSI "
` [PATCH v4 07/11] drm/i915: CRT "
` [PATCH v4 08/11] drm/i915: TV "
` [PATCH v4 09/11] drm/i915: DisplayPort-MST "
` [PATCH v4 10/11] drm/i915: DVO "
` [PATCH v4 11/11] drm/i915: Max DOT clock frequency to debugfs

[PATCH 01/18] tests/gem_storedw_loop: add new store_dword test to unify per-ring ones
 2015-08-14 16:11 UTC  (60+ messages)
` [PATCH 02/18] tests/drv_module_reload: rename drv_module_reload to include in BATs
` [PATCH 03/18] tests/drv_module_reload_basic: use linear_blits after module_reload for sanity check
` [PATCH 04/18] tests/drm_import_export: mark flink and prime tests as basic
` [PATCH 05/18] tests/drv_getparams: mark EU and subslice fetch "
` [PATCH 06/18] tests/drv_suspend: mark sysfs tests "
` [PATCH 07/18] tests/gem_ctx_exec: mark lrc lite restore "
` [PATCH 08/18] tests/gem_mmap: mark basic object creation tests "
` [PATCH 09/18] tests/gem_mmap_gtt: mark basic access and copy "
` [PATCH 10/18] tests/gem_pread/pwrite: mark normal "
` [PATCH 11/18] tests/gem_tiled_pread/pwrite: "
` [PATCH 12/18] tests/kms_addfb: mark simple fb creation "
` [PATCH 13/18] tests/kms_vblank: mark accuracy test "
` [PATCH 14/18] tests/pm_backlight: mark simple "
` [PATCH 15/18] tests/pm_rpm: mark RTE and D3 tests "
` [PATCH 16/18] tests/kms_flip: add basic tests for flip, flip vs dpms, and flip modeset
` [PATCH 17/18] tests/kms_setmode: mark simple clone test as basic
` [PATCH 18/18] gitignore: ignore more files

[PATCH] drm/core: Set mode to NULL when connectors in a set drops to 0
 2015-08-14 17:44 UTC  (2+ messages)

[PATCH 0/4] Add support for Hyperlinks and Markup on kernel-doc
 2015-08-14 17:26 UTC  (5+ messages)

[PATCH] drm/i915: Clear PIPE.STAT before IIR on VLV/CHV
 2015-08-14 17:24 UTC 

[PATCH v3 1/4] drm/i915: Ack interrupts before handling them (GEN5 - GEN7)
 2015-08-14 16:52 UTC  (3+ messages)
` [PATCH v3 4/4] drm/i915/chv: Ack interrupts before handling them (CHV)

[PATCH 1/4] drm/i915: Adding intel_panel_scale_none() helper function
 2015-08-14 16:28 UTC  (9+ messages)
` [PATCH 2/4] drm/i915: Adding Panel Filter function for DP

[PATCH v2 0/2] drm/i915/bxt: work around HW coherency issue
 2015-08-14 16:21 UTC  (14+ messages)
` [PATCH v2 1/2] drm/i915/bxt: work around HW coherency issue when accessing GPU seqno
  ` [PATCH v3 "
` [PATCH v2 2/2] drm/i915/bxt: work around HW coherency issue for cached GEM mappings
  ` [PATCH v3 2/2] drm/i915/bxt: don't allow cached GEM mappings on A stepping

[PULL] drm-intel-next
 2015-08-14 16:19 UTC 

[PATCH igt] lib/ioctl_wrappers: handle ENODEV from from GEM_SET_CACHING ioctl
 2015-08-14 15:44 UTC 

[PATCH v3 0/7] igt: adding parameter to drm_open_any and drm_open_any_master to allow specification of non-intel GPUs
 2015-08-14 15:22 UTC  (8+ messages)
` [PATCH v3 1/7] lib: adding drm_open_driver() interface
` [PATCH v3 2/7] convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocci
` [PATCH v3 3/7] lib: remove support for deprecated drm_open_any*() calls
` [PATCH v3 4/7] tests: update core_get_client_auth to run on any platform
` [PATCH v3 5/7] tests: update core_getversion "
` [PATCH v3 6/7] tests: update core_getclient "
` [PATCH v3 7/7] tests: update core_getstats "

[PATCH] drm/dp/mst: Remove port after removing connector
 2015-08-14 13:33 UTC  (2+ messages)

[PATCH] drm/i915: remove excessive scaler debugging messages
 2015-08-14 13:16 UTC  (2+ messages)

[PATCH v3 00/11] Check pixel clock when setting mode
 2015-08-14 13:11 UTC  (12+ messages)
` [PATCH v3 03/11] drm/i915: HDMI pixel clock check
` [PATCH v3 08/11] drm/i915: TV "
` [PATCH v3 09/11] drm/i915: DisplayPort-MST "

linux-next: build warnings after merge of the drm-misc tree
 2015-08-14 12:51 UTC  (2+ messages)

[drm-intel:drm-intel-next-queued 542/545] DockBook: docproc: drivers/gpu/drm/i915/intel_guc_submission.c: No such file or directory
 2015-08-14 12:44 UTC 

[drm-intel:drm-intel-next-queued 543/545] drivers/gpu/drm/i915/i915_debugfs.c:2449:57: sparse: Using plain integer as NULL pointer
 2015-08-14 12:37 UTC 

[PATCH] drm/i915: Flag the execlists context object as dirty after every use
 2015-08-14 12:18 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Fix build warning on 32-bit
 2015-08-14 11:04 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 1/2] drm/i915: Adding break for one case
 2015-08-14 10:41 UTC  (6+ messages)

[PATCH 6/6] drm/i915: Enable HDMI on DDI-E
 2015-08-14 10:38 UTC  (6+ messages)
` [PATCH 6/6 v3] "

[PATCH] ACPI / video: Fix circular lock dependency issue in the video-detect code
 2015-08-14 10:16 UTC  (6+ messages)

[PULL] drm-intel-fixes
 2015-08-14 10:06 UTC 

[PULL] topic/drm-fixes
 2015-08-14 10:03 UTC 

[PATCH] drm/i915: Treat foreign dma-buf imports as uncached
 2015-08-14  9:48 UTC  (2+ messages)

[PATCH 0/2] VBT and I_boost fixes
 2015-08-14  9:40 UTC  (13+ messages)
` [PATCH 1/2] drm/i915: Allow parsing of variable size child device entries from VBT
  ` [PATCH 1/2 v2] "
            ` [PATCH 1/2 v2 addendum] "
                ` [PATCH 1/2 v2 addendum v2] "

[4.2-rc4] acpi|drm|i915: circular locking dependency: acpi_video_get_backlight_type
 2015-08-14  9:33 UTC  (8+ messages)
        ` [Intel-gfx] "

[PATCH] drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
 2015-08-14  9:29 UTC  (2+ messages)

[PATCH igt] lib/igt_draw: add support for RGB565 and XRGB2101010
 2015-08-14  9:22 UTC  (2+ messages)

[PATCH 00/11] drm/i915: Port A HPD and other HPD cleanups
 2015-08-14  9:17 UTC  (3+ messages)
` [PATCH 08/11] drm/i915: Add port A HPD support for IVB/HSW

[PATCH] drm/i915: fix checksum write for automated test reply
 2015-08-14  9:12 UTC  (3+ messages)

[PATCH 0/9 v6] Batch submission via GuC
 2015-08-14  9:09 UTC  (6+ messages)
` [PATCH 1/9 v6] drm/i915: GuC-specific firmware loader

[PATCH] lib/rendercopy_gen9: Setup Push constant pointer before sending BTP commands
 2015-08-14  8:58 UTC  (6+ messages)

[PATCH 0/7] drm/i915: Move DP link parameters out from intel_dp
 2015-08-14  8:23 UTC  (3+ messages)

[PATCH] sna: Fix the reduction of xy reflection onto rotations
 2015-08-14  8:18 UTC  (2+ messages)

[PATCH] drm/i915: fix typo causing bad memory access in ring init
 2015-08-14  8:07 UTC  (3+ messages)

[PATCH 1/2] Revert "drm/i915: Add eDP intermediate frequencies for CHV"
 2015-08-14  7:31 UTC  (7+ messages)

[drm-intel:topic/drm-misc 71/71] drivers/gpu/drm/nouveau/nouveau_drm.c:961:31: sparse: incorrect type in initializer (incompatible argument 2 (different signedness))
 2015-08-14  2:16 UTC 

i915/kasan: out of bounds access in i915_cmd_parser_init_ring
 2015-08-14  2:12 UTC  (2+ messages)

linux-next: manual merge of the drm-misc tree with Linus' tree
 2015-08-14  2:06 UTC 

linux-next: manual merge of the drm-tegra tree with the drm-misc tree
 2015-08-14  2:00 UTC 

[PATCH] drm/i915/bdw: Check for slice, subslice and EU count for BDW
 2015-08-14  0:11 UTC  (3+ messages)

[PATCH] drm/i915: fix stolen bios_reserved checks
 2015-08-13 23:57 UTC  (2+ messages)

[drm-intel:topic/drm-misc 71/71] drivers/gpu/drm/armada/armada_drv.c:303:2: warning: initialization from incompatible pointer type
 2015-08-13 23:20 UTC 

[PATCH 00/03] Preventing zero GPU virtual address allocation
 2015-08-13 23:12 UTC  (9+ messages)
` [PATCH i-g-t 4/3] tests/gem_ctx_param_basic: Expand ctx_param tests

[PATCH] drm/i915: Use CONFIG_DRM_FBDEV_EMULATION
 2015-08-13 20:20 UTC  (2+ messages)

[PATCH v2 5/5] tests: make drm_read platform agnostic
 2015-08-13 18:12 UTC  (3+ messages)

[drm-intel:topic/drm-misc 71/71] drivers/gpu/drm/rcar-du/rcar_du_drv.c:262:2: warning: initialization from incompatible pointer type
 2015-08-13 18:05 UTC 

[drm-intel:topic/drm-misc 71/71] drivers/gpu/drm/imx/imx-drm-core.c:490:2: warning: initialization from incompatible pointer type
 2015-08-13 18:05 UTC 

[PATCH 1/2] drm/i915: Assign hwmode after encoder state readout
 2015-08-13 17:31 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Fix clock readout when pipes are enabld w/o ports

[PATCH igt] lib/igt_core: use print("%s", #expr) instead of print(#expr)
 2015-08-13 17:17 UTC 

[PATCH 2/2] drm/doc: Update docs about device instance setup
 2015-08-13 16:50 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).