amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-20 12:21:07 to 2020-10-26 07:49:59 UTC [more...]

[PATCH] drm/amdgpu: Fix size calculation when init onchip memory
 2020-10-26  7:49 UTC  (4+ messages)

[PATCH AUTOSEL 5.9 090/111] drm/amd/display: Fix a list corruption
 2020-10-25 23:48 UTC  (3+ messages)

[PATCH v5 00/10] Support GEM object mappings from I/O memory
 2020-10-24 20:38 UTC  (17+ messages)
` [PATCH v5 01/10] drm/vram-helper: Remove invariant parameters from internal kmap function
` [PATCH v5 04/10] drm/exynos: Remove empty exynos_drm_gem_prime_{vmap, vunmap}()
` [PATCH v5 05/10] drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpers
` [PATCH v5 06/10] drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
` [PATCH v5 07/10] drm/gem: Update internal GEM vmap/vunmap interfaces to use struct dma_buf_map
` [PATCH v5 08/10] drm/gem: Store client buffer mappings as "
` [PATCH v5 09/10] dma-buf-map: Add memcpy and pointer-increment interfaces
` [PATCH v5 10/10] drm/fb_helper: Support framebuffers in I/O memory

[PATCH 0/3] drm/amd/display: Fix kernel panic by breakpoint
 2020-10-23 23:16 UTC  (5+ messages)
` [PATCH 1/3] drm/amd/display: Fix kernel panic by dal_gpio_open() error
` [PATCH 2/3] drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
` [PATCH 3/3] drm/amd/display: Clean up debug macros

[PATCH] drm/amd/display: Fixed panic during seamless boot
 2020-10-23 19:10 UTC  (3+ messages)

[PATCH v3 02/56] drm: amdgpu_dm: fix a typo
 2020-10-23 19:02 UTC  (8+ messages)
` [PATCH v3 03/56] amdgpu: fix a few kernel-doc markup issues
` [PATCH v3 11/56] drm/amdgpu: fix some kernel-doc markups

[PATCH 1/3] drm/amdgpu: add mode2 reset support for vangogh
 2020-10-23 15:20 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu/nv: add mode2 reset handling
` [PATCH 3/3] drm/amdgpu: Enable GPU reset for vangogh

[PATCH] drm/amdgpu: always reset asic when going into suspend
 2020-10-23 15:04 UTC  (10+ messages)

[PATCH 1/5] drm/radeon: Stop changing the drm_driver struct
 2020-10-23 12:28 UTC 

[PATCH 05/65] drm/atomic-helper: Add dma-fence annotations
 2020-10-23 12:21 UTC  (11+ messages)
  ` [PATCH 06/65] drm/vkms: Annotate vblank timer
  ` [PATCH 07/65] drm/vblank: Annotate with dma-fence signalling section
  ` [PATCH 08/65] drm/amdgpu: add dma-fence annotations to atomic commit path
  ` [PATCH 17/65] drm/scheduler: use dma-fence annotations in main thread
  ` [PATCH 18/65] drm/amdgpu: use dma-fence annotations in cs_submit()
  ` [PATCH 19/65] drm/amdgpu: s/GFP_KERNEL/GFP_ATOMIC in scheduler code
  ` [PATCH 20/65] drm/scheduler: use dma-fence annotations in tdr work
  ` [PATCH 21/65] drm/amdgpu: use dma-fence annotations for gpu reset code
  ` [PATCH 22/65] Revert "drm/amdgpu: add fbdev suspend/resume on gpu reset"
  ` [PATCH 23/65] drm/i915: Annotate dma_fence_work

[PATCH] Revert "drm/amdgpu: IP discovery table is not ready yet for VG"
 2020-10-23  8:28 UTC  (2+ messages)

kgdb_breakpoint() usage leads to kernel panic
 2020-10-23  7:45 UTC  (2+ messages)

[Outreachy kernel][PATCH 0/5] drm/amdgpu: Replace snprintf() with sysfs_emit
 2020-10-22 21:40 UTC  (9+ messages)
