dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-09 11:47:16 to 2021-01-11 19:20:28 UTC [more...]

[PATCH v16 0/4] RDMA: Add dma-buf support
 2021-01-11 17:55 UTC  (6+ messages)

[PATCH -next] drm/amd/display: tweak the kerneldoc for active_vblank_irq_count
 2021-01-11 16:08 UTC  (3+ messages)

[PATCH 00/40] [Set 12] Rid W=1 warnings from GPU
 2021-01-11 19:19 UTC  (28+ messages)
` [PATCH 01/40] drm/amd/display/dc/dce/dce_aux: Mark 'dce_aux_transfer_raw' as __maybe_unused
` [PATCH 02/40] drm/amd/display/dc/dce/dce_link_encoder: Remove unused variable 'value0'
` [PATCH 03/40] drm/amd/display/dc/gpio/hw_ddc: Remove unused variable 'reg2'
` [PATCH 04/40] drm/amd/display/dc/dce/dce_opp: Demote non-compliant kernel-doc headers
` [PATCH 05/40] drm/amd/display/dc/dce/dce_transform: Demote kernel-doc abuse
` [PATCH 06/40] drm/amd/display/dc/gpio/diagnostics/hw_translate_diag: Include our own header containing prototypes
` [PATCH 07/40] drm/amd/display/dc/irq/irq_service: Make local function static
` [PATCH 08/40] drm/amd/display/dc/gpio/diagnostics/hw_factory_diag: Fix struct declared inside parameter list error
` [PATCH 09/40] drm/amd/display/dc/gpio/diagnostics/hw_factory_diag: Include our own header containing prototypes
` [PATCH 10/40] drm/amd/display/dc/dce120/dce120_hw_sequencer: Encompass defines in same clause as their use
` [PATCH 11/40] drm/amd/display/dc/dce120/dce120_timing_generator:
` [PATCH 12/40] drm/amd/display/dc/dce120/Makefile: Ignore -Woverride-init warning
` [PATCH 13/40] drm/amd/display/dc/calcs/dce_calcs: Move some large variables from the stack to the heap
` [PATCH 14/40] drm/amd/display/dc/calcs/dce_calcs: Remove some large variables from the stack
` [PATCH 15/40] drm/amd/display/dc/dce120/dce120_resource: Staticify local functions
` [PATCH 16/40] drm/amd/display/dc/dce120/dce120_timing_generator: Demote non-kerneldoc headers
` [PATCH 17/40] drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing 'field overwritten' issue
` [PATCH 18/40] drm/amd/display/dc/dce112/Makefile: Ignore -Woverride-init warning
` [PATCH 19/40] drm/amd/display/dc/dce/dce_opp: Remove duplicate entries causing 'field overwritten' issues
` [PATCH 20/40] drm/amd/display/dc/dce110/dce110_timing_generator: Remove unused variable 'value_crtc_vtotal'
` [PATCH 21/40] drm/amd/display/dc/dce110/dce110_compressor: Remove unused function 'dce110_get_required_compressed_surfacesize
` [PATCH 22/40] drm/amd/display/dc/dce110/dce110_hw_sequencer: Demote non-conformant kernel-doc header
` [PATCH 23/40] drm/amd/display/dc/dce110/dce110_mem_input_v: Make local functions static
` [PATCH 24/40] drm/amd/pm/swsmu/smu11/vangogh_ppt: Make local function 'vangogh_clk_dpm_is_enabled' static
` [PATCH 25/40] drm/amd/display/dc/dce120/dce120_timing_generator: Remove unused function 'dce120_timing_generator_get_position'
` [PATCH 28/40] drm/amd/display/dc/calcs/dce_calcs: Demote non-conformant kernel-doc function headers
` [PATCH 30/40] drm/amd/display/dc/dce110/dce110_timing_generator_v: Demote kernel-doc abuse and line up comments

[PATCH v5 1/4] drm/i915: Keep track of pwm-related backlight hooks separately
 2021-01-11 19:08 UTC  (9+ messages)
` [PATCH v5 2/4] drm/i915/dp: Enable Intel's HDR backlight interface (only SDR for now)
` [PATCH v5 3/4] drm/i915/dp: Allow forcing specific interfaces through enable_dpcd_backlight
` [PATCH v5 4/4] drm/dp: Revert "drm/dp: Introduce EDID-based quirks"

[PATCH V5 0/3] Decouple config data for configfs
 2021-01-11 19:08 UTC  (4+ messages)
