aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_gem_cma_helper.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-11drm: move pinning/unpinning to buffer attachMaarten Lankhorst1-15/+26
2013-06-11drm: add unpin function to prime helpersMaarten Lankhorst2-2/+12
2013-06-03drm_modes: videomode: add doubleclk flagSteffen Trumtrar1-0/+2
2013-06-03video: of: display_timing: add doubleclk flagSteffen Trumtrar2-0/+3
2013-06-03video: display_timing: add doubleclk flagSteffen Trumtrar1-0/+1
2013-06-03video: display_timing: make parameter constSteffen Trumtrar1-2/+3
2013-05-31drm: Don't leak phys_wc "handles" to userspaceAndy Lutomirski2-1/+23
2013-05-31drm: Remove mtrr_add and mtrr_del fallback hack for non-MTRR systemsAndy Lutomirski2-20/+1
2013-05-31uvesafb: Clean up MTRR codeAndy Lutomirski3-64/+23
2013-05-31radeon: Switch to arch_phys_wc_add and add a missing ..._delAndy Lutomirski1-2/+3
2013-05-31i915: Use arch_phys_wc_{add,del}Andy Lutomirski1-38/+4
2013-05-31drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optionalAndy Lutomirski4-22/+15
2013-05-31drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRsAndy Lutomirski2-21/+21
2013-05-31drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski8-107/+35
2013-05-31Add arch_phys_wc_{add, del} to manipulate WC MTRRs if neededAndy Lutomirski4-1/+112
2013-05-31drm/qxl: fix build warnings on 32-bitDave Airlie2-6/+7
2013-05-29radeon: use max_bus_speed to activate gen2 speedsKleber Sacilotto de Souza3-21/+7
2013-05-29drm/radeon: narrow scope of Apple re-POST hackAlex Deucher1-1/+3
2013-05-29drm/radeon: don't check crtcs in card_posted() on cards without DCEAlex Deucher1-0/+4
2013-05-29drm/radeon: fix card_posted check for newer asicsAlex Deucher1-10/+9
2013-05-29drm/radeon: fix typo in cu_per_sh on verdeAlex Deucher1-1/+1
2013-05-29drm/radeon: UVD block on SUMO2 is the same as on SUMOChristian König1-3/+1
2013-05-28qxl: fix Kconfig deps - select FB_DEFERRED_IOAndrew Jones1-0/+1
2013-05-23lib: make iovec obj instead of libRandy Dunlap1-2/+2
2013-05-23Input: wacom - add an eraser to DTH2242/DTK2241Ping Cheng1-4/+15
2013-05-23drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim4-26/+8
2013-05-23drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim2-4/+0
2013-05-23drm/exynos: fix build warnings from ipp fimcSeung-Woo Kim1-1/+1
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim9-29/+29
2013-05-23drm/exynos: wait for the completion of pending page flipInki Dae1-0/+16
2013-05-23drm/exynos: use drm_send_vblank_event() helperRob Clark1-8/+2
2013-05-22staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFSPaul Zimmerman2-2/+1
2013-05-22iio: exynos_adc: fix wrong structure extration in suspend and resumeNaveen Krishna Chatradhi1-4/+4
2013-05-22iio:common:st: added disable function after read info raw dataDenis CIOCCA1-0/+2
2013-05-22iio: dac: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=mAxel Lin1-3/+3
2013-05-22staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()Wei Yongjun1-4/+5
2013-05-22staging/iio/mxs-lradc: fix preenable for multiple buffersMichał Mirosław1-3/+2
2013-05-22avr32: fix building warnings caused by redefinitions of HZJiang Liu4-27/+2
2013-05-22tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: build warning after merge of the tty.current tree)Matwey V. Kornilov1-3/+3
2013-05-22mm: Fix virt_to_page() warningRalf Baechle1-1/+1
2013-05-22MIPS: N64: Wire getdents64(2)Aron Xu2-2/+4
2013-05-22drm/i915: avoid premature DP AUX timeoutsImre Deak2-2/+3
2013-05-22drm/i915: avoid premature timeouts in __wait_seqno()Imre Deak1-1/+1
2013-05-22drm/i915: use msecs_to_jiffies_timeout instead of open coding the sameImre Deak1-1/+1
2013-05-22drm/i915: add msecs_to_jiffies_timeout to guarantee minimum durationImre Deak1-0/+15
2013-05-22kprobes/mips: Fix to check double free of insn slotMasami Hiramatsu1-1/+4
2013-05-22KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()Sanjay Lal1-9/+26
2013-05-22KVM/MIPS32: Move include/asm/kvm.h => include/uapi/asm/kvm.h since it is a user visible API.Sanjay Lal1-0/+0
2013-05-22drm/i915: force full modeset if the connector is in DPMS OFF modeImre Deak1-2/+22
2013-05-22drm/exynos: page flip fixesRob Clark1-1/+0