summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | drm/gma500: fix null dereference of pointer fb before null checkColin Ian King2019-12-191-2/+4
| * | | | | | | | | | | | drm/gem-fb-helper: convert to drm device based loggingJani Nikula2019-12-191-3/+2
| * | | | | | | | | | | | drm/fb-helper: convert to drm device based loggingJani Nikula2019-12-191-16/+20
| * | | | | | | | | | | | drm/client: convert to drm device based loggingJani Nikula2019-12-191-5/+5
| * | | | | | | | | | | | drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_displayGurchetan Singh2019-12-192-2/+3
| * | | | | | | | | | | | drm/virtio: move to_virtio_fence inside virtgpu_fenceGurchetan Singh2019-12-192-2/+3
| * | | | | | | | | | | | drm/virtio: simplify getting fake offsetGurchetan Singh2019-12-192-10/+2
| * | | | | | | | | | | | drm/virtio: get rid of drm_encoder_to_virtio_gpu_outputGurchetan Singh2019-12-191-2/+0
| * | | | | | | | | | | | drm/virtio: static-ify virtio_gpu_framebuffer_initGurchetan Singh2019-12-192-5/+1
| * | | | | | | | | | | | drm/virtio: static-ify virtio_fence_signaledGurchetan Singh2019-12-192-2/+1
| * | | | | | | | | | | | drm/bridge: lvds-codec: Simplify panel DT node localisationFabrizio Castro2019-12-181-18/+2
| * | | | | | | | | | | | drm/bridge: lvds-codec: Add "lvds-decoder" supportFabrizio Castro2019-12-181-3/+16
| * | | | | | | | | | | | drm/bridge: Repurpose lvds-encoder.cFabrizio Castro2019-12-184-160/+159
| * | | | | | | | | | | | drm/mcde: Some fixes to handling video modeLinus Walleij2019-12-172-48/+192
| * | | | | | | | | | | | drm/drm_panel: Fix EXPORT of drm_panel_of_backlight() one more timeAndy Shevchenko2019-12-171-1/+1
| * | | | | | | | | | | | drm: remove duplicate check on parent and avoid BUG_ONAditya Pakki2019-12-171-2/+3
| * | | | | | | | | | | | drm/mediatek: plane_state->fb iff plane_state->crtcDaniel Vetter2019-12-171-1/+1
| * | | | | | | | | | | | drm/malidp: plane_state->fb iff plane_state->crtcDaniel Vetter2019-12-171-1/+1
| * | | | | | | | | | | | drm/etnaviv: Use dma_resv locking wrappersDaniel Vetter2019-12-171-5/+3
| * | | | | | | | | | | | drm/vc4: Use dma_resv locking wrappersDaniel Vetter2019-12-171-6/+5
| * | | | | | | | | | | | drm/msm: Use dma_resv locking wrappersDaniel Vetter2019-12-171-5/+5
| * | | | | | | | | | | | drm/edid: Make sure the CEA mode arrays have the correct amount of modesVille Syrjälä2019-12-161-0/+3
| * | | | | | | | | | | | drm/edid: Throw away the dummy VIC 0 cea modeVille Syrjälä2019-12-161-8/+4
| * | | | | | | | | | | | drm/edid: Add CTA-861-G modes with VIC >= 193Ville Syrjälä2019-12-161-2/+149
| * | | | | | | | | | | | drm/edid: Abstract away cea_edid_modes[]Ville Syrjälä2019-12-161-22/+45
| * | | | | | | | | | | | drm/virtio: use damage info for display updates.Gerd Hoffmann2019-12-161-17/+24
| * | | | | | | | | | | | drm/virtio: batch display update commands.Gerd Hoffmann2019-12-163-2/+31
| * | | | | | | | | | | | drm/virtio: skip set_scanout if framebuffer didn't changeGerd Hoffmann2019-12-161-14/+21
| * | | | | | | | | | | | drm/virtio: plane_state->fb iff plane_state->crtcDaniel Vetter2019-12-161-1/+1
| * | | | | | | | | | | | drm/bochs: Remove unneeded semicolonzhengbin2019-12-161-1/+1
| * | | | | | | | | | | | drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode st...Hans de Goede2019-12-161-3/+2
| * | | | | | | | | | | | drm/modes: parse_cmdline: Remove some unnecessary code (v2)Hans de Goede2019-12-161-5/+0
| * | | | | | | | | | | | drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)Hans de Goede2019-12-163-0/+55
| * | | | | | | | | | | | drm/modes: parse_cmdline: Allow specifying stand-alone optionsHans de Goede2019-12-163-58/+86
| * | | | | | | | | | | | drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsingHans de Goede2019-12-161-4/+5
| * | | | | | | | | | | | drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline...Hans de Goede2019-12-161-0/+5
| * | | | | | | | | | | | drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options()Hans de Goede2019-12-161-12/+9
| * | | | | | | | | | | | drm/modes: parse_cmdline: Accept extras directly after mode combined with opt...Hans de Goede2019-12-163-0/+26
| * | | | | | | | | | | | drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', 'Hans de Goede2019-12-163-4/+33
| * | | | | | | | | | | | drm/modes: parse_cmdline: Make various char pointers constHans de Goede2019-12-161-5/+5
| * | | | | | | | | | | | drm/modes: parse_cmdline: Fix possible reference past end of stringHans de Goede2019-12-161-38/+30
| * | | | | | | | | | | | drm/rockchip: dsi: add px30 supportHeiko Stuebner2019-12-161-0/+27
| * | | | | | | | | | | | drm/rockchip: add ability to handle external dphys in mipi-dsiHeiko Stuebner2019-12-161-4/+64
| * | | | | | | | | | | | drm/bridge/synopsys: dsi: move phy_ops callbacks around panel enablementHeiko Stuebner2019-12-161-7/+6
| * | | | | | | | | | | | drm/bridge/synopsys: dsi: driver-specific configuration of phy timingsHeiko Stuebner2019-12-164-7/+112
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driverJyri Sarha2019-12-164-400/+0
| * | | | | | | | | | | gpu/drm: ingenic: Add support for the JZ4770Paul Cercueil2019-12-141-0/+7
| * | | | | | | | | | | gpu/drm: ingenic: Check for display size in CRTC atomic checkPaul Cercueil2019-12-141-1/+12
| * | | | | | | | | | | gpu/drm: ingenic: Set max FB height to 4095Paul Cercueil2019-12-141-1/+1
| * | | | | | | | | | | gpu/drm: ingenic: Use the plane's src_[x,y] to configure DMA lengthPaul Cercueil2019-12-141-2/+2
OpenPOWER on IntegriCloud