aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-12-26drm: sun4i: Add support for suspending the display driverOndrej Jirman
2019-12-22drm/atomic: Spell CRTC consistentlyThierry Reding
2019-12-22drm: Fix a couple of typos, punctation and whitespace issuesThierry Reding
2019-12-20drm/stm: ltdc: move pinctrl to encoder mode setYannick Fertré
2019-12-19drm/gma500: fix null dereference of pointer fb before null checkColin Ian King
2019-12-19drm/gem-fb-helper: convert to drm device based loggingJani Nikula
2019-12-19drm/fb-helper: convert to drm device based loggingJani Nikula
2019-12-19drm/client: convert to drm device based loggingJani Nikula
2019-12-19drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_displayGurchetan Singh
2019-12-19drm/virtio: move to_virtio_fence inside virtgpu_fenceGurchetan Singh
2019-12-19drm/virtio: simplify getting fake offsetGurchetan Singh
2019-12-19drm/virtio: get rid of drm_encoder_to_virtio_gpu_outputGurchetan Singh
2019-12-19drm/virtio: static-ify virtio_gpu_framebuffer_initGurchetan Singh
2019-12-19drm/virtio: static-ify virtio_fence_signaledGurchetan Singh
2019-12-18drm/bridge: lvds-codec: Simplify panel DT node localisationFabrizio Castro
2019-12-18drm/bridge: lvds-codec: Add "lvds-decoder" supportFabrizio Castro
2019-12-18drm/bridge: Repurpose lvds-encoder.cFabrizio Castro
2019-12-18udmabuf: fix dma-buf cpu accessGurchetan Singh
2019-12-17drm/mcde: Some fixes to handling video modeLinus Walleij
2019-12-17drm/drm_panel: Fix EXPORT of drm_panel_of_backlight() one more timeAndy Shevchenko
2019-12-18dma-heap: Make the symbol 'dma_heap_ioctl_cmds' staticzhong jiang
2019-12-17dma-buf: fix resource leak on -ENOTTY error return pathColin Ian King
2019-12-17drm: remove duplicate check on parent and avoid BUG_ONAditya Pakki
2019-12-17drm/mediatek: plane_state->fb iff plane_state->crtcDaniel Vetter
2019-12-17drm/malidp: plane_state->fb iff plane_state->crtcDaniel Vetter
2019-12-17drm/etnaviv: Use dma_resv locking wrappersDaniel Vetter
2019-12-17drm/vc4: Use dma_resv locking wrappersDaniel Vetter
2019-12-17drm/msm: Use dma_resv locking wrappersDaniel Vetter
2019-12-17dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis
2019-12-17dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis
2019-12-16drm/edid: Make sure the CEA mode arrays have the correct amount of modesVille Syrjälä
2019-12-16drm/edid: Throw away the dummy VIC 0 cea modeVille Syrjälä
2019-12-16drm/edid: Add CTA-861-G modes with VIC >= 193Ville Syrjälä
2019-12-16drm/edid: Abstract away cea_edid_modes[]Ville Syrjälä
2019-12-16drm/virtio: use damage info for display updates.Gerd Hoffmann
2019-12-16drm/virtio: batch display update commands.Gerd Hoffmann
2019-12-16drm/virtio: skip set_scanout if framebuffer didn't changeGerd Hoffmann
2019-12-16drm/virtio: plane_state->fb iff plane_state->crtcDaniel Vetter
2019-12-16drm/bochs: Remove unneeded semicolonzhengbin
2019-12-16drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode st...Hans de Goede
2019-12-16drm/modes: parse_cmdline: Remove some unnecessary code (v2)Hans de Goede
2019-12-16drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)Hans de Goede
2019-12-16drm/modes: parse_cmdline: Allow specifying stand-alone optionsHans de Goede
2019-12-16drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsingHans de Goede
2019-12-16drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline...Hans de Goede
2019-12-16drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options()Hans de Goede
2019-12-16drm/modes: parse_cmdline: Accept extras directly after mode combined with opt...Hans de Goede
2019-12-16drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', 'Hans de Goede
2019-12-16drm/modes: parse_cmdline: Make various char pointers constHans de Goede
2019-12-16drm/modes: parse_cmdline: Fix possible reference past end of stringHans de Goede