` [PATCH V5 1/3] drm/vkms: Add vkms_config type
` [PATCH V5 2/3] drm/vkms: Add support for writeback module
` [PATCH V5 3/3] drm/vkms: Add information about module options

[PATCH v3 01/12] drm: Add dummy page per device or GEM object
 2021-01-11 18:31 UTC  (14+ messages)

[ANNOUNCE] libdrm 2.4.104
 2021-01-11 18:18 UTC 

[PATCH] drm/bridge: nwl-dsi: Avoid potential multiplication overflow on 32-bit
 2021-01-11 18:07 UTC  (2+ messages)

[PATCH rdma-core v4 0/6] Add user space dma-buf support
 2021-01-11 17:52 UTC  (2+ messages)

[PATCH v5 00/21] Host1x/TegraDRM UAPI
 2021-01-11 17:37 UTC  (23+ messages)
` [PATCH v5 01/21] gpu: host1x: Use different lock classes for each client
` [PATCH v5 02/21] gpu: host1x: Allow syncpoints without associated client
` [PATCH v5 03/21] gpu: host1x: Show number of pending waiters in debugfs
` [PATCH v5 04/21] gpu: host1x: Remove cancelled waiters immediately
` [PATCH v5 05/21] gpu: host1x: Use HW-equivalent syncpoint expiration check
` [PATCH v5 06/21] gpu: host1x: Cleanup and refcounting for syncpoints
` [PATCH v5 07/21] gpu: host1x: Introduce UAPI header
` [PATCH v5 08/21] gpu: host1x: Implement /dev/host1x device node
` [PATCH v5 09/21] gpu: host1x: DMA fences and userspace fence creation
` [PATCH v5 10/21] gpu: host1x: Add no-recovery mode
` [PATCH v5 11/21] gpu: host1x: Add job release callback
` [PATCH v5 12/21] gpu: host1x: Add support for syncpoint waits in CDMA pushbuffer
` [PATCH v5 13/21] gpu: host1x: Reset max value when freeing a syncpoint
` [PATCH v5 14/21] gpu: host1x: Reserve VBLANK syncpoints at initialization
` [PATCH v5 15/21] drm/tegra: Add new UAPI to header
` [PATCH v5 16/21] drm/tegra: Boot VIC during runtime PM resume
` [PATCH v5 17/21] drm/tegra: Set resv fields when importing/exporting GEMs
` [PATCH v5 18/21] drm/tegra: Allocate per-engine channel in core code
` [PATCH v5 19/21] drm/tegra: Implement new UAPI
` [PATCH v5 20/21] drm/tegra: Implement job submission part of "
` [PATCH v5 21/21] drm/tegra: Add job firewall

[PATCH v4 00/13] drm: Support short-term vmap via vmap_local
 2021-01-11 17:06 UTC  (15+ messages)
` [PATCH v4 04/13] drm/shmem-helper: Provide a vmap function for short-term mappings
` [PATCH v4 05/13] drm/mgag200: Use drm_gem_shmem_vmap_local() in damage handling
` [PATCH v4 06/13] drm/cirrus: "
` [PATCH v4 07/13] drm/gm12u320: "
` [PATCH v4 11/13] drm/vboxvideo: Use drm_gem_vram_vmap_local() in cursor update
` [PATCH v4 13/13] drm/vram-helper: Remove unused drm_gem_vram_{vmap, vunmap}()
  ` [PATCH v4 13/13] drm/vram-helper: Remove unused drm_gem_vram_{vmap,vunmap}()

[Bug 211033] New: [bisected][regression] amdgpu: *ERROR* Restoring old state failed with -12
 2021-01-11 17:00 UTC  (5+ messages)
` [Bug 211033] "

[PATCH v4 1/2] drm/msm: Add speed-bin support to a618 gpu
 2021-01-11 16:49 UTC  (2+ messages)

[PATCH] drm/ttm: Fix address passed to dma_mapping_error() in ttm_pool_map()
 2021-01-11 16:40 UTC 

[PATCH v2] drm: Check actual format for legacy pageflip
 2021-01-11 16:40 UTC  (3+ messages)

[PATCH] amdgpu: Avoid sleeping during FPU critical sections
 2021-01-11 16:32 UTC  (4+ messages)

[PATCH 00/35] Add HMM-based SVM memory manager to KFD
 2021-01-11 16:29 UTC  (10+ messages)

[PATCH][next] drm/amdgpu: Add missing BOOTUP_DEFAULT to profile_name[]
 2021-01-11 16:19 UTC  (2+ messages)

[PATCH v8] backlight: lms283gf05: Convert to GPIO descriptors
 2021-01-11 16:19 UTC  (3+ messages)

[PATCH] drm/panel: panel-simple: add bus-format and connector-type to Innolux n116bge
 2021-01-11 16:18 UTC  (2+ messages)

