intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-27 08:29:47 to 2020-02-27 23:05:12 UTC [more...]

[Intel-gfx] [PATCH v2 0/1] Adding definitions for VRR registers and bitfields
 2020-02-27 23:07 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 1/1] drm/i915/tgl: Add definitions for VRR registers and bits

[Intel-gfx] [PATCH] drm/i915/display: nuke skl workaround for pre-production hw
 2020-02-27 23:03 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915: Minimize uaccess exposure in i915_gem_execbuffer2_ioctl()
 2020-02-27 22:35 UTC  (3+ messages)

[Intel-gfx] [PATCH 01/20] drm/i915: Skip barriers inside waits
 2020-02-27 22:51 UTC  (29+ messages)
` [Intel-gfx] [PATCH 02/20] drm/i915/perf: Mark up the racy use of perf->exclusive_stream
` [Intel-gfx] [PATCH 03/20] drm/i915/perf: Manually acquire engine-wakeref around use of kernel_context
` [Intel-gfx] [PATCH 04/20] drm/i915/perf: Wait for lrc_reconfigure on disable
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 05/20] drm/i915/gem: Consolidate ctx->engines[] release
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 06/20] drm/i915/gt: Prevent allocation on a banned context
` [Intel-gfx] [PATCH 07/20] drm/i915/gem: Check that the context wasn't closed during setup
` [Intel-gfx] [PATCH 08/20] drm/i915/selftests: Disable heartbeat around manual pulse tests
` [Intel-gfx] [PATCH 09/20] drm/i915/gt: Reset queue_priority_hint after wedging
` [Intel-gfx] [PATCH 10/20] drm/i915/gt: Pull marking vm as closed underneath the vm->mutex
` [Intel-gfx] [PATCH 11/20] drm/i915: Protect i915_request_await_start from early waits
` [Intel-gfx] [PATCH 12/20] drm/i915/selftests: Verify LRC isolation
` [Intel-gfx] [PATCH 13/20] drm/i915/selftests: Check recovery from corrupted LRC
` [Intel-gfx] [PATCH 14/20] drm/i915/selftests: Wait for the kernel context switch
` [Intel-gfx] [PATCH 15/20] drm/i915/selftests: Be a little more lenient for reset workers
` [Intel-gfx] [PATCH 16/20] drm/i915/selftests: Add request throughput measurement to perf
` [Intel-gfx] [PATCH 17/20] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 18/20] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
` [Intel-gfx] [PATCH 19/20] drm/i915/execlists: Check the sentinel is alone in the ELSP
` [Intel-gfx] [PATCH 20/20] drm/i915/execlists: Reduce preempt-to-busy roundtrip delay
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/20] drm/i915: Skip barriers inside waits
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/20] drm/i915: Skip barriers inside waits (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 00/51] drm managed resources, v3
 2020-02-27 22:47 UTC  (62+ messages)
