summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-164-10/+9Star
|\
| * drm/ast: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-08-161-1/+0Star
| * drm/ast: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-113-9/+9
* | Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-103-41/+6Star
|\|
| * drm: ast: remove dead code and pointless local lut storagePeter Rosin2017-08-043-41/+6Star
* | drm/ast: Actually load DP501 firmware when requiredEgbert Eich2017-08-023-11/+18
* | drm/ast: Add an crtc_disable callback to the crtc helper funcsEgbert Eich2017-08-021-0/+16
* | drm/ast: Fix memleak in error path in ast_bo_create()Egbert Eich2017-08-021-5/+6
* | drm/ast: Free container instead of member in ast_user_framebuffer_destroy()Egbert Eich2017-08-021-1/+1
* | drm/ast: Simplify function ast_bo_unpin()Egbert Eich2017-08-021-6/+2Star
|/
* drm/<drivers>: Drop fbdev info flagsDaniel Vetter2017-07-261-1/+0Star
* drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter2017-06-201-2/+2
* drm: Remove drm_driver->set_busid hookDaniel Vetter2017-06-201-1/+0Star
* drm/ast: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-162-3/+2Star
* Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-101-1/+2
|\
| * drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-061-1/+2
| * Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-146-259/+883
| |\
* | | drm/ttm: add io_mem_pfn callbackChristian König2017-04-051-0/+1
* | | Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-071-6/+3Star
|\| | | |/ |/|
| * Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-263-79/+97
| |\
| * | drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-6/+3Star
* | | drm/ast: Call open_key before enable_mmio in POST codeY.C. Chen2017-02-281-1/+1
* | | drm/ast: Fix test for VGA enabledY.C. Chen2017-02-281-6/+2Star
* | | drm/ast: POST code for the new AST2500Y.C. Chen2017-02-282-3/+476
* | | drm/ast: Rename ast_init_dram_2300 to ast_post_chip_2300Benjamin Herrenschmidt2017-02-281-3/+3
* | | drm/ast: Factor mmc_test code in POST codeBenjamin Herrenschmidt2017-02-281-51/+31Star
* | | drm/ast: Fixed vram size incorrect issue on POWERY.C. Chen2017-02-282-4/+4
* | | drm/ast: Base support for AST2500Y.C. Chen2017-02-284-19/+103
* | | drm/ast: Fix calculation of MCLKBenjamin Herrenschmidt2017-02-281-2/+4
* | | drm/ast: Remove spurious includeBenjamin Herrenschmidt2017-02-281-2/+0Star
* | | drm/ast: const'ify mode setting tablesBenjamin Herrenschmidt2017-02-283-59/+59
* | | drm/ast: Handle configuration without P2A bridgeRussell Currey2017-02-283-109/+168
* | | drm/ast: Fix AST2400 POST failure without BMC FW or VBIOSY.C. Chen2017-02-281-3/+35
| |/ |/|
* | Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-233-79/+97
|\ \ | |/ |/|
| * drm/ast: Fixed system hanged if disable P2AY.C. Chen2017-01-273-79/+97
* | drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-2/+1Star
* | drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-2/+0Star
* | Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-093-4/+3Star
|\ \
| * | drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard2017-01-091-1/+1
| * | drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-092-3/+2Star
* | | Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-094-8/+15
|\| | | |/ |/|
| * drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-181-0/+1
| * drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-152-5/+6
| * drm: Nuke fb->depthVille Syrjälä2016-12-151-1/+1
| * drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
| * drm/ast: Add local 'fb' variablesVille Syrjälä2016-12-141-5/+10
* | drivers/gpu/drm/ast: Fix infinite loop if read failsRussell Currey2016-12-181-2/+5
|/
* drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0Star
* drm/ast: free correct pointer in astfb_create() error pathsAndrew Donnellan2016-11-141-1/+1
* Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-11-111-2/+0Star
|\