[PATCH 1/2] drm/radeon: stop re-init the TTM page pool
 2021-01-11 16:17 UTC  (8+ messages)

[PATCH] drm/msm: Only enable A6xx LLCC code on A6xx
 2021-01-11 16:11 UTC  (7+ messages)
      ` [Freedreno] "

[PATCH v2 01/10] drm: uapi: Use SPDX in DRM core uAPI headers
 2021-01-11 15:49 UTC  (3+ messages)
` [PATCH v2 02/10] drm: uapi: amd: Use SPDX in DRM drivers "

[PATCH v2] drm/i915: selftest_lrc: Fix error code in live_preempt_user()
 2021-01-11 15:31 UTC  (2+ messages)

[drm:dm_plane_helper_prepare_fb [amdgpu]] *ERROR* Failed to pin framebuffer with error -12
 2021-01-11 14:01 UTC  (3+ messages)

[PATCH] drm/ttm: make the pool shrinker lock a mutex
 2021-01-11 13:57 UTC 

[PATCH] drm/fourcc: fix Amlogic format modifier masks
 2021-01-11 13:53 UTC  (2+ messages)

[PATCH] drm/ttm: Remove pinned bos from LRU in ttm_bo_move_to_lru_tail() v2
 2021-01-11 10:13 UTC  (3+ messages)

[PATCH V4 0/3] Decouple config data for configfs
 2021-01-11 10:07 UTC  (5+ messages)
` [PATCH V4 1/3] drm/vkms: Add vkms_config type
` [PATCH V4 2/3] drm/vkms: Add support for writeback module
` [PATCH V4 3/3] drm/vkms: Add information about module options

[PATCH] MAINTAINERS: update radeon/amdgpu/amdkfd git trees
 2021-01-11  9:43 UTC  (5+ messages)

[PATCH v9 00/19] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2021-01-11  8:11 UTC  (20+ messages)
` [PATCH v9 01/19] drm/i915/hdcp: Update CP property in update_pipe
` [PATCH v9 02/19] drm/i915/hdcp: Get conn while content_type changed
` [PATCH v9 03/19] drm/i915/hotplug: Handle CP_IRQ for DP-MST
` [PATCH v9 04/19] drm/i915/hdcp: No HDCP when encoder is't initialized
` [PATCH v9 05/19] drm/i915/hdcp: DP MST transcoder for link and stream
` [PATCH v9 06/19] drm/i915/hdcp: Move HDCP enc status timeout to header
` [PATCH v9 07/19] drm/i915/hdcp: HDCP stream encryption support
` [PATCH v9 08/19] drm/i915/hdcp: Configure HDCP1.4 MST steram encryption status
` [PATCH v9 09/19] drm/i915/hdcp: Enable Gen12 HDCP 1.4 DP MST support
` [PATCH v9 10/19] drm/i915/hdcp: Pass dig_port to intel_hdcp_init
` [PATCH v9 11/19] drm/i915/hdcp: Encapsulate hdcp_port_data to dig_port
` [PATCH v9 12/19] misc/mei/hdcp: Fix AUTH_STREAM_REQ cmd buffer len
` [PATCH v9 13/19] drm/hdcp: Max MST content streams
` [PATCH v9 14/19] drm/i915/hdcp: MST streams support in hdcp port_data
` [PATCH v9 15/19] drm/i915/hdcp: Pass connector to check_2_2_link
` [PATCH v9 16/19] drm/i915/hdcp: Add HDCP 2.2 stream register
` [PATCH v9 17/19] drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacks
` [PATCH v9 18/19] drm/i915/hdcp: Configure HDCP2.2 MST steram encryption status
` [PATCH v9 19/19] drm/i915/hdcp: Enable HDCP 2.2 MST support

[PATCH 0/3] drm/sun4i: de2/de3: CSC improvements
 2021-01-10 20:19 UTC  (4+ messages)