` [Intel-gfx] [PATCH 01/51] mm/sl[uo]b: export __kmalloc_track(_node)_caller
` [Intel-gfx] [PATCH 02/51] drm/i915: Don't clear drvdata in ->release
` [Intel-gfx] [PATCH 03/51] drm: add managed resources tied to drm_device
` [Intel-gfx] [PATCH 04/51] drm: Set final_kfree in drm_dev_alloc
` [Intel-gfx] [PATCH 05/51] drm/mipi_dbi: Use drmm_add_final_kfree in all drivers
` [Intel-gfx] [PATCH 06/51] drm/udl: Use drmm_add_final_kfree
` [Intel-gfx] [PATCH 07/51] drm/qxl: "
` [Intel-gfx] [PATCH 08/51] drm/i915: "
` [Intel-gfx] [PATCH 09/51] drm/cirrus: "
` [Intel-gfx] [PATCH 10/51] drm/v3d: "
` [Intel-gfx] [PATCH 11/51] drm/tidss: "
` [Intel-gfx] [PATCH 12/51] drm/mcde: "
` [Intel-gfx] [PATCH 13/51] drm/vgem: "
` [Intel-gfx] [PATCH 14/51] drm/vkms: "
` [Intel-gfx] [PATCH 15/51] drm/repaper: "
` [Intel-gfx] [PATCH 16/51] drm/inigenic: "
` [Intel-gfx] [PATCH 17/51] drm/gm12u320: "
` [Intel-gfx] [PATCH 18/51] drm/<drivers>: "
` [Intel-gfx] [PATCH 19/51] drm: Cleanups after drmm_add_final_kfree rollout
` [Intel-gfx] [PATCH 20/51] drm: Handle dev->unique with drmm_
` [Intel-gfx] [PATCH 21/51] drm: Use drmm_ for drm_dev_init cleanup
` [Intel-gfx] [PATCH 22/51] drm: manage drm_minor cleanup with drmm_
` [Intel-gfx] [PATCH 23/51] drm: Manage drm_gem_init "
` [Intel-gfx] [PATCH 24/51] drm: Manage drm_vblank_cleanup "
` [Intel-gfx] [PATCH 25/51] drm: Garbage collect drm_dev_fini
` [Intel-gfx] [PATCH 26/51] drm: Manage drm_mode_config_init with drmm_
` [Intel-gfx] [PATCH 27/51] drm/bochs: Remove leftover drm_atomic_helper_shutdown
` [Intel-gfx] [PATCH 28/51] drm/bochs: Drop explicit drm_mode_config_cleanup
` [Intel-gfx] [PATCH 29/51] drm/cirrus: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 30/51] drm/cirrus: Fully embrace devm_
` [Intel-gfx] [PATCH 31/51] drm/ingenic: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 32/51] drm/mcde: "
` [Intel-gfx] [PATCH 33/51] drm/mcde: More devm_drm_dev_init
` [Intel-gfx] [PATCH 34/51] drm/meson: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 35/51] drm/pl111: "
` [Intel-gfx] [PATCH 36/51] drm/rcar-du: "
` [Intel-gfx] [PATCH 37/51] drm/rockchip: "
` [Intel-gfx] [PATCH 38/51] drm/stm: "
` [Intel-gfx] [PATCH 39/51] drm/shmob: "
` [Intel-gfx] [PATCH 40/51] drm/mtk: "
` [Intel-gfx] [PATCH 41/51] drm/tidss: "
` [Intel-gfx] [PATCH 42/51] drm/gm12u320: More drmm_
` [Intel-gfx] [PATCH 43/51] drm/gm12u320: Use devm_drm_dev_init
` [Intel-gfx] [PATCH 44/51] drm/gm12u320: Use helpers for shutdown/suspend/resume
` [Intel-gfx] [PATCH 45/51] drm/gm12u320: Simplify upload work
` [Intel-gfx] [PATCH 46/51] drm/repaper: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 47/51] drm/mipi-dbi: Move drm_mode_config_init into mipi library
` [Intel-gfx] [PATCH 48/51] drm/mipi-dbi: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 49/51] drm/udl: "
` [Intel-gfx] [PATCH 50/51] drm/udl: drop drm_driver.release hook
` [Intel-gfx] [PATCH 51/51] drm: Add docs for managed resources
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm managed resources, v3
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[Intel-gfx] [PATCH] drm/i915/huc: update TGL HuC to v7.0.12
 2020-02-27 22:44 UTC 

[Intel-gfx] [CI] PR for TGL HuC v7.0.12
 2020-02-27 22:41 UTC 

[Intel-gfx] [PATCH v3 01/11] drm/i915/tgl: Implement Wa_1409804808
 2020-02-27 22:35 UTC  (12+ messages)
