dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-31 21:48:00 to 2020-02-04 08:08:36 UTC [more...]

[PATCH v3 0/9] drm/bridge: ti-sn65dsi86: Improve support for AUO B116XAK01 + other DP
 2020-02-04  0:21 UTC  (6+ messages)
` [PATCH v3 6/9] drm/bridge: ti-sn65dsi86: Use 18-bit DP if we can
` [PATCH v3 8/9] drm/bridge: ti-sn65dsi86: Train at faster rates if slower ones fail

[PATCH v2] drm/radeon: have the callers of set_memory_*() check the return value
 2020-02-03 17:16 UTC  (2+ messages)

[PATCH] drm/dp_mst: Check crc4 value while building sideband message
 2020-02-03 12:16 UTC 

[PATCH -next] drm/panfrost: Remove set but not used variable 'bo'
 2020-02-03 15:41 UTC  (2+ messages)

[PATCH -next] crypto: ccree - remove set but not used variable 'du_size'
 2020-02-03 15:39 UTC 

[git pull] drm ttm/mm for 5.6-rc1
 2020-02-04  8:05 UTC  (2+ messages)

[PATCH v2 0/4] drm/vram: Check display modes against available VRAM
 2020-02-04  6:50 UTC  (6+ messages)
` [PATCH v2 1/4] drm/vram: Add helpers to validate a display mode's memory requirements
` [PATCH v2 2/4] drm/bochs: Implement struct drm_mode_config_funcs.mode_valid
` [PATCH v2 3/4] drm/hibmc: "
` [PATCH v2 4/4] drm/vboxvideo: "

[PATCH 1/5] drm: Remove PageReserved manipulation from drm_pci_alloc
 2020-02-04  4:46 UTC  (12+ messages)
` [PATCH 2/5] drm: Remove the dma_alloc_coherent wrapper for internal usage
` [PATCH 3/5] drm/r128: Wean off drm_pci_alloc
` [PATCH 4/5] drm/i915: Wean off drm_pci_alloc/drm_pci_free
` [PATCH 5/5] drm: Remove exports for drm_pci_alloc/drm_pci_free

[PATCH v2 1/3] drm: msm: Add 618 gpu to the adreno gpu list
 2020-02-04  0:40 UTC  (4+ messages)
` [PATCH v2 2/3] drm: msm: a6xx: Add support for A618
    ` [Freedreno] "

[PATCH v3 00/17] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-02-03 23:20 UTC  (18+ messages)
` [PATCH v3 01/17] drm: add DP 1.4 VSC SDP Payload related enums and a structure
` [PATCH v3 02/17] drm/i915/dp: Add compute routine for DP VSC SDP
` [PATCH v3 03/17] drm/i915/dp: Add compute routine for DP HDR Metadata Infoframe SDP
` [PATCH v3 04/17] drm/i915/dp: Add writing of DP SDPs (Secondary Data Packet)
` [PATCH v3 05/17] video/hdmi: Add Unpack only function for DRM infoframe
` [PATCH v3 06/17] drm/i915/dp: Read out DP SDPs (Secondary Data Packet)
` [PATCH v3 07/17] drm: Add logging function for DP VSC SDP
` [PATCH v3 08/17] drm/i915: Include HDMI DRM infoframe in the crtc state dump
` [PATCH v3 09/17] drm/i915: Include DP HDR Metadata Infoframe SDP "
` [PATCH v3 10/17] drm/i915: Include DP VSC "
` [PATCH v3 11/17] drm/i915: Program DP SDPs with computed configs
` [PATCH v3 12/17] drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
` [PATCH v3 13/17] drm/i915: Add state readout for DP VSC SDP
` [PATCH v3 14/17] drm/i915: Program DP SDPs on pipe updates
` [PATCH v3 15/17] drm/i915: Stop sending DP SDPs on intel_ddi_post_disable_dp()
` [PATCH v3 16/17] drm/i915/dp: Add compute routine for DP PSR VSC SDP
` [PATCH v3 17/17] drm/i915/psr: Use new DP VSC SDP compute routine on PSR

[PATCH 00/18] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-02-03 23:15 UTC  (6+ messages)
` [PATCH 08/18] drm/i915/dp: Add logging function for DP VSC SDP
  ` [Intel-gfx] "
` [PATCH 17/18] drm/i915/dp: Add compute routine for DP PSR "
` [PATCH 18/18] drm/i915/psr: Use new DP VSC SDP compute routine on PSR

[Bug 206393] New: amdgpu: garbled screen after resume
 2020-02-03 21:48 UTC  (6+ messages)
` [Bug 206393] "

