aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-02drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank()Geert Uytterhoeven1-2/+2
2020-01-01drm/panel: declare variable as __be16Wambui Karuga1-1/+1
2019-12-27drm/komeda: Add runtime_pm supportjames qian wang (Arm Technology China)4-53/+53
2019-12-27drm/komeda: Add event handling for EMPTY/FULLjames qian wang (Arm Technology China)4-2/+21
2019-12-26drm/sun4i: dsi: Add Allwinner A64 MIPI DSI supportJagan Teki1-0/+1
2019-12-26drm/sun4i: dsi: Handle bus clock via regmap_mmio_attach_clkJagan Teki1-8/+29
2019-12-26drm/sun4i: dsi: Get the mod clock for A31Jagan Teki1-4/+7
2019-12-26drm: sun4i: Add support for suspending the display driverOndrej Jirman1-0/+22
2019-12-22drm/atomic: Spell CRTC consistentlyThierry Reding3-50/+50
2019-12-22drm: Fix a couple of typos, punctation and whitespace issuesThierry Reding2-7/+7
2019-12-20drm/stm: ltdc: move pinctrl to encoder mode setYannick Fertré1-6/+18
2019-12-19drm/gma500: fix null dereference of pointer fb before null checkColin Ian King1-2/+4
2019-12-19drm/gem-fb-helper: convert to drm device based loggingJani Nikula1-3/+2
2019-12-19drm/fb-helper: convert to drm device based loggingJani Nikula1-16/+20
2019-12-19drm/client: convert to drm device based loggingJani Nikula1-5/+5
2019-12-19drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_displayGurchetan Singh2-2/+3
2019-12-19drm/virtio: move to_virtio_fence inside virtgpu_fenceGurchetan Singh2-2/+3
2019-12-19drm/virtio: simplify getting fake offsetGurchetan Singh2-10/+2
2019-12-19drm/virtio: get rid of drm_encoder_to_virtio_gpu_outputGurchetan Singh1-2/+0
2019-12-19drm/virtio: static-ify virtio_gpu_framebuffer_initGurchetan Singh2-5/+1
2019-12-19drm/virtio: static-ify virtio_fence_signaledGurchetan Singh2-2/+1
2019-12-18drm/bridge: lvds-codec: Simplify panel DT node localisationFabrizio Castro1-18/+2
2019-12-18drm/bridge: lvds-codec: Add "lvds-decoder" supportFabrizio Castro1-3/+16
2019-12-18drm/bridge: Repurpose lvds-encoder.cFabrizio Castro4-160/+159
2019-12-17drm/mcde: Some fixes to handling video modeLinus Walleij2-48/+192
2019-12-17drm/drm_panel: Fix EXPORT of drm_panel_of_backlight() one more timeAndy Shevchenko1-1/+1
2019-12-17drm: remove duplicate check on parent and avoid BUG_ONAditya Pakki1-2/+3
2019-12-17drm/mediatek: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-12-17drm/malidp: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-12-17drm/etnaviv: Use dma_resv locking wrappersDaniel Vetter1-5/+3
2019-12-17drm/vc4: Use dma_resv locking wrappersDaniel Vetter1-6/+5
2019-12-17drm/msm: Use dma_resv locking wrappersDaniel Vetter1-5/+5
2019-12-16drm/edid: Make sure the CEA mode arrays have the correct amount of modesVille Syrjälä1-0/+3
2019-12-16drm/edid: Throw away the dummy VIC 0 cea modeVille Syrjälä1-8/+4
2019-12-16drm/edid: Add CTA-861-G modes with VIC >= 193Ville Syrjälä1-2/+149
2019-12-16drm/edid: Abstract away cea_edid_modes[]Ville Syrjälä1-22/+45
2019-12-16drm/virtio: use damage info for display updates.Gerd Hoffmann1-17/+24
2019-12-16drm/virtio: batch display update commands.Gerd Hoffmann3-2/+31
2019-12-16drm/virtio: skip set_scanout if framebuffer didn't changeGerd Hoffmann1-14/+21
2019-12-16drm/virtio: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-12-16drm/bochs: Remove unneeded semicolonzhengbin1-1/+1
2019-12-16drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode structHans de Goede1-3/+2
2019-12-16drm/modes: parse_cmdline: Remove some unnecessary code (v2)Hans de Goede1-5/+0
2019-12-16drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)Hans de Goede3-0/+55
2019-12-16drm/modes: parse_cmdline: Allow specifying stand-alone optionsHans de Goede3-58/+86
2019-12-16drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsingHans de Goede1-4/+5
2019-12-16drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline_options()Hans de Goede1-0/+5
2019-12-16drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options()Hans de Goede1-12/+9
2019-12-16drm/modes: parse_cmdline: Accept extras directly after mode combined with optionsHans de Goede3-0/+26
2019-12-16drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', 'Hans de Goede3-4/+33