` [Intel-gfx] [PATCH v3 02/11] drm/i915/tgl: Implement Wa_1806527549
` [Intel-gfx] [PATCH v3 03/11] drm/i915/tgl: Add Wa_1409085225, Wa_14010229206
` [Intel-gfx] [PATCH v3 04/11] drm/i915/tgl: Extend Wa_1606931601 for all steppings
` [Intel-gfx] [PATCH v3 05/11] drm/i915/tgl: Add note to Wa_1607297627
` [Intel-gfx] [PATCH v3 06/11] drm/i915/tgl: Add note about Wa_1607063988
` [Intel-gfx] [PATCH v3 07/11] drm/i915/tgl: Fix the Wa number of a fix
` [Intel-gfx] [PATCH v3 08/11] drm/i915/tgl: Add note about Wa_1409142259
` [Intel-gfx] [PATCH v3 09/11] drm/i915/tgl: Restrict Wa_1408615072 to A0 stepping
` [Intel-gfx] [PATCH v3 10/11] drm/i915/tgl: Add Wa number to WaAllowPMDepthAndInvocationCountAccessFromUMD
` [Intel-gfx] [PATCH v3 11/11] drm/i915/tgl: Implement Wa_1407901919

[Intel-gfx] [PATCH] drm/i915/ggtt: do not set bits 1-11 in gen12 ptes
 2020-02-27 22:35 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] drm/i915/gt: Check engine-is-awake on reset later
 2020-02-27 22:16 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix kbuild test robot build error
 2020-02-27 21:38 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Fix kbuild test robot build error (rev2)

[Intel-gfx] [PATCH 1/3] drm/i915/gem: Consolidate ctx->engines[] release
 2020-02-27 21:34 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/3] "

[Intel-gfx] gitlab.fd.o financial situation and impact on services
 2020-02-27 21:27 UTC 

[Intel-gfx] [PATCH 1/3] drm/i915: add i915_ioc32.h for compat
 2020-02-27 21:11 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: remove unused orig_clock i915 member
` [Intel-gfx] [PATCH 3/3] drm/i915: move watermark structs more towards usage
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: add i915_ioc32.h for compat
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] Fixes that failed to apply to v5.6-rc3
 2020-02-27 20:55 UTC  (2+ messages)
` [Intel-gfx] [PATCH backported to v5.6-rc3] drm/i915/psr: Force PSR probe only after full initialization

[Intel-gfx] [PATCH v2 00/20] drm/i915: Proper dbuf global state
 2020-02-27 20:43 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Proper dbuf global state (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/3] drm/i915: Fix 400 MHz FSB readout on elk
 2020-02-27 20:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] "

[Intel-gfx] [PATCH] drm/i915/crc: move pipe_crc from drm_i915_private to intel_crtc
 2020-02-27 19:47 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v3 0/7] 3 display pipes combination system support
 2020-02-27 19:45 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for 3 display pipes combination system support (rev5)

[Intel-gfx] [PATCH] drm/i915: Lock gmbus/aux mutexes while changing cdclk
 2020-02-27 19:39 UTC 

[Intel-gfx] [PATCH v6] drm/i915: Use intel_plane_data_rate for min_cdclk calculation
 2020-02-27 19:18 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Use intel_plane_data_rate for min_cdclk calculation (rev6)

[Intel-gfx] [PATCH 1/1] drm/i915: Adding YUV444 packed format support for skl+ (V14)
 2020-02-27 19:15 UTC  (3+ messages)
` [Intel-gfx] [PATCH 0/1] Adding YUV444 packed format support for skl+
  ` [Intel-gfx] [PATCH 1/1] drm/i915: Adding YUV444 packed format support for skl+ (V15)

[Intel-gfx] [PATCH 00/13] drm/i915: Clean up DPLL output/refclock tracking
 2020-02-27 19:01 UTC  (10+ messages)
` [Intel-gfx] [PATCH 11/13] drm/i915/skl, cnl: Split out the WRPLL/LCPLL frequency calculation
` [Intel-gfx] [PATCH 12/13] drm/i915/hsw: Use the read-out WRPLL/SPLL state instead of reading out again
` [Intel-gfx] [PATCH 13/13] drm/i915: Unify the DPLL ref clock frequency tracking

[Intel-gfx] [PATCH v4 00/14] drm/i915: Add support for HDCP 1.4 over MST connectors
 2020-02-27 18:56 UTC  (2+ messages)
` [Intel-gfx] [PATCH v4 13.5/14] drm/i915: Print HDCP version info for all connectors

