dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-26 13:05:56 to 2020-11-27 12:12:07 UTC [more...]

[RFC PATCH 000/162] DG1 + LMEM enabling
 2020-11-27 12:06 UTC  (92+ messages)
` [RFC PATCH 001/162] drm/i915/selftest: also consider non-contiguous objects
` [RFC PATCH 002/162] drm/i915/selftest: assert we get 2M GTT pages
` [RFC PATCH 003/162] drm/i915/selftest: handle local-memory in perf_memcpy
` [RFC PATCH 004/162] drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h
` [RFC PATCH 005/162] drm/i915/gt: Rename lrc.c to execlists_submission.c
` [RFC PATCH 006/162] drm/i915: split gen8+ flush and bb_start emission functions to their own file
` [RFC PATCH 007/162] drm/i915: split wa_bb code to its "
` [RFC PATCH 008/162] HAX drm/i915: Work around the selftest timeline lock splat workaround
` [RFC PATCH 009/162] drm/i915: Introduce drm_i915_lock_isolated
` [RFC PATCH 010/162] drm/i915: Lock hwsp objects isolated for pinning at create time
` [RFC PATCH 011/162] drm/i915: Pin timeline map after first timeline pin, v5
` [RFC PATCH 012/162] drm/i915: Move cmd parser pinning to execbuffer
` [RFC PATCH 013/162] drm/i915: Add missing -EDEADLK handling to execbuf pinning, v2
` [RFC PATCH 014/162] drm/i915: Ensure we hold the object mutex in pin correctly v2
` [RFC PATCH 015/162] drm/i915: Add gem object locking to madvise
` [RFC PATCH 016/162] drm/i915: Move HAS_STRUCT_PAGE to obj->flags
` [RFC PATCH 017/162] drm/i915: Rework struct phys attachment handling
` [RFC PATCH 018/162] drm/i915: Convert i915_gem_object_attach_phys() to ww locking, v2
` [RFC PATCH 019/162] drm/i915: make lockdep slightly happier about execbuf
` [RFC PATCH 020/162] drm/i915: Disable userptr pread/pwrite support
` [RFC PATCH 021/162] drm/i915: No longer allow exporting userptr through dma-buf
` [RFC PATCH 022/162] drm/i915: Reject more ioctls for userptr
` [RFC PATCH 023/162] drm/i915: Reject UNSYNCHRONIZED for userptr, v2
` [RFC PATCH 024/162] drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER
` [RFC PATCH 025/162] drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v5
` [RFC PATCH 026/162] drm/i915: Flatten obj->mm.lock
` [RFC PATCH 027/162] drm/i915: Populate logical context during first pin
` [RFC PATCH 028/162] drm/i915: Make ring submission compatible with obj->mm.lock removal, v2
` [RFC PATCH 029/162] drm/i915: Handle ww locking in init_status_page
` [RFC PATCH 030/162] drm/i915: Rework clflush to work correctly without obj->mm.lock
` [RFC PATCH 031/162] drm/i915: Pass ww ctx to intel_pin_to_display_plane
` [RFC PATCH 032/162] drm/i915: Add object locking to vm_fault_cpu
` [RFC PATCH 033/162] drm/i915: Move pinning to inside engine_wa_list_verify()
` [RFC PATCH 034/162] drm/i915: Take reservation lock around i915_vma_pin
` [RFC PATCH 035/162] drm/i915: Make intel_init_workaround_bb more compatible with ww locking
` [RFC PATCH 036/162] drm/i915: Make __engine_unpark() compatible with ww locking v2
` [RFC PATCH 037/162] drm/i915: Take obj lock around set_domain ioctl
` [RFC PATCH 038/162] drm/i915: Defer pin calls in buffer pool until first use by caller
` [RFC PATCH 039/162] drm/i915: Fix pread/pwrite to work with new locking rules
` [RFC PATCH 040/162] drm/i915: Fix workarounds selftest, part 1
` [RFC PATCH 041/162] drm/i915: Prepare for obj->mm.lock removal
` [RFC PATCH 042/162] drm/i915: Add igt_spinner_pin() to allow for ww locking around spinner
` [RFC PATCH 043/162] drm/i915: Add ww locking around vm_access()
` [RFC PATCH 044/162] drm/i915: Increase ww locking for perf
` [RFC PATCH 045/162] drm/i915: Lock ww in ucode objects correctly
` [RFC PATCH 046/162] drm/i915: Add ww locking to dma-buf ops
` [RFC PATCH 047/162] drm/i915: Add missing ww lock in intel_dsb_prepare
` [RFC PATCH 048/162] drm/i915: Fix ww locking in shmem_create_from_object
` [RFC PATCH 049/162] drm/i915: Use a single page table lock for each gtt
` [RFC PATCH 050/162] drm/i915/selftests: Prepare huge_pages testcases for obj->mm.lock removal
` [RFC PATCH 051/162] drm/i915/selftests: Prepare client blit "
` [RFC PATCH 052/162] drm/i915/selftests: Prepare coherency tests "
` [RFC PATCH 053/162] drm/i915/selftests: Prepare context "
` [RFC PATCH 054/162] drm/i915/selftests: Prepare dma-buf "
` [RFC PATCH 055/162] drm/i915/selftests: Prepare execbuf "
` [RFC PATCH 056/162] drm/i915/selftests: Prepare mman testcases "
` [RFC PATCH 057/162] drm/i915/selftests: Prepare object tests "
` [RFC PATCH 058/162] drm/i915/selftests: Prepare object blit "
` [RFC PATCH 059/162] drm/i915/selftests: Prepare igt_gem_utils "
` [RFC PATCH 060/162] drm/i915/selftests: Prepare context selftest "
` [RFC PATCH 061/162] drm/i915/selftests: Prepare hangcheck "
` [RFC PATCH 062/162] drm/i915/selftests: Prepare execlists "
` [RFC PATCH 063/162] drm/i915/selftests: Prepare mocs tests "
` [RFC PATCH 064/162] drm/i915/selftests: Prepare ring submission "
` [RFC PATCH 065/162] drm/i915/selftests: Prepare timeline tests "
` [RFC PATCH 066/162] drm/i915/selftests: Prepare i915_request "
` [RFC PATCH 067/162] drm/i915/selftests: Prepare memory region "
` [RFC PATCH 068/162] drm/i915/selftests: Prepare cs engine "
` [RFC PATCH 069/162] drm/i915/selftests: Prepare gtt "
` [RFC PATCH 070/162] drm/i915: Finally remove obj->mm.lock
` [RFC PATCH 071/162] drm/i915: Keep userpointer bindings if seqcount is unchanged, v2
` [RFC PATCH 072/162] drm/i915: Avoid some false positives in assert_object_held()
` [RFC PATCH 073/162] drm/i915: Reference contending lock objects
` [RFC PATCH 074/162] drm/i915: Break out dma_resv ww locking utilities to separate files
` [RFC PATCH 075/162] drm/i915: Introduce a for_i915_gem_ww(){}
` [RFC PATCH 076/162] drm/i915: Untangle the vma pages_mutex
` [RFC PATCH 077/162] drm/i915/fbdev: Use lmem physical addresses for fb_mmap() on discrete
` [RFC PATCH 078/162] drm/i915: Return error value when bo not in LMEM for discrete
` [RFC PATCH 079/162] drm/i915/dmabuf: Disallow LMEM objects from dma-buf
` [RFC PATCH 080/162] drm/i915/lmem: Fail driver init if LMEM training failed
` [RFC PATCH 081/162] HAX drm/i915/lmem: support CPU relocations
` [RFC PATCH 082/162] HAX drm/i915/lmem: support pread and pwrite
` [RFC PATCH 083/162] drm/i915: Update the helper to set correct mapping
` [RFC PATCH 084/162] drm/i915: introduce kernel blitter_context
` [RFC PATCH 085/162] drm/i915/region: support basic eviction
` [RFC PATCH 086/162] drm/i915: Add blit functions that can be called from within a WW transaction
` [RFC PATCH 087/162] drm/i915: Delay publishing objects on the eviction lists
` [RFC PATCH 088/162] drm/i915: support basic object migration
` [RFC PATCH 089/162] drm/i915/dg1: Fix occasional migration error
` [RFC PATCH 090/162] drm/i915/query: Expose memory regions through the query uAPI
` [RFC PATCH 091/162] drm/i915: Store gt in memory region

[REGRESSION] omapdrm/N900 display broken
 2020-11-27 11:45 UTC  (7+ messages)

[PATCH] drm/komeda: Handle NULL pointer access code path in error case
 2020-11-27 11:00 UTC 

[PATCH] drm/komeda: Remove useless variable assignment
 2020-11-27 11:00 UTC 

[PATCH] drm/panfrost: fix reference leak in panfrost_job_hw_submit
 2020-11-27 10:06 UTC  (2+ messages)

[PATCH] fbdev: aty: SPARC64 requires FB_ATY_CT
 2020-11-26 16:33 UTC  (3+ messages)

[PATCH] drm: bridge: adv7511: Remove redundant null check before clk_disable_unprepare
 2020-11-27  9:18 UTC 

[PATCH] drm/msm: Fix use-after-free in msm_gem with carveout
 2020-11-26  8:28 UTC 

[PATCH] drm/mediatek: fix reference leak in mtk_crtc_ddp_hw_init
 2020-11-27  9:44 UTC 

[PATCH drm/hisilicon 0/3] Add the new api to install irq
 2020-11-26 13:15 UTC  (8+ messages)
` [PATCH drm/hisilicon 1/3] drm/hisilicon: Code refactoring for hibmc_drm_drv
` [PATCH drm/hisilicon 2/3] drm/irq: Add the new api to install irq
` [PATCH drm/hisilicon 3/3] drm/hisilicon: Use the new api devm_drm_irq_install