` [PATCH 1/3] drm/sun4i: csc: Rework DE3 CSC macros
` [PATCH 2/3] drm/sun4i: de2/de3: Remove redundant CSC matrices
` [PATCH 3/3] drm/sun4i: Add support for BT2020 to DE3

[PATCH v3, 00/15] drm/mediatek: add support for mediatek SOC MT8192
 2021-01-11  7:43 UTC  (16+ messages)
` [PATCH v3, 01/15] dt-bindings: mediatek: add description for postmask
` [PATCH v3, 02/15] dt-bindings: mediatek: add description for mt8192 display
` [PATCH v3, 03/15] arm64: dts: mt8192: add display node
` [PATCH v3, 04/15] drm/mediatek: add component OVL_2L2
` [PATCH v3, 05/15] drm/mediatek: add component POSTMASK
` [PATCH v3, 06/15] drm/mediatek: add component RDMA4
` [PATCH v3, 07/15] drm/mediatek: enable OVL_LAYER_SMI_ID_EN for multi-layer usecase
` [PATCH v3, 08/15] drm/mediatek: check if fb is null
` [PATCH v3, 09/15] drm/mediatek: Add pm runtime support for gamma
` [PATCH v3, 10/15] drm/mediatek: Add pm runtime support for color
` [PATCH v3, 11/15] drm/mediatek: fix aal size config
` [PATCH v3, 12/15] drm/mediatek: separate ccorr module
` [PATCH v3, 13/15] drm/mediatek: add matrix bits private data for ccorr
` [PATCH v3, 14/15] drm/mediatek: add DDP support for MT8192
` [PATCH v3, 15/15] drm/mediatek: add support for mediatek SOC MT8192

[PATCH v1] drm/panel: simple: add SGD GKTW70SDAD1SD
 2021-01-10 23:50 UTC  (7+ messages)

[PATCH] drm/hisilicon: Use drm_crtc_mask()
 2021-01-11  7:49 UTC  (2+ messages)

[patch V3 13/37] mips/mm/highmem: Switch to generic kmap atomic
 2021-01-10 11:53 UTC  (2+ messages)

[PATCH] drm/ast: Disable fast reset after DRAM initial
 2021-01-11  7:44 UTC  (2+ messages)

[PATCH 0/2] drm: aspeed: Support more chip families
 2021-01-11  4:46 UTC  (3+ messages)
` [PATCH 1/2] drm/aspeed: Look up syscon by phandle
` [PATCH 2/2] drm/aspeed: Use dt matching for default register values

linux-next: build warnings after merge of the amdgpu tree
 2021-01-11  3:38 UTC 

linux-next: build failure after merge of the drm tree
 2021-01-10 23:56 UTC  (3+ messages)

[Bug 208947] New: amdgpu DisplayPort won't recognize all display modes after 5.9 merges
 2021-01-10 22:59 UTC  (2+ messages)
` [Bug 208947] "

[Bug 209987] New: Memory leak in amdgpu_dm_update_connector_after_detect
 2021-01-10 19:47 UTC  (2+ messages)
` [Bug 209987] "

[PATCH] soc: mediatek: cmdq: Remove cmdq_pkt_flush()
 2021-01-09 22:59 UTC  (2+ messages)

[PATCH 0/9] Qualcomm DRM DPU fixes
 2021-01-09 13:37 UTC  (10+ messages)
` [PATCH 1/9] drm/msm/dpu: Fix VBIF_XINL_QOS_LVL_REMAP_000 register offset
` [PATCH 2/9] drm/msm/dpu1: Move DPU_SSPP_QOS_8LVL bit to SDM845 and SC7180 masks
` [PATCH 3/9] drm/msm/dpu1: Add prog_fetch_lines_worst_case to INTF_BLK macro
` [PATCH 4/9] drm/msm/dpu1: Allow specifying features and sblk in DSPP_BLK macro
` [PATCH 5/9] drm/msm/dpu: Disable autorefresh in command mode
` [PATCH 6/9] drm/msm/dpu: Correctly configure vsync tearcheck for "
` [PATCH 7/9] drm/msm/dpu: Remove unused call in wait_for_commit_done
` [PATCH 8/9] drm/msm/dpu: Add a function to retrieve the current CTL status
` [PATCH 9/9] drm/msm/dpu: Fix timeout issues on command mode panels

[PATCH 0/5] Clock fixes for DSI 10nm PLL
 2021-01-09 13:51 UTC  (6+ messages)
` [PATCH 1/5] drm/msm/dsi_pll_10nm: Fix dividing the same numbers twice
` [PATCH 2/5] drm/msm/dsi_pll_10nm: Solve TODO for multiplier frac_bits assignment
` [PATCH 3/5] drm/msm/dsi_pll_10nm: Fix bad VCO rate calculation and prescaler
` [PATCH 4/5] drm/msm/dsi_pll_10nm: Fix variable usage for pll_lockdet_rate
` [PATCH 5/5] drm/msm/dsi_pll_10nm: Convert pr_err prints to DRM_DEV_ERROR

[PATCH] drm/msm/a5xx: Allow all patchid for A540 chip
 2021-01-09 13:40 UTC 

[PATCH RESEND v2 1/2] dma-fence: allow signaling drivers to set fence timestamp
 2021-01-09  0:00 UTC  (3+ messages)

[PATCH] drm/modes: add non-OF stub for of_get_drm_display_mode
 2021-01-08 18:24 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).