[PATCH] drm/edid: fix building error
 2020-02-03 21:31 UTC 

[PATCH V5] drm: Add support for DP 1.4 Compliance edid corruption test
 2020-02-03 20:43 UTC  (2+ messages)

[PATCH v4 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-02-03 20:42 UTC  (7+ messages)
` [PATCH v4 04/22] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 05/22] drm/amdgpu: Convert to CRTC VBLANK callbacks
` [PATCH v4 10/22] drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()

[PATCH 1/8] drm/edid: Check the number of detailed timing descriptors in the CEA ext block
 2020-02-03 20:38 UTC  (25+ messages)
` [PATCH 2/8] drm/edid: Don't accept any old garbage as a display descriptor
    ` [Intel-gfx] "
` [PATCH 3/8] drm/edid: Introduce is_detailed_timing_descritor()
    ` [Intel-gfx] "
` [PATCH 4/8] drm/i915: Clear out spurious whitespace
    ` [Intel-gfx] "
` [PATCH 5/8] drm/edid: Document why we don't bounds check the DispID CEA block start/end
` [PATCH 6/8] drm/edid: Add a FIXME about DispID CEA data block revision
  ` [Intel-gfx] "
` [PATCH 7/8] drm/edid: Constify lots of things
      ` [Intel-gfx] "
` [PATCH 8/8] drm/edid: Dump bogus 18 byte descriptors
    ` [Intel-gfx] "

[trivial PATCH] drm: Use kvcalloc
 2020-02-03 20:19 UTC 

[Bug 206387] New: amdgpu with amdgpu.dc=1 and multiple monitors on DisplayPort keeps changing devices
 2020-02-03 19:50 UTC  (5+ messages)
` [Bug 206387] "

[Bug 206383] New: [drm] [amdgpu] [TTM] memory leak/out of memory
 2020-02-03 15:56 UTC  (6+ messages)
` [Bug 206383] "

[PATCH 1/3] dt-bindings: Add ITE Tech prefix
 2020-02-03 15:53 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: it6251: add bindings for IT6251 LVDS-to-eDP bridge

[PATCH 00/26] drm/i915: Pimp DP DFP handling
 2020-02-03 15:13 UTC  (27+ messages)
` [PATCH 01/26] drm/i915: Nuke pre-production GLK HDMI w/a 1139
` [PATCH 02/26] drm/i915: Limit display Wa_1405510057 to gen11
` [PATCH 03/26] drm/i915: Drop WaDDIIOTimeout:glk
` [PATCH 04/26] drm/i915: Add glk to intel_detect_preproduction_hw()
` [PATCH 05/26] drm/dp: Include the AUX CH name in the debug messages
` [PATCH 06/26] drm/i915/lspcon: Do not send infoframes to non-HDMI sinks
` [PATCH 07/26] drm/dp: Define protocol converter DPCD registers
` [PATCH 08/26] drm/dp: Define more downstream facing port caps
` [PATCH 09/26] drm/i915: Reworkd DFP max bpc handling
` [PATCH 10/26] drm/dp: Add helpers to identify downstream facing port types
` [PATCH 11/26] drm/dp: Pimp drm_dp_downstream_max_bpc()
` [PATCH 12/26] drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()
` [PATCH 13/26] drm/i915: Reworkd DP DFP clock handling
` [PATCH 14/26] drm/i915: Dump downstream facing port caps
` [PATCH 15/26] drm/dp: Add drm_dp_downstream_{min,max}_tmds_clock()
` [PATCH 16/26] drm/i915: Deal with TMDS DFP clock limits
` [PATCH 17/26] drm/i915: Configure DP 1.3+ protocol converted HDMI mode
` [PATCH 18/26] drm/dp: Add drm_dp_downstream_mode()
` [PATCH 19/26] drm/i915: Handle downstream facing ports w/o EDID
` [PATCH 20/26] drm/i915: Extract intel_hdmi_has_audio()
` [PATCH 21/26] drm/i915: DP->HDMI TMDS clock limits vs. deep color
` [PATCH 22/26] drm/dp: Add helpers for DFP YCbCr 4:2:0 handling
` [PATCH 23/26] drm/i915: Do YCbCr 444->420 conversion via DP protocol converters
` [PATCH 24/26] drm/i915: Decouple DP++ from the HDMI code
` [PATCH 25/26] drm/i915: Try to probe DP++ dongles on DP++ downstream facing ports
` [PATCH 26/26] drm/i915: Try to frob the TMDS buffer enable knob on DP++ dongles on DP DFPs

KASAN: use-after-free Read in vgem_gem_dumb_create
 2020-02-03 15:08 UTC  (6+ messages)

[PATCH 1/2] drm: Add a detailed DP HDMI branch info on debugfs
 2020-02-03 15:12 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/dp: Add checking of YCBCR420 Pass-through to YCBCR420 outputs

[Regression 5.5-rc1] Extremely low GPU performance on NVIDIA Tegra20/30
 2020-02-03 12:56 UTC  (9+ messages)

nouveau-fixes 5.6
 2020-02-03 11:38 UTC 

[PATCH 2/2] drm/i915/dp: Add checking of YCBCR420 Pass-through to YCBCR420 outputs
 2020-02-03 11:20 UTC 

[PATCH 0/4] drm/vram: Check display modes against available VRAM
 2020-02-03 10:25 UTC  (13+ messages)
` [PATCH 1/4] drm/vram: Add helpers to validate a display mode's memory requirements
` [PATCH 2/4] drm/bochs: Implement struct drm_mode_config_funcs.mode_valid
` [PATCH 3/4] drm/hibmc: "
` [PATCH 4/4] drm/vboxvideo: "

fbtft: 5 years in staging
 2020-02-03 10:03 UTC  (4+ messages)

[PATCH v3] drm/dp_mst: Fix W=1 warnings
 2020-02-03  9:40 UTC  (11+ messages)

[PATCH] drm/amdkfd: Make process queues logs less verbose
 2020-02-02  0:18 UTC  (4+ messages)
  ` [PATCH v2] "

KASAN: use-after-free Read in vgem_gem_dumb_create
 2020-02-02 13:17 UTC  (5+ messages)

[PATCH v2 1/4] drm/tiny/repaper: Make driver OF-independent
 2020-01-31 20:49 UTC  (4+ messages)
` [PATCH v2 2/4] drm/tiny/repaper: No need to set ->owner for spi_register_driver()
` [PATCH v2 3/4] drm/tiny/st7735r: Make driver OF-independent
` [PATCH v2 4/4] drm/tiny/st7735r: No need to set ->owner for spi_register_driver()

[PATCH 0/3] Improve MIPS Magnum support
 2020-02-02  2:33 UTC  (2+ messages)
` [PATCH 1/3] fbdev/g364fb: Fix build failure

Fails to lauch X on laptop with Ryzen 7 4700U
 2020-02-03  2:51 UTC 

[PATCH v5] drm/dp_mst: Fix W=1 warnings
 2020-01-31 10:01 UTC 

[PATCH -next] drm/amdgpu: remove unnecessary conversion to bool
 2020-02-03  3:38 UTC 

[PATCH] gpu: drm: context: Clean up documentation
 2020-01-31  9:21 UTC 

[PATCH v1 1/4] drm/tiny/repaper: Make driver OF-independent
 2020-01-31 19:45 UTC  (7+ messages)

[PATCH v4] drm/dp_mst: Fix W=1 warnings
 2020-01-31  9:31 UTC 

[PATCH v3 00/12] drm/i915: Add support for HDCP 1.4 over MST connectors
 2020-02-02 19:03 UTC  (3+ messages)
` [PATCH v3 08/12] drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it

[Bug 206021] New: AMDGPU/DC: freesync disabled on the monitor side after the monitor sleeps and resumes
 2020-02-02 18:44 UTC  (2+ messages)
` [Bug 206021] "

[PATCH] drm/vgem: Close use-after-free race in vgem_gem_create
 2020-02-02 17:37 UTC  (3+ messages)

[PATCH] drm: Remove PageReserved manipulation from drm_pci_alloc
 2020-02-02 17:06 UTC  (3+ messages)

[PATCH v2 00/18] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-02-02 15:49 UTC  (19+ messages)
` [PATCH v2 01/18] drm: add DP 1.4 VSC SDP Payload related enums
` [PATCH v2 02/18] drm/i915: Add DP VSC SDP payload data to intel_crtc_state.infoframes
` [PATCH v2 03/18] drm/i915/dp: Add compute routine for DP VSC SDP
` [PATCH v2 04/18] drm/i915/dp: Add compute routine for DP HDR Metadata Infoframe SDP
` [PATCH v2 05/18] drm/i915/dp: Add writing of DP SDPs (Secondary Data Packet)
` [PATCH v2 06/18] video/hdmi: Add Unpack only function for DRM infoframe
` [PATCH v2 07/18] drm/i915/dp: Read out DP SDPs (Secondary Data Packet)
` [PATCH v2 08/18] drm/i915/dp: Add logging function for DP VSC SDP
` [PATCH v2 09/18] drm/i915: Include HDMI DRM infoframe in the crtc state dump
` [PATCH v2 10/18] drm/i915: Include DP HDR Metadata Infoframe SDP "
` [PATCH v2 11/18] drm/i915: Include DP VSC "
` [PATCH v2 12/18] drm/i915: Program DP SDPs with computed configs
` [PATCH v2 13/18] drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
` [PATCH v2 14/18] drm/i915: Add state readout for DP VSC SDP
` [PATCH v2 15/18] drm/i915: Program DP SDPs on pipe updates
` [PATCH v2 16/18] drm/i915: Stop sending DP SDPs on intel_ddi_post_disable_dp()
` [PATCH v2 17/18] drm/i915/dp: Add compute routine for DP PSR VSC SDP
` [PATCH v2 18/18] drm/i915/psr: Use new DP VSC SDP compute routine on PSR

[Bug 206389] New: ambgpu crashes randomly
 2020-02-02 10:54 UTC 

[Bug 206385] New: [drm] [amdgpu] system freeze during shutdown
 2020-02-01 22:46 UTC  (5+ messages)
` [Bug 206385] "

[Bug 203525] New: brightness with function buttons Acer Aspire A315-41 notebook with AMD Ryzen 5 2500U
 2020-02-01 18:36 UTC  (2+ messages)
` [Bug 203525] "

[PATCH] msm:disp:dpu1: add UBWC support for display on SC7180
 2020-01-31 22:38 UTC  (2+ messages)

[PATCH v2 0/7] drm/msm/a6xx: System Cache Support
 2020-01-31 22:00 UTC  (3+ messages)
` [PATCH v2 1/7] iommu/arm-smmu: Pass io_pgtable_cfg to impl specific init_context


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