linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 16:06:30 to 2020-02-09 03:53:31 UTC [more...]

[PATCH v5 00/18] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-02-09  3:53 UTC  (5+ messages)
` [PATCH v5 01/18] drm: Add DP1.4 VSC SDP Payload related Data Structures
` [PATCH v5 02/18] drm/i915/dp: Add compute routine for DP VSC SDP
` [PATCH v5 03/18] drm/i915/dp: Add compute routine for DP HDR Metadata Infoframe SDP
` [PATCH v5 04/18] drm/i915/dp: Add writing of DP SDPs

[PATCH v3 00/17] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-02-09  3:40 UTC  (39+ 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
  ` [Intel-gfx] "
` [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
  ` [Intel-gfx] "
` [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
  ` [Intel-gfx] "
` [PATCH v3 12/17] drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
  ` [Intel-gfx] "
` [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
  ` [Intel-gfx] "

[PATCH v2 0/3] Improve MIPS Magnum support
 2020-02-08 17:16 UTC  (4+ messages)
` [PATCH v2 1/3] fbdev/g364fb: Fix build failure

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

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

[PATCH v1] fbdev: simplefb: Platform data shan't include kernel.h
 2020-02-04 16:21 UTC 

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

[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

KASAN: slab-out-of-bounds Write in vgacon_scroll
 2020-01-29 17:34 UTC  (7+ messages)

[PATCH] matroxfb: add Matrox MGA-G200eW board support
 2020-01-29  7:20 UTC  (7+ messages)

[PATCH] fbdev: wait for references go away
 2020-01-28 16:58 UTC  (9+ messages)

L'inscription à l'université Saint Francis Xavier
 2020-01-24 14:54 UTC 

Je suis un citoyen français à la r =?utf-8?Q?etraite_qui_offre_de_pr=C3=AAts_d
 2020-01-24 14:28 UTC 

[PATCH -next v2] backlight: qcom-wled: fix unsigned comparison to zero
 2020-01-23  7:53 UTC  (4+ messages)

[PATCH -next] backlight: qcom-wled: fix unsigned comparison to zero
 2020-01-22  1:21 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in fb_pad_aligned_buffer
 2020-01-21  8:07 UTC 

general protection fault in fbcon_invert_region
 2020-01-20  8:40 UTC 

[PATCH V2] video: remove set but not used variable 'mach64RefFreq'
 2020-01-20  6:33 UTC 

[PATCH] video: remove set but not used variable 'ulScaleRight'
 2020-01-20  6:15 UTC  (3+ messages)
` [PATCH] video: remove set but not used variable 'mach64RefFreq'

hello
 2020-01-19 18:44 UTC  (2+ messages)
` HELLO

[PATCH 0/4] cleanup patches for unused variables
 2020-01-19 12:17 UTC  (5+ messages)
` [PATCH 1/4] video: fbdev: remove set but not used variable 'hSyncPol'
` [PATCH 2/4] video: fbdev: remove set but not used variable 'vSyncPol'
` [PATCH 3/4] "
` [PATCH 4/4] video: fbdev: remove set but not used variable 'bytpp'

[PATCH 0/6] video: fbdev: controlfb: small cleanup
 2020-01-17 19:32 UTC  (10+ messages)
    ` [PATCH 1/6] video: fbdev: controlfb: fix sparse warning about using incorrect type
    ` [PATCH 2/6] video: fbdev: controlfb: remove obsolete module support
    ` [PATCH 3/6] video: fbdev: controlfb: add COMPILE_TEST support
    ` [PATCH 4/6] video: fbdev: controlfb: remove function prototypes part #1
    ` [PATCH 5/6] video: fbdev: controlfb: remove function prototypes part #2
    ` [PATCH 6/6] video: fbdev: controlfb: remove function prototypes part #3

[PATCH 1/2] video: fbdev: wm8505fb: fix sparse warnings about using incorrect types
 2020-01-17 18:59 UTC  (2+ messages)

[PATCH 2/2] video: fbdev: wm8505fb: add COMPILE_TEST support
 2020-01-17 18:59 UTC  (2+ messages)

[PATCH 1/2] video: fbdev: wm8505fb: fix sparse warnings about using incorrect types
 2020-01-17 18:58 UTC  (2+ messages)

[PATCH 2/2] video: fbdev: w100fb: add COMPILE_TEST support
 2020-01-17 18:57 UTC  (2+ messages)

[PATCH 1/2] video: fbdev: w100fb: fix sparse warnings
 2020-01-17 18:57 UTC  (2+ messages)

[PATCH] video: fbdev: arcfb: add COMPILE_TEST support
 2020-01-17 18:57 UTC  (2+ messages)

[PATCH 2/2] video: fbdev: sh_mobile_lcdcfb: add COMPILE_TEST support
 2020-01-17 14:08 UTC  (2+ messages)

[PATCH 1/2] video: fbdev: sh_mobile_lcdcfb: fix sparse warnings about using incorrect types
 2020-01-17 14:08 UTC  (2+ messages)

[PATCH -next] video: fbdev: pxa168fb: remove unnecessary platform_get_irq
 2020-01-17  3:22 UTC 

[PATCH AUTOSEL 4.4 041/174] fbdev: chipsfb: remove set but not used variable 'size'
 2020-01-16 17:41 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 092/174] backlight: lm3630a: Return 0 on success in update_status functions

[PATCH AUTOSEL 4.9 063/251] fbdev: chipsfb: remove set but not used variable 'size'
 2020-01-16 17:34 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 141/251] backlight: lm3630a: Return 0 on success in update_status functions

[PATCH AUTOSEL 4.14 089/371] fbdev: chipsfb: remove set but not used variable 'size'
 2020-01-16 17:21 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 202/371] backlight: lm3630a: Return 0 on success in update_status functions

[PATCH AUTOSEL 4.19 356/671] backlight: lm3630a: Return 0 on success in update_status functions
 2020-01-16 17:01 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 438/671] backlight: pwm_bl: Fix heuristic to determine number of brightness leve

[PATCH AUTOSEL 4.19 166/671] fbdev: chipsfb: remove set but not used variable 'size'
 2020-01-16 16:51 UTC 

[PATCH] video: fbdev: nvidia: clean up indentation issues and comment block
 2020-01-15 16:19 UTC  (2+ messages)

[PATCH] fbdev: remove object duplication in Makefile
 2020-01-15 16:15 UTC  (2+ messages)

[PATCH v2 15/20] video: exynos: Rename Exynos to lowercase
 2020-01-15 16:12 UTC  (2+ messages)

[PATCH 00/10] use resource_size
 2020-01-15 16:10 UTC  (5+ messages)
  ` [PATCH 03/10] fbdev: s1d13xxxfb: "
  ` [PATCH 07/10] video: fbdev: "


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