[PATCH] drm/lima: fix reference leak in lima_pm_busy
 2020-11-27  9:44 UTC 

[PATCH 1/2] drm/bridge/lontium-lt9611uxc: fix waiting for EDID to become available
 2020-11-27  9:23 UTC  (2+ messages)
` [PATCH 2/2] drm/bridge/lontium-lt9611uxc: move HPD notification out of IRQ handler

[PATCH] drm/armada: Remove redundant null check before clk_disable_unprepare
 2020-11-27  9:10 UTC 

[PATCH] drm: rcar-du: fix reference leak in amdgpu_debugfs_gfxoff_read
 2020-11-27  9:44 UTC 

[PULL] drm-misc-fixes
 2020-11-26  8:54 UTC 

[PATCH] ARM: locomo: make locomo bus's remove callback return void
 2020-11-26 21:31 UTC  (3+ messages)

[PATCH v2] drm/msm: Fix use-after-free in msm_gem with carveout
 2020-11-26 13:02 UTC 

[PATCH] drm: bridge: dw-hdmi: Remove redundant null check before clk_disable_unprepare
 2020-11-27  9:23 UTC 

[PATCH] drm/bridge: cdns: fix reference leak in cdns_dsi_transfer
 2020-11-27  9:44 UTC 

[PATCH] drm/vboxvideo: Used the vram helper
 2020-11-27  3:14 UTC 

[PATCH v2] fbdev: aty: SPARC64 requires FB_ATY_CT
 2020-11-27  9:15 UTC  (2+ messages)

[PATCH] drm/dev: Fix NULL pointer dereference in drm_minor_alloc
 2020-11-27  9:43 UTC 

[PATCH] drm: bridge: cdns-mhdp8546: fix reference leak in cdns_mhdp_probe
 2020-11-27  9:44 UTC 

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-26 17:05 UTC  (18+ messages)

[PATCH] drm: rcar-du: fix reference leak in rcar_cmm_enable
 2020-11-27  9:44 UTC 

[PATCH 1/2] ALSA: ppc: drop if block with always false condition
 2020-11-27  9:45 UTC  (5+ messages)
` [PATCH 2/2] powerpc/ps3: make system bus's remove and shutdown callbacks return void

