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