summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2019-10-04drm/i810: Prevent underflow in ioctlDan Carpenter
2019-10-04drm/mm: Use clear_bit_unlock() for releasing the drm_mm_node()Chris Wilson
2019-10-04drm/mm: Convert drm_mm_node booleans to bitopsChris Wilson
2019-10-04drm/mm: Use helpers for drm_mm_node booleansChris Wilson
2019-10-04drm/omap: hdmi4: fix use of uninitialized varTomi Valkeinen
2019-10-04drm/omap: hdmi5: automatically choose limited/full range outputTomi Valkeinen
2019-10-04drm/omap: dss: move platform_register_drivers() to dss.c and remove core.cJyri Sarha
2019-10-04drm/omap: fix missing scaler pixel fmt limitationsTomi Valkeinen
2019-10-04drm/omap: tweak HDMI DDC timingsAlejandro Hernandez
2019-10-04drm/omap: avoid copy in mgr_fld_read/writeTomi Valkeinen
2019-10-04drm/omap: drop unneeded locking from mgr_fld_write()Tomi Valkeinen
2019-10-04drm/mgag200: Allocate cursor BOs at high end of video memoryThomas Zimmermann
2019-10-04drm/mgag200: Reserve video memory for cursor planeThomas Zimmermann
2019-10-04drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()Thomas Zimmermann
2019-10-04drm/mgag200: Move cursor-image update to mgag200_show_cursor()Thomas Zimmermann
2019-10-04drm/mgag200: Add separate move-cursor functionThomas Zimmermann
2019-10-04drm/mgag200: Add init and fini functions for cursor handlingThomas Zimmermann
2019-10-04drm/mgag200: Rename cursor functions to use mgag200_ prefixThomas Zimmermann
2019-10-04drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann
2019-10-04drm/ast: Move cursor offset swapping into ast_show_cursor()Thomas Zimmermann
2019-10-04drm/ast: Move cursor update code to ast_show_cursor()Thomas Zimmermann
2019-10-04drm/ast: Move ast_{show,hide}_cursor() within source fileThomas Zimmermann
2019-10-04drm/ast: Don't call ast_show_cursor() from ast_cursor_move()Thomas Zimmermann
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-10-03Revert "drm/sun4i: dsi: Change the start delay calculation"Icenowy Zheng
2019-10-03drm/sun4i: dsi: Fix TCON DRQ set bitsJagan Teki
2019-10-03drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator supportJagan Teki
2019-10-02drm/msm: use drm_debug_enabled() to check for debug categoriesJani Nikula
2019-10-02drm/i2c/sil164: use drm_debug_enabled() to check for debug categoriesJani Nikula
2019-10-02drm/etnaviv: use drm_debug_enabled() to check for debug categoriesJani Nikula
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula
2019-10-02drm/print: move drm_debug variable to drm_print.[ch]Jani Nikula
2019-10-01drm/komeda: Workaround for broken FLIP_COMPLETE timestampsMihail Atanassov
2019-10-01drm/komeda: Use IRQ_RETVAL shorthand in d71_irq_handlerMihail Atanassov
2019-10-01drm/tiny: Kconfig: Remove always-y THERMAL dep. from TINYDRM_REPAPERUlf Magnusson
2019-09-30drm/dp/mst: Replace the fixed point thing with straight calculationVille Syrjälä
2019-09-30drm/dp/mst: Handle arbitrary DP_LINK_BW valuesVille Syrjälä
2019-09-30drm/dp/mst: Reduce nested ifsVille Syrjälä
2019-09-30drm: Fix return type of crc .poll()Ville Syrjälä
2019-09-30drm/syncobj: Include the prototype for drm_timeout_abs_to_jiffies()Ville Syrjälä
2019-09-30drm: Include prototype for drm_need_swiotlb()Ville Syrjälä
2019-09-30drm/dsc: Fix bogus cpu_to_be16() usageVille Syrjälä
2019-09-30drm/fb-helper: Include prototype for drm_fb_helper_modinit()Ville Syrjälä
2019-09-30drm/meson: vclk: use the correct G12A frac max valueNeil Armstrong
2019-09-27Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-09-27drm/komeda: SW workaround for D71 doesn't flush shadow registersLowry Li (Arm Technology China)
2019-09-27drm/vram: Support top-down placement flagThomas Zimmermann
2019-09-26drm/komeda: Adds power management supportLowry Li (Arm Technology China)
2019-09-26Merge tag 'drm-fixes-5.4-2019-09-25' of git://people.freedesktop.org/~agd5f/l...Dave Airlie
2019-09-25drm/radeon: untag user pointers in radeon_gem_userptr_ioctlAndrey Konovalov