[PATCH] drm/omap: sdi: fix bridge enable/disable
 2020-11-27  8:52 UTC 

[git pull] drm fixes for 5.10-rc6
 2020-11-27  8:37 UTC 

[PATCH] drm/radeon: fix check order in radeon_bo_move
 2020-11-27  8:31 UTC  (4+ messages)

[PULL] drm-misc-next
 2020-11-27  8:30 UTC 

[PATCH v6 00/18] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-11-27  5:36 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v7 00/47] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-11-26 18:06 UTC  (13+ messages)
` [PATCH v7 17/47] dt-bindings: memory: tegra20: Add memory client IDs
` [PATCH v7 18/47] dt-bindings: memory: tegra30: "
` [PATCH v7 19/47] dt-bindings: memory: tegra124: "

[PATCH] drm/msm: adreno: Make speed-bin support generic
 2020-11-26 15:38 UTC  (5+ messages)

[PATCH v4] drm/scheduler: Avoid accessing freed bad job
 2020-11-26 15:06 UTC  (4+ messages)
` [PATCH 0/6] Allow to extend the timeout without jobs disappearing
  ` [PATCH 3/6] drm/scheduler: Job timeout handler returns status

[PATCH] drm/nouveau: make sure ret is initialized in nouveau_ttm_io_mem_reserve
 2020-11-26 14:39 UTC  (2+ messages)
` [Nouveau] "

[PATCH] drm/ast: Fixed CVE for DP501
 2020-11-26 14:26 UTC  (3+ messages)

[PATCH 00/40] [Set 10] Rid W=1 warnings from GPU
 2020-11-26 13:42 UTC  (41+ messages)