` [PATCH 1/5] gpu: drm: amdgpu: Replace snprintf() with sysfs_emit()
` [PATCH 2/5] "
` [PATCH 3/5] "
` [PATCH 4/5] "
  ` [Outreachy kernel] "
` [PATCH 5/5] "

[PATCH] Fix bug to get average GPU power
 2020-10-23  3:02 UTC 

[PATCH 1/2] drm/amdgpu: add DID for navi10 blockchain SKU
 2020-10-23  3:16 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu: disable DCN and VCN for navi10 blockchain SKU(v3)

DROP: Re: [PATCH] drm/amd/amdgpu: Add checksun check for pf2vf message
 2020-10-23  2:18 UTC 

[PATCH] drm/amdgpu: During compute disable GFXOFF for Sienna_Cichlid
 2020-10-23  1:25 UTC  (3+ messages)

[PATCH] drm/amdgpu/display: fix 64 bit division in dcn30_hwseq.c
 2020-10-22 20:34 UTC 

[PATCH v3 00/11] amd/display: Add GFX9+ modifier support
 2020-10-22 16:55 UTC  (19+ messages)
` [PATCH v3 01/11] drm/amd/display: Do not silently accept DCC for multiplane formats
` [PATCH v3 02/11] drm/amd: Init modifier field of helper fb
` [PATCH v3 03/11] drm/amd/display: Honor the offset for plane 0
` [PATCH v3 04/11] drm/fourcc: Add AMD DRM modifiers
` [PATCH v3 05/11] drm/amd/display: Store tiling_flags in the framebuffer
` [PATCH v3 06/11] drm/amd/display: Convert tiling_flags to modifiers
` [PATCH v3 07/11] drm/amd/display: Refactor surface tiling setup
` [PATCH v3 08/11] drm/amd/display: Set DC options from modifiers
` [PATCH v3 09/11] drm/amd/display: Add formats for DCC with 2/3 planes
` [PATCH v3 10/11] drm/amd/display: Expose modifiers
` [PATCH v3 11/11] drm/amd/display: Clean up GFX9 tiling_flags path

[PATCH] drm/amd/pm: fix the wrong fan speed in fan1_input
 2020-10-22 13:11 UTC  (19+ messages)

[PATCH 1/4] drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINE
 2020-10-22  5:31 UTC  (2+ messages)

[PATCH] drm/amd/display: fix a possible NULL pointer dereference in bios_parser_get_src_obj()
 2020-10-22  5:02 UTC  (2+ messages)

[PATCH] drm/amdgpu: remove unneeded break
 2020-10-22  4:56 UTC  (4+ messages)

[pull] amdgpu, amdkfd drm-fixes-5.10
 2020-10-22  4:03 UTC 

[PATCH 1/3] drm/amdgpu: add DID for navi10 blockchain SKU
 2020-10-22  3:31 UTC  (5+ messages)
` [PATCH 2/3] drm/amdgpu: disable DCN "
` [PATCH 3/3] drm/amdgpu: disable VCN "

[PATCH 1/3] drm/amdgpu: add DID for navi10 blockchain SKU
 2020-10-22  3:07 UTC  (9+ messages)
` [PATCH 2/3] drm/amdgpu: disable DCN "
` [PATCH 3/3] drm/amdgpu: disable VCN "

[PATCH] drm/amdgpu: correct the cu and rb info for sienna cichlid
 2020-10-22  2:50 UTC  (3+ messages)

[PATCH] drm/amd/display: Initialize num_pkrs on VANGOGH
 2020-10-21 20:10 UTC  (6+ messages)
` [PATCH] drm/amd/display: Interpret log_2(0) as 0

[PATCH v3 0/6] Documentation build fixes against upstream
 2020-10-21 18:37 UTC  (3+ messages)