[Intel-gfx] [PATCH] drm/i915/dram: hide the dram structs better
 2020-02-27 18:50 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915: Set up PIPE_MISC truncate bit on tgl+
 2020-02-27 18:48 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] 5.6 DP-MST regression: 1 of 2 monitors on TB3 (DP-MST) dock no longer light up
 2020-02-27 18:45 UTC  (9+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915/vgpu: improve vgpu abstractions
 2020-02-27 18:22 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gvt: make intel_gvt_active internal to intel_gvt
` [Intel-gfx] [PATCH 3/3] drm/i915/gvt: only include intel_gvt.h where needed
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915/vgpu: improve vgpu abstractions
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v4-CI] drm/i915/psr: Force PSR probe only after full initialization
 2020-02-27 17:54 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Disable heartbeat around manual pulse tests
 2020-02-27 17:54 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH 00/51] drm managed resources, v2
 2020-02-27 17:46 UTC  (4+ messages)
` [Intel-gfx] [PATCH 18/51] drm/<drivers>: Use drmm_add_final_kfree

[Intel-gfx] [PATCH 1/3] drm/i915: split intel_modeset_init() pre/post gem init
 2020-02-27 17:23 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: move more display related probe/remove stuff to display
` [Intel-gfx] [PATCH 3/3] drm/i915: remove the now redundant i915_driver_modeset_* call layer
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: split intel_modeset_init() pre/post gem init
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915: Fix kbuild test robot build error
 2020-02-27 16:58 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/perf: reintroduce wait on OA configuration completion
 2020-02-27 17:04 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2 16/20] drm/i915: Move pipe ddb entries into the dbuf state
 2020-02-27 16:50 UTC  (2+ messages)

[Intel-gfx] [PATCH v18 0/8] Refactor Gen11+ SAGV support
 2020-02-27 16:28 UTC  (10+ messages)
` [Intel-gfx] [PATCH v18 1/8] drm/i915: Start passing latency as parameter
` [Intel-gfx] [PATCH v18 2/8] drm/i915: Introduce skl_plane_wm_level accessor
` [Intel-gfx] [PATCH v18 3/8] drm/i915: Add intel_bw_get_*_state helpers
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Refactor Gen11+ SAGV support (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v18 7/8] drm/i915: Restrict qgv points which don't have enough bandwidth
 2020-02-27 16:20 UTC  (3+ messages)

[Intel-gfx] [PATCH v18 4/8] drm/i915: Introduce more *_state_changed indicators
 2020-02-27 16:12 UTC  (3+ messages)

[Intel-gfx] [PATCH v2] drm/i915/huc: Fix error reported by I915_PARAM_HUC_STATUS
 2020-02-27 14:49 UTC  (4+ messages)

[Intel-gfx] [PATCH v5] drm/i915: Use intel_plane_data_rate for min_cdclk calculation
 2020-02-27 14:10 UTC  (3+ messages)

[Intel-gfx] [PULL] drm-misc-next
 2020-02-27 11:32 UTC 

[Intel-gfx] [PATCH 16/21] drm/i915: make *_debugfs_register() functions return void
 2020-02-27 13:08 UTC  (2+ messages)

[Intel-gfx] [PATCH v18 5/8] drm/i915: Refactor intel_can_enable_sagv
 2020-02-27 11:46 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/10] drm/i915/display: conversion to drm_device based logging macros
 2020-02-27 10:57 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: conversion to drm_device based logging macros (rev4)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 01/17] drm/i915/gt: Reset queue_priority_hint after wedging
 2020-02-27 10:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [01/17] "

[Intel-gfx] [PULL] gvt-next
 2020-02-27  9:31 UTC  (3+ messages)

[Intel-gfx] [PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
 2020-02-27  9:38 UTC  (14+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Add request throughput measurement to perf
 2020-02-27  9:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH 00/10] drm/i915: Introduce i915 based i915_MISSING_CASE macro and us it in i915
 2020-02-27  8:29 UTC  (5+ messages)
` [Intel-gfx] [PATCH 01/10] drm/i915: Add i915 device based MISSING_CASE macro


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).