` [PATCH 01/40] drm/amd/pm/powerplay/smumgr/tonga_smumgr: Remove set but unused variable 'res'
` [PATCH 02/40] drm/amd/pm/powerplay/smumgr/polaris10_smumgr: Make function called by reference static
` [PATCH 03/40] drm/amd/pm/powerplay/smumgr/ci_smumgr: Remove set but unused variable 'res'
` [PATCH 04/40] drm/amd/pm/powerplay/smumgr/iceland_smumgr: Make function called by reference static
` [PATCH 05/40] drm/amd/pm/powerplay/smumgr/vegam_smumgr: "
` [PATCH 06/40] drm/amd/pm/powerplay/smumgr/smu9_smumgr: Include our own header containing our prototypes
` [PATCH 07/40] drm/amd/pm/powerplay/smumgr/fiji_smumgr: Demote kernel-doc format abuse
` [PATCH 08/40] drm/amd/pm/powerplay/hwmgr/hardwaremanager: Remove unused 'phm_set_*()' functions
` [PATCH 09/40] drm/amd/pm/powerplay/hwmgr/hwmgr: Move 'smu8_init_function_pointers()' prototype to shared header
` [PATCH 10/40] drm/amd/pm/inc/pp_thermal: Mark 'SMU7Thermal{WithDelay}Policy' as __maybe_unused
` [PATCH 11/40] drm/amd/pm/powerplay/hwmgr/ppevvmath: Place variable declaration under same clause as its use
` [PATCH 12/40] drm/amd/pm/powerplay/hwmgr/ppatomctrl: Remove unused variable 'fPowerDPMx'
` [PATCH 13/40] drm/amd/pm/powerplay/hwmgr/hwmgr: Move 'smu7_init_function_pointers()'s prototype to header
` [PATCH 14/40] drm/amd/pm/powerplay/hwmgr/ppatomfwctrl: Demote kernel-doc formatting abuses
` [PATCH 15/40] drm/msm/disp/dpu1/dpu_hw_interrupts: Demote kernel-doc formatting misuse
` [PATCH 16/40] drm/amd/pm/powerplay/smumgr/iceland_smumgr: Remove unused variable 'res'
` [PATCH 17/40] drm/amd/pm/powerplay/hwmgr/hardwaremanager: Fix function header related formatting issues
` [PATCH 18/40] drm/amd/pm/powerplay/hwmgr/process_pptables_v1_0: Convert to proper kernel-doc format
` [PATCH 19/40] drm/amd/pm/powerplay/hwmgr/ppatomctrl: Fix a myriad of kernel-doc issues
` [PATCH 20/40] drm/amd/pm/powerplay/hwmgr/vega10_processpptables: Make function invoked by reference static
` [PATCH 21/40] drm/amd/pm/powerplay/hwmgr/smu7_hwmgr: Fix a whole bunch of historical function doc issues
` [PATCH 22/40] drm/amd/pm/powerplay/hwmgr/vega10_hwmgr: Remove set but unused variable 'result'
` [PATCH 23/40] drm/amd/pm/powerplay/hwmgr/smu7_thermal: Repair formatting in a bunch of function docs
` [PATCH 24/40] drm/amd/pm/powerplay/hwmgr/vega10_thermal: Fix a bunch of dated function doc formatting
` [PATCH 25/40] drm/amd/pm/powerplay/hwmgr/pp_psm: Remove unused variable 'result'
` [PATCH 26/40] drm/amd/pm/powerplay/hwmgr/hwmgr: Move 'vega12_hwmgr_init()'s prototype to shared header
` [PATCH 27/40] drm/amd/pm/powerplay/hwmgr/hwmgr: Move 'vega20_hwmgr_init()'s "
` [PATCH 28/40] drm/amd/pm/powerplay/hwmgr/smu_helper: Demote or fix kernel-doc headers
` [PATCH 29/40] drm/amd/pm/powerplay/hwmgr/vega20_thermal: Fix some outdated function documentation
` [PATCH 30/40] drm/amd/pm/powerplay/hwmgr/vega12_thermal: "
` [PATCH 31/40] drm/amd/pm/powerplay/kv_dpm: Remove unused variable 'ret'
` [PATCH 32/40] drm/amd/display/amdgpu_dm/amdgpu_dm: Mark 'link_bandwidth_kbps' as __maybe_unused
` [PATCH 33/40] drm/amd/display/dc/inc/hw/dpp: Mark 'dpp_input_csc_matrix' "
` [PATCH 34/40] drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Use 'gnu_printf' format notation
` [PATCH 35/40] drm/amd/display/amdgpu_dm/amdgpu_dm_color: Demote a misuse and fix another kernel-doc header
` [PATCH 36/40] drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu: Mark local functions invoked by reference as static
` [PATCH 37/40] drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu: Remove unused function 'pp_nv_set_pme_wa_enable()'
` [PATCH 38/40] drm/amd/display/dc/basics/conversion: Include header containing our prototypes
` [PATCH 39/40] drm/amd/display/dc/basics/fixpt31_32: Remove unused variable 'dc_fixpt_pi'
` [PATCH 40/40] drm/amd/display/dc/basics/vector: Make local function 'dal_vector_presized_costruct' static


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