` [PATCH v3 1/6] drm: amdgpu: kernel-doc: update some adev parameters

[Outreachy kernel][PATCH] gpu: amd: Return boolean types instead of integer values
 2020-10-21 18:33 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix the display corruption issue on Navi10
 2020-10-21 14:26 UTC  (2+ messages)

[PATCH 00/33] DC Patches - 29 October 2020
 2020-10-21 14:22 UTC  (34+ messages)
` [PATCH 01/33] drm/amd/display: Add Bounding Box State for Low DF PState but High Voltage State
` [PATCH 02/33] drm/amd/display: add dcn21 bw validation
` [PATCH 03/33] drm/amd/display: enable odm + full screen mpo on dcn21
` [PATCH 04/33] drm/amd/display: Source minimum HBlank support
` [PATCH 05/33] drm/amd/display: Reverting "Add connector to the state if DSC debugfs is set"
` [PATCH 06/33] drm/amd/display: Set WM set A to 0 if full pstate not supported
` [PATCH 07/33] drm/amd/display: Raise DPG height during timing synchronization
` [PATCH 08/33] drm/amd/display: Define PSR ERROR Status bit VSC_SDP
` [PATCH 09/33] drm/amd/display: [FW Promotion] Release 0.0.37
` [PATCH 10/33] drm/amd/display: Add an option to limit max DSC target bpp per sink
` [PATCH 11/33] drm/amd/display: 3.2.107
` [PATCH 12/33] drm/amd/display: DCN2.1 Disable 48MHz Powerdown Debug Option
` [PATCH 13/33] drm/amd/display: adding reading OEM init_data to dcn3
` [PATCH 14/33] drm/amd/display: Refactor ABM_MASK_SH_LIST_DCN301 naming
` [PATCH 15/33] drm/amd/display: skip avmute action
` [PATCH 16/33] drm/amd/display: Revert check for flip pending before locking pipes
` [PATCH 17/33] drm/amd/display: Reduce height of visual confirm on right side
` [PATCH 18/33] drm/amd/display: disable seamless boot for VSC_SDP
` [PATCH 19/33] drm/amd/display: Update GSL state if leaving immediate flip
` [PATCH 20/33] drm/amd/display: Don't trigger flip twice when ODM combine in use
` [PATCH 21/33] drm/amd/display: Fix max brightness pixel accuracy
` [PATCH 22/33] drm/amd/display: adding ddc_gpio_vga_reg_list to ddc reg def'ns
` [PATCH 23/33] drm/amd/display: [FW Promotion] Release 0.0.38
` [PATCH 24/33] drm/amd/display: 3.2.108
` [PATCH 25/33] drm/amd/display: Decouple amdgpu_dm_trace from service
` [PATCH 26/33] drm/amd/display: Rework registers tracepoint
` [PATCH 27/33] drm/amd/display: Add tracepoint for amdgpu_dm
` [PATCH 28/33] drm/amd/display: Add pipe_state tracepoint
` [PATCH 29/33] drm/amd/display: Add tracepoint for capturing clocks state
` [PATCH 30/33] drm/amd/display: prevent null pointer access
` [PATCH 31/33] drm/amd/display: Removed unreferenced variables
` [PATCH 32/33] drm/amd/display: Using udelay for specific dongle while edid return defer
` [PATCH 33/33] drm/amd/display: combined user regamma and OS GAMMA_CS_TFM_1D

[PATCH] drm/amd/pm: remove the average clock value in sysfs
 2020-10-21 11:19 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: add GC 10.3 NOALLOC registers
 2020-10-21 11:01 UTC  (4+ messages)
` [PATCH 2/3] drm/amdgpu: add support to configure MALL for sienna_cichlid (v2)
` [PATCH 3/3] drm/amdgpu/display: add MALL support

[PATCH] drm/amd/pm: fix pp_dpm_fclk
 2020-10-21  8:26 UTC  (2+ messages)

[PATCH] Revert "drm/amdgpu: disable sienna chichlid UMC RAS"
 2020-10-21  7:23 UTC  (2+ messages)

[RFC] treewide: cleanup unreachable breaks
 2020-10-20 18:42 UTC  (8+ messages)
    ` [Ocfs2-devel] "

[PATCH] drm/amd/display: Fix the display corruption issue on Navi10
 2020-10-20 13:42 UTC  (3+ 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).