aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau1-1/+1
2014-06-10drm: Remove spurious ';'Damien Lespiau1-1/+1
2014-06-05drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark1-3/+1
2014-04-23drm: pass the irq explicitly to drm_irq_installDaniel Vetter1-1/+1
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds34-924/+771
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper11-30/+30
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2014-03-28drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien1-10/+10
2014-03-24drm/gma500: add locking to fixed panel edid probingDaniel Vetter3-0/+11
2014-03-20ACPI / gpu / drm: Stop selecting VIDEO_OUTPUT_CONTROLJean Delvare1-1/+0
2014-03-18drm/gma500: remove stub .open/postcloseDavid Herrmann1-11/+0
2014-03-17drm/gma500: Code cleanup - inline documentationArthur Borsboom2-106/+54
2014-03-17drm/gma500: Code cleanup - style fixesArthur Borsboom2-80/+76
2014-03-17drm/gma500: Code cleanup - removal of centralized exiting of functionArthur Borsboom1-6/+1
2014-03-17drm/gma500/cdv: Cedarview display cleanupsPatrik Jakobsson1-52/+19
2014-03-17drm/gma500: Unify encoder mode fixupPatrik Jakobsson5-24/+13
2014-03-17drm/gma500: Unify _get_core_freq for cdv and psbPatrik Jakobsson5-78/+82
2014-03-17drm/gma500: Move asle interrupt work into a work taskPatrik Jakobsson2-4/+22
2014-03-17drm/gma500: Remove dead codeThierry Reding1-3/+0
2014-03-17drm/gma500: Add backing type and base align to psb_gem_create()Patrik Jakobsson6-9/+33
2014-03-17drm/gma500: Remove unused ioctlsPatrik Jakobsson4-269/+0
2014-03-17drm/gma500: Always trap MMU page faultsPatrik Jakobsson1-7/+1
2014-03-17drm/gma500: Hook up the MMUPatrik Jakobsson2-13/+55
2014-03-17drm/gma500: Add first piece of blitter codePatrik Jakobsson3-0/+74
2014-03-17drm/gma500: Give MMU code it's own header filePatrik Jakobsson3-88/+95
2014-03-17drm/gma500: Add support for SGX interruptsPatrik Jakobsson1-12/+69
2014-03-17drm/gma500: Make SGX MMU driver actually do somethingPatrik Jakobsson3-134/+138
2014-02-27x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin1-1/+1
2014-01-29Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds7-49/+38
2014-01-29Merge branch 'gma500-next' of git://github.com/patjak/drm-gma500 into drm-nextDave Airlie2-3/+11
2014-01-28drm/gma500: Lock struct_mutex around cursor updatesPatrik Jakobsson1-2/+10
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2014-01-23drivers/gpu/drm/gma500/backlight.c: fix a defined-but-not-used warning for do_gma_backlight_set()David Howells1-2/+2
2014-01-14drm/gma500: Remove unused function declarationDaniel Vetter1-5/+0
2014-01-06drivers: gpu: Mark function as static in cdv_intel_dp.cRashika Kheria1-1/+1
2013-12-18drm/gma500: Remove dead codeDaniel Vetter1-15/+0
2013-12-18drm: Kill DRM_*MEMORYBARRIERDaniel Vetter1-1/+1
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter3-3/+3
2013-12-18drm: Kill DRM_HZDaniel Vetter3-5/+5
2013-12-18drm/dp: Use AUX constants from specificationThierry Reding1-18/+19
2013-12-07ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h>Lv Zheng1-1/+0
2013-11-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds15-283/+468
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-08drm/gma500/mrst: Add SDVO to output initPatrik Jakobsson1-0/+3
2013-11-08drm/gma500/mrst: Don't blindly guess a mode for LVDSPatrik Jakobsson1-27/+3
2013-11-08drm/gma500/mrst: Setup GMBUS for oaktrail/mrstPatrik Jakobsson1-0/+2
2013-11-08drm/gma500/mrst: Replace WMs and chickenbits with values from EMGDPatrik Jakobsson1-7/+6
2013-11-08drm/gma500/mrst: Add aux register writes to SDVOPatrik Jakobsson1-21/+38
2013-11-08drm/gma500/mrst: Properly route oaktrail hdmi hooksPatrik Jakobsson1-2/+2
2013-11-08drm/gma500/mrst: Add aux register writes when programming pipePatrik Jakobsson2-106/+162