summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
AgeCommit message (Expand)AuthorLines
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding-6/+15
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter-0/+1
2014-10-08drm/ast: Fix HW cursor imageBenjamin Herrenschmidt-2/+2
2014-10-01Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l...Dave Airlie-1/+1
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst-1/+1
2014-09-24drm/ast: use container_of to resolve ast_fbdev from drm_fb_helperFabian Frederick-1/+2
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter-0/+2
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter-1/+1
2014-09-16Merge branch 'drm-next-ast-fixes' of ssh://people.freedesktop.org/~/linux int...Dave Airlie-25/+123
2014-09-16drm/ast: Add reduced blanking modes for wide screen modeY.C. Chen-24/+56
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie-1/+3
2014-09-15drm/ast: Cleanup analog init code pathBenjamin Herrenschmidt-18/+31
2014-09-15drm/ast: Don't assume DVO enabled means SIL164 on uninitialized chipsBenjamin Herrenschmidt-4/+10
2014-09-15drm/ast: Properly initialize P2A base before using it in ast_init_3rdtx()Benjamin Herrenschmidt-0/+11
2014-09-15drm/ast: POST chip at probe time if VGA not enabledBenjamin Herrenschmidt-11/+62
2014-09-15drm/ast: Try to use MMIO registers when PIO isn't supportedBenjamin Herrenschmidt-4/+21
2014-09-12drm/ast: switch to using CACHED by default for sysramDave Airlie-2/+2
2014-09-12drm/ast: AST2000 cannot be detected correctlyY.C. Chen-1/+1
2014-09-12drm/ast: open key before detect chipsY.C. Chen-0/+1
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann-0/+1
2014-08-28drm/ast: Add missing entry to dclk_table[]Y.C. Chen-0/+1
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König-9/+13
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding-1/+1
2014-07-18drm/ast: use helpersRob Clark-10/+2
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding-1/+3
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding-1/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood-2/+2
2014-06-10drm: Remove spurious ';'Damien Lespiau-2/+2
2014-06-02drm/ast: Fix double lock at PM resumeTakashi Iwai-2/+0
2014-05-19Merge branch 'ast-updates' of ssh://people.freedesktop.org/~/linux into drm-nextDave Airlie-552/+1046
2014-05-19drm/ast: initial DP501 support (v0.2)Dave Airlie-12/+505
2014-05-19drm/ast: rename the mindwm/moutdwm and deinline themDave Airlie-225/+225
2014-05-19drm/ast: resync the dram post code with upstreamDave Airlie-303/+173
2014-05-19drm/ast: add AST 2400 support.Dave Airlie-14/+20
2014-05-19drm/ast: add widescreen + rb modes from X.org driver (v2)Dave Airlie-27/+145
2014-05-16Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...Dave Airlie-7/+0
2014-05-01Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...Dave Airlie-1/+0
2014-04-23drm/<drivers>: don't set driver->dev_priv_size to 0Daniel Vetter-1/+0
2014-04-22drm/ast: Remove unecessary NULL check in gem_freeDaniel Vetter-2/+0
2014-04-22drm/ast: Remove unnecessary NULL check in bo_unrefDaniel Vetter-3/+2
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda-7/+0
2014-04-18drm/ast: fix value check in cbr_scan2Dave Airlie-1/+1
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper-6/+6
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann-2/+3
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann-1/+1
2014-02-06drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversionDave Airlie-1/+1
2014-01-29drm: ast,cirrus,mgag200: use drm_can_sleepDave Airlie-1/+1
2014-01-14drivers: gpu: Mark functions as static in ast_ttm.cRashika-3/+3
2014-01-14drivers: gpu: Mark functions as static in ast_mode.cRashika-10/+10